package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "lazy-cache@^2.0.2",
  3. "_id": "lazy-cache@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uRkKT5EzVGlIQIWfio9whNiCImQ=",
  6. "_location": "/lazy-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lazy-cache@^2.0.2",
  12. "name": "lazy-cache",
  13. "escapedName": "lazy-cache",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/class-utils",
  20. "/use"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-2.0.2.tgz",
  23. "_shasum": "b9190a4f913354694840859f8a8f7084d8822264",
  24. "_spec": "lazy-cache@^2.0.2",
  25. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/class-utils",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/lazy-cache/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Brian Woodward",
  37. "email": "brian.woodward@gmail.com",
  38. "url": "https://github.com/doowb"
  39. },
  40. {
  41. "name": "Jon Schlinkert",
  42. "email": "jon.schlinkert@sellside.com",
  43. "url": "http://twitter.com/jonschlinkert"
  44. }
  45. ],
  46. "dependencies": {
  47. "set-getter": "^0.1.0"
  48. },
  49. "deprecated": false,
  50. "description": "Cache requires to be lazy-loaded when needed.",
  51. "devDependencies": {
  52. "ansi-cyan": "^0.1.1",
  53. "ansi-magenta": "^0.1.1",
  54. "ansi-yellow": "^0.1.1",
  55. "glob": "^7.0.3",
  56. "gulp-format-md": "^0.1.8",
  57. "mocha": "^2.4.5",
  58. "object.omit": "^2.0.0",
  59. "object.pick": "^1.1.2"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/jonschlinkert/lazy-cache",
  68. "keywords": [
  69. "cache",
  70. "caching",
  71. "dependencies",
  72. "dependency",
  73. "lazy",
  74. "require",
  75. "requires"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "lazy-cache",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/lazy-cache.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "verb": {
  88. "related": {
  89. "list": [
  90. "lint-deps"
  91. ]
  92. },
  93. "plugins": [
  94. "gulp-format-md"
  95. ],
  96. "toc": false,
  97. "layout": "default",
  98. "tasks": [
  99. "readme"
  100. ],
  101. "lint": {
  102. "reflinks": true
  103. },
  104. "reflinks": [
  105. "verb"
  106. ]
  107. },
  108. "version": "2.0.2"
  109. }