package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "lazy-cache@1.0.4",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lazy-cache@1.0.4",
  10. "_id": "lazy-cache@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=",
  13. "_location": "/lazy-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lazy-cache@1.0.4",
  19. "name": "lazy-cache",
  20. "escapedName": "lazy-cache",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/center-align"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/lazy-cache/issues"
  37. },
  38. "description": "Cache requires to be lazy-loaded when needed.",
  39. "devDependencies": {
  40. "ansi-yellow": "^0.1.1",
  41. "glob": "^7.0.3",
  42. "gulp-format-md": "^0.1.8",
  43. "mocha": "^2.4.5"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/lazy-cache",
  52. "keywords": [
  53. "cache",
  54. "caching",
  55. "dependencies",
  56. "dependency",
  57. "lazy",
  58. "require",
  59. "requires"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "lazy-cache",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jonschlinkert/lazy-cache.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "verb": {
  72. "related": {
  73. "list": [
  74. "lint-deps"
  75. ]
  76. },
  77. "plugins": [
  78. "gulp-format-md"
  79. ],
  80. "toc": false,
  81. "layout": "default",
  82. "tasks": [
  83. "readme"
  84. ],
  85. "lint": {
  86. "reflinks": true
  87. },
  88. "reflinks": [
  89. "verb"
  90. ]
  91. },
  92. "version": "1.0.4"
  93. }