package.json 2.9 KB

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