package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "rechoir@^0.7.0",
  3. "_id": "rechoir@0.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==",
  6. "_location": "/rechoir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rechoir@^0.7.0",
  12. "name": "rechoir",
  13. "escapedName": "rechoir",
  14. "rawSpec": "^0.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.7.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz",
  22. "_shasum": "9478a96a1ca135b5e88fc027f03ee92d6c645686",
  23. "_spec": "rechoir@^0.7.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.9.0"
  47. },
  48. "deprecated": false,
  49. "description": "Prepare a node environment to require files with different extensions.",
  50. "devDependencies": {
  51. "eslint": "^2.13.0",
  52. "eslint-config-gulp": "^3.0.1",
  53. "expect": "^1.20.2",
  54. "istanbul": "^0.4.3",
  55. "istanbul-coveralls": "^1.0.3",
  56. "mocha": "^3.5.3"
  57. },
  58. "engines": {
  59. "node": ">= 0.10"
  60. },
  61. "files": [
  62. "LICENSE",
  63. "index.js",
  64. "lib/"
  65. ],
  66. "homepage": "https://github.com/gulpjs/rechoir#readme",
  67. "keywords": [
  68. "require",
  69. "loader",
  70. "extension",
  71. "extensions",
  72. "prepare"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "rechoir",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/gulpjs/rechoir.git"
  80. },
  81. "scripts": {
  82. "cover": "istanbul cover _mocha --report lcovonly test test/lib",
  83. "coveralls": "npm run cover && istanbul-coveralls",
  84. "lint": "eslint .",
  85. "pretest": "rm -rf tmp/ && npm run lint",
  86. "test": "mocha --async-only test test/lib"
  87. },
  88. "version": "0.7.1"
  89. }