package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "lazy-cache@^1.0.3",
  6. "scope": null,
  7. "escapedName": "lazy-cache",
  8. "name": "lazy-cache",
  9. "rawSpec": "^1.0.3",
  10. "spec": ">=1.0.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/center-align"
  14. ]
  15. ],
  16. "_from": "lazy-cache@>=1.0.3 <2.0.0",
  17. "_id": "lazy-cache@1.0.4",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/lazy-cache",
  21. "_nodeVersion": "5.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/lazy-cache-1.0.4.tgz_1461378859142_0.0996799839194864"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.6.0",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "lazy-cache@^1.0.3",
  34. "scope": null,
  35. "escapedName": "lazy-cache",
  36. "name": "lazy-cache",
  37. "rawSpec": "^1.0.3",
  38. "spec": ">=1.0.3 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/center-align"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
  45. "_shasum": "a1d78fc3a50474cb80845d3b3b6e1da49a446e8e",
  46. "_shrinkwrap": null,
  47. "_spec": "lazy-cache@^1.0.3",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/center-align",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/lazy-cache/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Cache requires to be lazy-loaded when needed.",
  58. "devDependencies": {
  59. "ansi-yellow": "^0.1.1",
  60. "glob": "^7.0.3",
  61. "gulp-format-md": "^0.1.8",
  62. "mocha": "^2.4.5"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "a1d78fc3a50474cb80845d3b3b6e1da49a446e8e",
  67. "tarball": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "d081ffbda147391083a6856fafb1c5d82308f80c",
  76. "homepage": "https://github.com/jonschlinkert/lazy-cache",
  77. "keywords": [
  78. "cache",
  79. "caching",
  80. "dependencies",
  81. "dependency",
  82. "lazy",
  83. "require",
  84. "requires"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "jonschlinkert",
  91. "email": "github@sellside.com"
  92. },
  93. {
  94. "name": "doowb",
  95. "email": "brian.woodward@gmail.com"
  96. }
  97. ],
  98. "name": "lazy-cache",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/jonschlinkert/lazy-cache.git"
  104. },
  105. "scripts": {
  106. "test": "mocha"
  107. },
  108. "verb": {
  109. "related": {
  110. "list": [
  111. "lint-deps"
  112. ]
  113. },
  114. "plugins": [
  115. "gulp-format-md"
  116. ],
  117. "toc": false,
  118. "layout": "default",
  119. "tasks": [
  120. "readme"
  121. ],
  122. "lint": {
  123. "reflinks": true
  124. },
  125. "reflinks": [
  126. "verb"
  127. ]
  128. },
  129. "version": "1.0.4"
  130. }