package.json 2.4 KB

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