package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "localstorage-memory@^1.0.2",
  3. "_id": "localstorage-memory@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t9P8WB6DcVttbw/W4PIE8HOqum8Qlvx5SjR6oInwR9Uia0EEmyUeBh7S+weKByW+l/f45Bj4L/dgZikGFDM6ng==",
  6. "_location": "/localstorage-memory",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "localstorage-memory@^1.0.2",
  12. "name": "localstorage-memory",
  13. "escapedName": "localstorage-memory",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@leancloud/platform-adapters-node"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/localstorage-memory/-/localstorage-memory-1.0.3.tgz",
  22. "_shasum": "566b37968fe0c4d76ba36a6da564fa613945ca72",
  23. "_spec": "localstorage-memory@^1.0.2",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\@leancloud\\platform-adapters-node",
  25. "author": {
  26. "name": "Gregor Martynus"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/gr2m/localstorage-memory/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "localStorage-compatible API, but only stored in memory",
  34. "devDependencies": {
  35. "doxx": "^1.2.1",
  36. "expect.js": "^0.3.1",
  37. "gh-pages-deploy": "^0.1.1",
  38. "mocha": "^2.1.0",
  39. "semantic-release": "^15.12.0",
  40. "standard": "^12.0.1"
  41. },
  42. "gh-pages-deploy": {
  43. "staticpath": "docs",
  44. "noprompt": true
  45. },
  46. "homepage": "http://gr2m.github.com/localstorage-memory",
  47. "keywords": [
  48. "localstorage",
  49. "browser",
  50. "data"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/localstorage-memory.js",
  54. "name": "localstorage-memory",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/gr2m/localstorage-memory.git"
  58. },
  59. "scripts": {
  60. "docs": "doxx --source lib/ --target docs/ --template docs/template.jade",
  61. "pretest": "standard",
  62. "semantic-release": "semantic-release",
  63. "test": "mocha tests",
  64. "update-docs": "gh-pages-deploy"
  65. },
  66. "version": "1.0.3"
  67. }