package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "rechoir@^0.8.0",
  3. "_id": "rechoir@0.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
  6. "_location": "/rechoir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rechoir@^0.8.0",
  12. "name": "rechoir",
  13. "escapedName": "rechoir",
  14. "rawSpec": "^0.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.8.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
  22. "_shasum": "49f866e0d32146142da3ad8f0eff352b3215ff22",
  23. "_spec": "rechoir@^0.8.0",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/webpack-cli",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/rechoir/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. },
  39. {
  40. "name": "Tyler Kellen",
  41. "email": "tyler@sleekcode.net",
  42. "url": "http://goingslowly.com/"
  43. }
  44. ],
  45. "dependencies": {
  46. "resolve": "^1.20.0"
  47. },
  48. "deprecated": false,
  49. "description": "Prepare a node environment to require files with different extensions.",
  50. "devDependencies": {
  51. "eslint": "^7.21.0",
  52. "eslint-config-gulp": "^5.0.1",
  53. "expect": "^27.0.0",
  54. "mocha": "^8.3.0",
  55. "nyc": "^15.1.0"
  56. },
  57. "engines": {
  58. "node": ">= 10.13.0"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "index.js",
  63. "lib/"
  64. ],
  65. "homepage": "https://github.com/gulpjs/rechoir#readme",
  66. "keywords": [
  67. "require",
  68. "loader",
  69. "extension",
  70. "extensions",
  71. "prepare"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "rechoir",
  76. "nyc": {
  77. "reporter": [
  78. "lcov",
  79. "text-summary"
  80. ]
  81. },
  82. "prettier": {
  83. "singleQuote": true
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/gulpjs/rechoir.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint .",
  91. "pretest": "rm -rf tmp/ && npm run lint",
  92. "test": "nyc mocha --async-only"
  93. },
  94. "version": "0.8.0"
  95. }