package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "fragment-cache@0.2.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fragment-cache@0.2.1",
  10. "_id": "fragment-cache@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
  13. "_location": "/fragment-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fragment-cache@0.2.1",
  19. "name": "fragment-cache",
  20. "escapedName": "fragment-cache",
  21. "rawSpec": "0.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.1"
  24. },
  25. "_requiredBy": [
  26. "/extglob",
  27. "/micromatch",
  28. "/nanomatch"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/fragment-cache/download/fragment-cache-0.2.1.tgz",
  31. "_spec": "0.2.1",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/fragment-cache/issues"
  39. },
  40. "dependencies": {
  41. "map-cache": "^0.2.2"
  42. },
  43. "description": "A cache for managing namespaced sub-caches",
  44. "devDependencies": {
  45. "gulp": "^3.9.1",
  46. "gulp-eslint": "^3.0.1",
  47. "gulp-format-md": "^0.1.11",
  48. "gulp-istanbul": "^1.1.1",
  49. "gulp-mocha": "^3.0.1",
  50. "mocha": "^3.2.0"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/fragment-cache",
  59. "keywords": [
  60. "cache",
  61. "fragment"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "fragment-cache",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jonschlinkert/fragment-cache.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "plugins": [
  75. "gulp-format-md"
  76. ],
  77. "reflinks": [
  78. "map-cache",
  79. "verb"
  80. ],
  81. "related": {
  82. "list": [
  83. "base",
  84. "map-cache"
  85. ]
  86. },
  87. "layout": "default",
  88. "toc": false,
  89. "tasks": [
  90. "readme"
  91. ],
  92. "lint": {
  93. "reflinks": true
  94. }
  95. },
  96. "version": "0.2.1"
  97. }