package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "fs-memo@^1.2.0",
  3. "_id": "fs-memo@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YEexkCpL4j03jn5SxaMHqcO6IuWuqm8JFUYhyCep7Ao89JIYmB8xoKhK7zXXJ9cCaNXpyNH5L3QtAmoxjoHW2w==",
  6. "_location": "/fs-memo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fs-memo@^1.2.0",
  12. "name": "fs-memo",
  13. "escapedName": "fs-memo",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/get-port-please"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fs-memo/-/fs-memo-1.2.0.tgz",
  22. "_shasum": "a2ec3be606b902077adbb37ec529c5ec5fb2e037",
  23. "_spec": "fs-memo@^1.2.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\get-port-please",
  25. "bugs": {
  26. "url": "https://github.com/nuxt-contrib/fs-memo/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "easy persisted memo object",
  31. "devDependencies": {
  32. "@nuxtjs/eslint-config-typescript": "latest",
  33. "@types/node": "latest",
  34. "eslint": "latest",
  35. "siroc": "^0.4.0",
  36. "standard-version": "latest",
  37. "typescript": "latest"
  38. },
  39. "files": [
  40. "dist"
  41. ],
  42. "homepage": "https://github.com/nuxt-contrib/fs-memo#readme",
  43. "license": "MIT",
  44. "main": "dist/index.js",
  45. "name": "fs-memo",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/nuxt-contrib/fs-memo.git"
  49. },
  50. "scripts": {
  51. "build": "siroc build",
  52. "lint": "eslint --ext ts .",
  53. "release": "yarn build && standard-version && npm publish && git push --follow-tags"
  54. },
  55. "types": "dist/index.d.ts",
  56. "version": "1.2.0"
  57. }