package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "rechoir@0.7.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "rechoir@0.7.1",
  9. "_id": "rechoir@0.7.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==",
  12. "_location": "/rechoir",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "rechoir@0.7.1",
  18. "name": "rechoir",
  19. "escapedName": "rechoir",
  20. "rawSpec": "0.7.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.7.1"
  23. },
  24. "_requiredBy": [
  25. "/webpack-cli"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz",
  28. "_spec": "0.7.1",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "Gulp Team",
  32. "email": "team@gulpjs.com",
  33. "url": "http://gulpjs.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gulpjs/rechoir/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. },
  43. {
  44. "name": "Tyler Kellen",
  45. "email": "tyler@sleekcode.net",
  46. "url": "http://goingslowly.com/"
  47. }
  48. ],
  49. "dependencies": {
  50. "resolve": "^1.9.0"
  51. },
  52. "description": "Prepare a node environment to require files with different extensions.",
  53. "devDependencies": {
  54. "eslint": "^2.13.0",
  55. "eslint-config-gulp": "^3.0.1",
  56. "expect": "^1.20.2",
  57. "istanbul": "^0.4.3",
  58. "istanbul-coveralls": "^1.0.3",
  59. "mocha": "^3.5.3"
  60. },
  61. "engines": {
  62. "node": ">= 0.10"
  63. },
  64. "files": [
  65. "LICENSE",
  66. "index.js",
  67. "lib/"
  68. ],
  69. "homepage": "https://github.com/gulpjs/rechoir#readme",
  70. "keywords": [
  71. "require",
  72. "loader",
  73. "extension",
  74. "extensions",
  75. "prepare"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "rechoir",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/gulpjs/rechoir.git"
  83. },
  84. "scripts": {
  85. "cover": "istanbul cover _mocha --report lcovonly test test/lib",
  86. "coveralls": "npm run cover && istanbul-coveralls",
  87. "lint": "eslint .",
  88. "pretest": "rm -rf tmp/ && npm run lint",
  89. "test": "mocha --async-only test test/lib"
  90. },
  91. "version": "0.7.1"
  92. }