package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "levn@0.3.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "levn@0.3.0",
  9. "_id": "levn@0.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
  12. "_location": "/levn",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "levn@0.3.0",
  18. "name": "levn",
  19. "escapedName": "levn",
  20. "rawSpec": "0.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.3.0"
  23. },
  24. "_requiredBy": [
  25. "/optionator"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  28. "_spec": "0.3.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "George Zahariev",
  32. "email": "z@georgezahariev.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gkz/levn/issues"
  36. },
  37. "dependencies": {
  38. "prelude-ls": "~1.1.2",
  39. "type-check": "~0.3.2"
  40. },
  41. "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
  42. "devDependencies": {
  43. "istanbul": "~0.4.1",
  44. "livescript": "~1.4.0",
  45. "mocha": "~2.3.4"
  46. },
  47. "engines": {
  48. "node": ">= 0.8.0"
  49. },
  50. "files": [
  51. "lib",
  52. "README.md",
  53. "LICENSE"
  54. ],
  55. "homepage": "https://github.com/gkz/levn",
  56. "keywords": [
  57. "levn",
  58. "light",
  59. "ecmascript",
  60. "value",
  61. "notation",
  62. "json",
  63. "typed",
  64. "human",
  65. "concise",
  66. "typed",
  67. "flexible"
  68. ],
  69. "license": "MIT",
  70. "main": "./lib/",
  71. "name": "levn",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/gkz/levn.git"
  75. },
  76. "scripts": {
  77. "test": "make test"
  78. },
  79. "version": "0.3.0"
  80. }