package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "lowdb@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "lowdb@1.0.0",
  9. "_id": "lowdb@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2+x8esE/Wb9SQ1F9IHaYWfsC9FIecLOPrK4g17FGEayjUWH172H6nwicRovGvSE2CPZouc2MCIqCI7h9d+GftQ==",
  12. "_location": "/lowdb",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lowdb@1.0.0",
  18. "name": "lowdb",
  19. "escapedName": "lowdb",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/lowdb/-/lowdb-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "Typicode",
  32. "email": "typicode@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/typicode/lowdb/issues"
  36. },
  37. "dependencies": {
  38. "graceful-fs": "^4.1.3",
  39. "is-promise": "^2.1.0",
  40. "lodash": "4",
  41. "pify": "^3.0.0",
  42. "steno": "^0.4.1"
  43. },
  44. "description": "Small JSON database for Node, Electron and the browser. Powered by Lodash.",
  45. "devDependencies": {
  46. "babel-cli": "^6.2.0",
  47. "babel-eslint": "^7.0.0",
  48. "babel-jest": "^20.0.3",
  49. "babel-loader": "^7.1.1",
  50. "babel-polyfill": "^6.9.1",
  51. "babel-preset-env": "^1.6.0",
  52. "babel-register": "^6.9.0",
  53. "delay": "^2.0.0",
  54. "eslint": "^4.5.0",
  55. "eslint-config-prettier": "^2.3.0",
  56. "eslint-config-standard": "^10.2.1",
  57. "eslint-plugin-import": "^2.6.1",
  58. "eslint-plugin-node": "^5.1.0",
  59. "eslint-plugin-prettier": "^2.1.2",
  60. "eslint-plugin-promise": "^3.5.0",
  61. "eslint-plugin-standard": "^3.0.1",
  62. "husky": "^0.14.3",
  63. "jest": "^20.0.4",
  64. "lodash-id": "^0.14.0",
  65. "mv": "^2.1.1",
  66. "pkg-ok": "^1.0.1",
  67. "prettier": "^1.5.2",
  68. "ramda": "^0.24.1",
  69. "regenerator-runtime": "^0.11.0",
  70. "rimraf": "^2.5.4",
  71. "sinon": "^3.2.1",
  72. "tempfile": "^2.0.0",
  73. "webpack": "^3.3.0"
  74. },
  75. "engines": {
  76. "node": ">=4"
  77. },
  78. "homepage": "https://github.com/typicode/lowdb",
  79. "keywords": [
  80. "flat",
  81. "file",
  82. "local",
  83. "database",
  84. "storage",
  85. "JSON",
  86. "lodash",
  87. "localStorage",
  88. "electron",
  89. "embed",
  90. "embeddable"
  91. ],
  92. "license": "MIT",
  93. "main": "./lib/main.js",
  94. "name": "lowdb",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/typicode/lowdb.git"
  98. },
  99. "scripts": {
  100. "build": "npm run build:lib && npm run build:dist",
  101. "build:dist": "rimraf dist && webpack && webpack -p",
  102. "build:lib": "rimraf lib && babel src --out-dir lib && npm run mvAdapters",
  103. "fix": "npm run lint -- --fix",
  104. "lint": "eslint . --ignore-path .gitignore",
  105. "mvAdapters": "rimraf adapters && mv lib/adapters .",
  106. "precommit": "npm test",
  107. "prepublishOnly": "npm run build && pkg-ok",
  108. "test": "jest && npm run lint"
  109. },
  110. "version": "1.0.0"
  111. }