package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "loader-runner@2.3.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "loader-runner@2.3.0",
  10. "_id": "loader-runner@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9IKuqC1UPgeSFwDVpG7yb9rGuKI=",
  13. "_location": "/loader-runner",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "loader-runner@2.3.0",
  19. "name": "loader-runner",
  20. "escapedName": "loader-runner",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.0.tgz",
  29. "_spec": "2.3.0",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Tobias Koppers @sokra"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack/loader-runner/issues"
  36. },
  37. "description": "Runs (webpack) loaders",
  38. "devDependencies": {
  39. "beautify-lint": "^1.0.4",
  40. "codecov.io": "^0.1.6",
  41. "coveralls": "^2.11.6",
  42. "eslint": "^3.12.2",
  43. "eslint-plugin-node": "^3.0.5",
  44. "eslint-plugin-nodeca": "^1.0.3",
  45. "istanbul": "^0.4.1",
  46. "mocha": "^3.2.0",
  47. "should": "^8.0.2"
  48. },
  49. "engines": {
  50. "node": ">=4.3.0 <5.0.0 || >=5.10"
  51. },
  52. "files": [
  53. "lib/",
  54. "bin/",
  55. "hot/",
  56. "web_modules/",
  57. "schemas/"
  58. ],
  59. "homepage": "https://github.com/webpack/loader-runner#readme",
  60. "keywords": [
  61. "webpack",
  62. "loader"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/LoaderRunner.js",
  66. "name": "loader-runner",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/webpack/loader-runner.git"
  70. },
  71. "scripts": {
  72. "beautify": "beautify-rewrite lib/**.js test/*.js",
  73. "beautify-lint": "beautify-lint lib/**.js test/*.js",
  74. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  75. "lint": "eslint lib test",
  76. "precover": "npm run lint && npm run beautify-lint",
  77. "pretest": "npm run lint && npm run beautify-lint",
  78. "test": "mocha --reporter spec",
  79. "travis": "npm run cover -- --report lcovonly"
  80. },
  81. "version": "2.3.0"
  82. }