package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "use@^3.1.0",
  3. "_id": "use@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6UJEQM/L+mzC3ZJNM56Q4DFGLX/evKGRg15UJHGB9X5j5Z3AFbgZvjUh2yq/UJUY4U5dh7Fal++XbNg1uzpRAw==",
  6. "_location": "/use",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "use@^3.1.0",
  12. "name": "use",
  13. "escapedName": "use",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/snapdragon"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/use/-/use-3.1.0.tgz",
  22. "_shasum": "14716bf03fdfefd03040aef58d8b4b85f3a7c544",
  23. "_spec": "use@^3.1.0",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/snapdragon",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/use/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Brian Woodward",
  36. "url": "https://twitter.com/doowb"
  37. },
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "name": "Olsten Larck",
  44. "url": "https://i.am.charlike.online"
  45. },
  46. {
  47. "url": "https://github.com/wtgtybhertgeghgtwtg"
  48. }
  49. ],
  50. "dependencies": {
  51. "kind-of": "^6.0.2"
  52. },
  53. "deprecated": false,
  54. "description": "Easily add plugin support to your node.js application.",
  55. "devDependencies": {
  56. "base-plugins": "^1.0.0",
  57. "define-property": "^2.0.0",
  58. "extend-shallow": "^3.0.1",
  59. "gulp": "^3.9.1",
  60. "gulp-eslint": "^4.0.0",
  61. "gulp-format-md": "^1.0.0",
  62. "gulp-istanbul": "^1.1.2",
  63. "gulp-mocha": "^3.0.1",
  64. "mocha": "^4.0.1"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/jonschlinkert/use",
  73. "keywords": [
  74. "use"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "use",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jonschlinkert/use.git"
  82. },
  83. "scripts": {
  84. "test": "mocha"
  85. },
  86. "verb": {
  87. "related": {
  88. "list": [
  89. "base",
  90. "base-plugins",
  91. "ware"
  92. ]
  93. },
  94. "reflinks": [
  95. "verb",
  96. "ware"
  97. ],
  98. "toc": false,
  99. "layout": "default",
  100. "tasks": [
  101. "readme"
  102. ],
  103. "plugins": [
  104. "gulp-format-md"
  105. ],
  106. "lint": {
  107. "reflinks": true
  108. }
  109. },
  110. "version": "3.1.0"
  111. }