package.json 2.0 KB

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