package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "use@3.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "use@3.1.0",
  10. "_id": "use@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6UJEQM/L+mzC3ZJNM56Q4DFGLX/evKGRg15UJHGB9X5j5Z3AFbgZvjUh2yq/UJUY4U5dh7Fal++XbNg1uzpRAw==",
  13. "_location": "/use",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "use@3.1.0",
  19. "name": "use",
  20. "escapedName": "use",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/snapdragon"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/use/-/use-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "D:\\projects\\dealer_front",
  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. "dependencies": {
  56. "kind-of": "^6.0.2"
  57. },
  58. "description": "Easily add plugin support to your node.js application.",
  59. "devDependencies": {
  60. "base-plugins": "^1.0.0",
  61. "define-property": "^2.0.0",
  62. "extend-shallow": "^3.0.1",
  63. "gulp": "^3.9.1",
  64. "gulp-eslint": "^4.0.0",
  65. "gulp-format-md": "^1.0.0",
  66. "gulp-istanbul": "^1.1.2",
  67. "gulp-mocha": "^3.0.1",
  68. "mocha": "^4.0.1"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "homepage": "https://github.com/jonschlinkert/use",
  77. "keywords": [
  78. "use"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "use",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jonschlinkert/use.git"
  86. },
  87. "scripts": {
  88. "test": "mocha"
  89. },
  90. "verb": {
  91. "related": {
  92. "list": [
  93. "base",
  94. "base-plugins",
  95. "ware"
  96. ]
  97. },
  98. "reflinks": [
  99. "verb",
  100. "ware"
  101. ],
  102. "toc": false,
  103. "layout": "default",
  104. "tasks": [
  105. "readme"
  106. ],
  107. "plugins": [
  108. "gulp-format-md"
  109. ],
  110. "lint": {
  111. "reflinks": true
  112. }
  113. },
  114. "version": "3.1.0"
  115. }