94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
{
|
|
"_from": "loader-runner@^4.3.1",
|
|
"_id": "loader-runner@4.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==",
|
|
"_location": "/loader-runner",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "loader-runner@^4.3.1",
|
|
"name": "loader-runner",
|
|
"escapedName": "loader-runner",
|
|
"rawSpec": "^4.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz",
|
|
"_shasum": "6c76ed29b0ccce9af379208299f07f876de737e3",
|
|
"_spec": "loader-runner@^4.3.1",
|
|
"_where": "/root/dns/node_modules/webpack",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack/loader-runner/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Runs (webpack) loaders",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.28.0",
|
|
"@eslint/markdown": "^7.1.0",
|
|
"@stylistic/eslint-plugin": "^5.2.3",
|
|
"eslint": "^9.28.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-config-webpack": "^4.6.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jest": "^28.12.0",
|
|
"eslint-plugin-jsdoc": "^54.1.1",
|
|
"eslint-plugin-n": "^17.19.0",
|
|
"eslint-plugin-prettier": "^5.4.1",
|
|
"eslint-plugin-unicorn": "^60.0.0",
|
|
"globals": "^16.2.0",
|
|
"mocha": "^3.2.0",
|
|
"nyc": "^14.1.1",
|
|
"prettier": "^3.5.3",
|
|
"should": "^8.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.11.5"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"bin/",
|
|
"hot/",
|
|
"web_modules/",
|
|
"schemas/"
|
|
],
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"homepage": "https://github.com/webpack/loader-runner#readme",
|
|
"keywords": [
|
|
"webpack",
|
|
"loader"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/LoaderRunner.js",
|
|
"name": "loader-runner",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/webpack/loader-runner.git"
|
|
},
|
|
"scripts": {
|
|
"fix": "npm run fix:code && npm run fmt",
|
|
"fix:code": "npm run lint:code -- --fix",
|
|
"fmt": "npm run fmt:base -- --log-level warn --write",
|
|
"fmt:base": "prettier --cache --ignore-unknown .",
|
|
"fmt:check": "npm run fmt:base -- --check",
|
|
"lint": "npm run lint:code && npm run fmt:check",
|
|
"lint:code": "eslint --cache .",
|
|
"pretest": "npm run lint",
|
|
"test": "npm run test:basic",
|
|
"test:basic": "mocha --reporter spec",
|
|
"test:cover": "nyc --reporter=lcov npm run test:basic"
|
|
},
|
|
"version": "4.3.1"
|
|
}
|