package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "node-cache@4.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-cache@4.2.0",
  10. "_id": "node-cache@4.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-SKx5aodOdiWCaSAEo3bSbfqHWBE=",
  13. "_location": "/node-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "node-cache@4.2.0",
  19. "name": "node-cache",
  20. "escapedName": "node-cache",
  21. "rawSpec": "4.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.0"
  24. },
  25. "_requiredBy": [
  26. "/vue-jest"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/node-cache/download/node-cache-4.2.0.tgz",
  29. "_spec": "4.2.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "mpneuried",
  33. "email": "mp@tcs.de"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mpneuried/nodecache/issues"
  37. },
  38. "dependencies": {
  39. "clone": "2.x",
  40. "lodash": "4.x"
  41. },
  42. "description": "Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.",
  43. "devDependencies": {
  44. "@types/node": "^8.9.4",
  45. "coffee-coverage": "1.x",
  46. "coffee-script": "1.x",
  47. "coveralls": "2.x",
  48. "grunt": "0.4.x",
  49. "grunt-banner": "0.6.x",
  50. "grunt-cli": "^1.2.0",
  51. "grunt-contrib-clean": "1.0.x",
  52. "grunt-contrib-coffee": "1.0.x",
  53. "grunt-contrib-watch": "1.x",
  54. "grunt-include-replace": "3.2.x",
  55. "grunt-mocha-cli": "2.x",
  56. "grunt-regarde": "0.1.x",
  57. "grunt-run": "0.5.x",
  58. "istanbul": "0.x",
  59. "mocha": "3.x",
  60. "should": "11.x",
  61. "typescript": "^2.6.1"
  62. },
  63. "engines": {
  64. "node": ">= 0.4.6"
  65. },
  66. "homepage": "https://github.com/mpneuried/nodecache",
  67. "keywords": [
  68. "cache",
  69. "caching",
  70. "local",
  71. "variable",
  72. "multi",
  73. "memory",
  74. "internal",
  75. "node",
  76. "memcached",
  77. "object"
  78. ],
  79. "license": "MIT",
  80. "main": "./index.js",
  81. "maintainers": [
  82. {
  83. "name": "M. Peter",
  84. "email": "mp@tcs.de",
  85. "url": "https://github.com/mpneuried"
  86. },
  87. {
  88. "name": "Joshy",
  89. "email": "erdiicodes@gmail.com",
  90. "url": "https://blog.werise.de/"
  91. }
  92. ],
  93. "name": "node-cache",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/mpneuried/nodecache.git"
  97. },
  98. "scripts": {
  99. "build": "grunt build",
  100. "test": "COFFEECOV_INIT_ALL=false mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul _src/test/mocha_test.coffee -R spec && tsc",
  101. "test-docker": "SILENT_MODE=1 mocha test/mocha_test.js -R min && tsc"
  102. },
  103. "tags": [
  104. "cache",
  105. "caching",
  106. "local",
  107. "variable",
  108. "multi",
  109. "memory",
  110. "internal",
  111. "node",
  112. "memcached",
  113. "object"
  114. ],
  115. "types": "./index.d.ts",
  116. "version": "4.2.0"
  117. }