first
This commit is contained in:
85
node_modules/webpack-sources/package.json
generated
vendored
Normal file
85
node_modules/webpack-sources/package.json
generated
vendored
Normal file
@ -0,0 +1,85 @@
|
||||
{
|
||||
"_from": "webpack-sources@^3.2.3",
|
||||
"_id": "webpack-sources@3.2.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
|
||||
"_location": "/webpack-sources",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "webpack-sources@^3.2.3",
|
||||
"name": "webpack-sources",
|
||||
"escapedName": "webpack-sources",
|
||||
"rawSpec": "^3.2.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.2.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
|
||||
"_shasum": "2d4daab8451fd4b240cc27055ff6a0c2ccea0cde",
|
||||
"_spec": "webpack-sources@^3.2.3",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\webpack",
|
||||
"author": {
|
||||
"name": "Tobias Koppers @sokra"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/webpack/webpack-sources/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Source code handling classes for webpack",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.2",
|
||||
"eslint": "^7.7.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-jest": "^23.20.0",
|
||||
"eslint-plugin-mocha": "^8.0.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-nodeca": "^1.0.3",
|
||||
"eslint-plugin-prettier": "^3.0.1",
|
||||
"istanbul": "^0.4.1",
|
||||
"jest": "^26.4.0",
|
||||
"prettier": "^2.0.5",
|
||||
"source-map": "^0.7.3",
|
||||
"sourcemap-validator": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
},
|
||||
"files": [
|
||||
"lib/",
|
||||
"!lib/helpers/__mocks__"
|
||||
],
|
||||
"homepage": "https://github.com/webpack/webpack-sources#readme",
|
||||
"jest": {
|
||||
"forceExit": true,
|
||||
"testMatch": [
|
||||
"<rootDir>/test/*.js"
|
||||
],
|
||||
"transformIgnorePatterns": [
|
||||
"<rootDir>"
|
||||
],
|
||||
"testEnvironment": "node"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"source-map"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "webpack-sources",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/webpack/webpack-sources.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "jest --coverage",
|
||||
"lint": "eslint --cache lib test/*.js",
|
||||
"pretest": "yarn lint",
|
||||
"test": "jest"
|
||||
},
|
||||
"version": "3.2.3"
|
||||
}
|
Reference in New Issue
Block a user