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