package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@5.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lru-cache@5.1.1",
  10. "_id": "lru-cache@5.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA=",
  13. "_location": "/lru-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lru-cache@5.1.1",
  19. "name": "lru-cache",
  20. "escapedName": "lru-cache",
  21. "rawSpec": "5.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-shared-utils",
  27. "/cacache"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/lru-cache/download/lru-cache-5.1.1.tgz",
  30. "_spec": "5.1.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/node-lru-cache/issues"
  38. },
  39. "dependencies": {
  40. "yallist": "^3.0.2"
  41. },
  42. "description": "A cache object that deletes the least-recently-used items.",
  43. "devDependencies": {
  44. "benchmark": "^2.1.4",
  45. "tap": "^12.1.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  51. "keywords": [
  52. "mru",
  53. "lru",
  54. "cache"
  55. ],
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "lru-cache",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/node-lru-cache.git"
  62. },
  63. "scripts": {
  64. "coveragerport": "tap --coverage-report=html",
  65. "postpublish": "git push origin --all; git push origin --tags",
  66. "postversion": "npm publish",
  67. "preversion": "npm test",
  68. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  69. "test": "tap test/*.js --100 -J"
  70. },
  71. "version": "5.1.1"
  72. }