package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "keyv@3.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/cacheable-request"
  6. ]
  7. ],
  8. "_from": "keyv@3.0.0",
  9. "_id": "keyv@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/keyv",
  13. "_nodeVersion": "8.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/keyv-3.0.0.tgz_1507037905372_0.20707569341175258"
  17. },
  18. "_npmUser": {
  19. "email": "lukechilds123@gmail.com",
  20. "name": "lukechilds"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "keyv",
  26. "raw": "keyv@3.0.0",
  27. "rawSpec": "3.0.0",
  28. "scope": null,
  29. "spec": "3.0.0",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/cacheable-request"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz",
  36. "_shasum": "44923ba39e68b12a7cec7df6c3268c031f2ef373",
  37. "_shrinkwrap": null,
  38. "_spec": "keyv@3.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/cacheable-request",
  40. "author": {
  41. "email": "lukechilds123@gmail.com",
  42. "name": "Luke Childs",
  43. "url": "http://lukechilds.co.uk"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/lukechilds/keyv/issues"
  47. },
  48. "dependencies": {
  49. "json-buffer": "3.0.0"
  50. },
  51. "description": "Simple key-value storage with support for multiple backends",
  52. "devDependencies": {
  53. "@keyv/mongo": "*",
  54. "@keyv/mysql": "*",
  55. "@keyv/postgres": "*",
  56. "@keyv/redis": "*",
  57. "@keyv/sqlite": "*",
  58. "@keyv/test-suite": "*",
  59. "ava": "^0.22.0",
  60. "coveralls": "^3.0.0",
  61. "eslint-config-xo-lukechilds": "^1.0.0",
  62. "nyc": "^11.0.3",
  63. "this": "^1.0.2",
  64. "timekeeper": "^2.0.0",
  65. "xo": "^0.19.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "integrity": "sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==",
  70. "shasum": "44923ba39e68b12a7cec7df6c3268c031f2ef373",
  71. "tarball": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz"
  72. },
  73. "gitHead": "33ae64413338c465999863ea5545c1ae20b54ddb",
  74. "homepage": "https://github.com/lukechilds/keyv",
  75. "keywords": [
  76. "cache",
  77. "key",
  78. "store",
  79. "ttl",
  80. "value"
  81. ],
  82. "license": "MIT",
  83. "main": "src/index.js",
  84. "maintainers": [
  85. {
  86. "name": "lukechilds",
  87. "email": "lukechilds123@gmail.com"
  88. }
  89. ],
  90. "name": "keyv",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/lukechilds/keyv.git"
  96. },
  97. "scripts": {
  98. "coverage": "nyc report --reporter=text-lcov | coveralls",
  99. "test": "xo && nyc ava test/keyv.js",
  100. "test:full": "xo && nyc ava --serial"
  101. },
  102. "version": "3.0.0",
  103. "xo": {
  104. "extends": "xo-lukechilds"
  105. }
  106. }