package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "use@^2.0.0",
  3. "_id": "use@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-riig1y+TvyJCKhii43mZMRLeyOg=",
  6. "_location": "/use",
  7. "_phantomChildren": {
  8. "is-accessor-descriptor": "0.1.6",
  9. "is-data-descriptor": "0.1.4"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "use@^2.0.0",
  15. "name": "use",
  16. "escapedName": "use",
  17. "rawSpec": "^2.0.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^2.0.0"
  20. },
  21. "_requiredBy": [
  22. "/snapdragon"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/use/-/use-2.0.2.tgz",
  25. "_shasum": "ae28a0d72f93bf22422a18a2e379993112dec8e8",
  26. "_spec": "use@^2.0.0",
  27. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/snapdragon",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/use/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "email": "wtgtybhertgeghgtwtg@gmail.com",
  39. "url": "https://github.com/wtgtybhertgeghgtwtg"
  40. },
  41. {
  42. "name": "Brian Woodward",
  43. "email": "brian.woodward@gmail.com",
  44. "url": "https://github.com/doowb"
  45. },
  46. {
  47. "name": "Charlike Mike Reagent",
  48. "url": "https://i.am.charlike.online"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "email": "jon.schlinkert@sellside.com",
  53. "url": "http://twitter.com/jonschlinkert"
  54. }
  55. ],
  56. "dependencies": {
  57. "define-property": "^0.2.5",
  58. "isobject": "^3.0.0",
  59. "lazy-cache": "^2.0.2"
  60. },
  61. "deprecated": false,
  62. "description": "Easily add plugin support to your node.js application.",
  63. "devDependencies": {
  64. "base-plugins": "^0.4.13",
  65. "extend-shallow": "^2.0.1",
  66. "gulp": "^3.9.1",
  67. "gulp-eslint": "^3.0.1",
  68. "gulp-format-md": "^0.1.11",
  69. "gulp-istanbul": "^1.1.1",
  70. "gulp-mocha": "^4.0.1",
  71. "mocha": "^3.2.0"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js",
  78. "utils.js"
  79. ],
  80. "homepage": "https://github.com/jonschlinkert/use",
  81. "keywords": [
  82. "use"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "use",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonschlinkert/use.git"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "verb": {
  95. "related": {
  96. "list": [
  97. "base",
  98. "base-plugins",
  99. "ware"
  100. ]
  101. },
  102. "reflinks": [
  103. "verb",
  104. "ware"
  105. ],
  106. "toc": false,
  107. "layout": "default",
  108. "tasks": [
  109. "readme"
  110. ],
  111. "plugins": [
  112. "gulp-format-md"
  113. ],
  114. "lint": {
  115. "reflinks": true
  116. }
  117. },
  118. "version": "2.0.2"
  119. }