| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "loader-runner@^4.1.0",
- "_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.1.0",
- "name": "loader-runner",
- "escapedName": "loader-runner",
- "rawSpec": "^4.1.0",
- "saveSpec": null,
- "fetchSpec": "^4.1.0"
- },
- "_requiredBy": [
- "/thread-loader",
- "/webpack"
- ],
- "_resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.1.tgz",
- "_shasum": "6c76ed29b0ccce9af379208299f07f876de737e3",
- "_spec": "loader-runner@^4.1.0",
- "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\thread-loader",
- "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"
- }
|