package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@5.1.1",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  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": "http://registry.npm.taobao.org/lru-cache/download/lru-cache-5.1.1.tgz",
  30. "_spec": "5.1.1",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. }