Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

95 строки
2.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "map-cache@0.2.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "map-cache@0.2.2",
  9. "_id": "map-cache@0.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
  12. "_location": "/map-cache",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "map-cache@0.2.2",
  18. "name": "map-cache",
  19. "escapedName": "map-cache",
  20. "rawSpec": "0.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.2"
  23. },
  24. "_requiredBy": [
  25. "/fragment-cache",
  26. "/snapdragon"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
  29. "_spec": "0.2.2",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/map-cache/issues"
  37. },
  38. "description": "Basic cache object for storing key-value pairs.",
  39. "devDependencies": {
  40. "gulp-format-md": "^0.1.9",
  41. "should": "^8.3.1"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/map-cache",
  50. "keywords": [
  51. "cache",
  52. "get",
  53. "has",
  54. "object",
  55. "set",
  56. "storage",
  57. "store"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "map-cache",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jonschlinkert/map-cache.git"
  65. },
  66. "scripts": {
  67. "test": "mocha"
  68. },
  69. "verb": {
  70. "run": true,
  71. "toc": false,
  72. "layout": "default",
  73. "tasks": [
  74. "readme"
  75. ],
  76. "plugins": [
  77. "gulp-format-md"
  78. ],
  79. "related": {
  80. "list": [
  81. "config-cache",
  82. "option-cache",
  83. "cache-base"
  84. ]
  85. },
  86. "reflinks": [
  87. "verb"
  88. ],
  89. "lint": {
  90. "reflinks": true
  91. }
  92. },
  93. "version": "0.2.2"
  94. }