You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.7 KiB
69 lines
1.7 KiB
{ |
|
"_args": [ |
|
[ |
|
"loader-utils@3.2.1", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "loader-utils@3.2.1", |
|
"_id": "loader-utils@3.2.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", |
|
"_location": "/loader-utils", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "loader-utils@3.2.1", |
|
"name": "loader-utils", |
|
"escapedName": "loader-utils", |
|
"rawSpec": "3.2.1", |
|
"saveSpec": null, |
|
"fetchSpec": "3.2.1" |
|
}, |
|
"_requiredBy": [ |
|
"/generic-names" |
|
], |
|
"_resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", |
|
"_spec": "3.2.1", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Tobias Koppers @sokra" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/webpack/loader-utils/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "utils for webpack loaders", |
|
"devDependencies": { |
|
"coveralls": "^3.1.1", |
|
"eslint": "^8.0.1", |
|
"eslint-plugin-node": "^11.1.0", |
|
"jest": "^27.3.1", |
|
"prettier": "^2.4.1", |
|
"standard-version": "^9.3.2" |
|
}, |
|
"engines": { |
|
"node": ">= 12.13.0" |
|
}, |
|
"files": [ |
|
"lib" |
|
], |
|
"homepage": "https://github.com/webpack/loader-utils#readme", |
|
"license": "MIT", |
|
"main": "lib/index.js", |
|
"name": "loader-utils", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/webpack/loader-utils.git" |
|
}, |
|
"scripts": { |
|
"lint": "prettier --list-different . && eslint .", |
|
"pretest": "yarn lint", |
|
"release": "yarn test && standard-version", |
|
"test": "jest", |
|
"test:ci": "yarn test:only", |
|
"test:only": "jest --coverage" |
|
}, |
|
"version": "3.2.1" |
|
}
|
|
|