package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "node-localstorage@1.3.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "node-localstorage@1.3.1",
  9. "_id": "node-localstorage@1.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NMWCSWWc6JbHT5PyWlNT2i8r7PgGYXVntmKawY83k/M0UJScZ5jirb61TLnqKwd815DfBQu+lR3sRw08SPzIaQ==",
  12. "_location": "/node-localstorage",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "node-localstorage@1.3.1",
  18. "name": "node-localstorage",
  19. "escapedName": "node-localstorage",
  20. "rawSpec": "1.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/node-localstorage/-/node-localstorage-1.3.1.tgz",
  28. "_spec": "1.3.1",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Larry Maccherone",
  32. "url": "http://maccherone.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/lmaccherone/node-localstorage/issues"
  36. },
  37. "dependencies": {
  38. "write-file-atomic": "^1.1.4"
  39. },
  40. "description": "A drop-in substitute for the browser native localStorage API that runs on node.js.",
  41. "devDependencies": {
  42. "coffee-script": "^1.10.0",
  43. "lodash": "^3.10.1",
  44. "nodeunit": "~0.9.0"
  45. },
  46. "engines": {
  47. "node": ">=0.12"
  48. },
  49. "homepage": "https://github.com/lmaccherone/node-localstorage",
  50. "keywords": [
  51. "localStorage",
  52. "Web Storage",
  53. "node.js"
  54. ],
  55. "licenses": [
  56. {
  57. "type": "MIT",
  58. "url": "http://www.opensource.org/licenses/MIT"
  59. }
  60. ],
  61. "main": "./LocalStorage",
  62. "name": "node-localstorage",
  63. "preferGlobal": false,
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/lmaccherone/node-localstorage.git"
  67. },
  68. "scripts": {
  69. "docompile": "cake compile",
  70. "prepublish": "cake compile",
  71. "test": "cake test"
  72. },
  73. "version": "1.3.1"
  74. }