127 lines
4.1 KiB
JSON
127 lines
4.1 KiB
JSON
{
|
|
"_from": "@webpack-contrib/schema-utils@^1.0.0-beta.0",
|
|
"_id": "@webpack-contrib/schema-utils@1.0.0-beta.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-LonryJP+FxQQHsjGBi6W786TQB1Oym+agTpY0c+Kj8alnIw+DLUJb6SI8Y1GHGhLCH1yPRrucjObUmxNICQ1pg==",
|
|
"_location": "/@webpack-contrib/schema-utils",
|
|
"_phantomChildren": {
|
|
"fast-json-stable-stringify": "2.1.0",
|
|
"uri-js": "4.4.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@webpack-contrib/schema-utils@^1.0.0-beta.0",
|
|
"name": "@webpack-contrib/schema-utils",
|
|
"escapedName": "@webpack-contrib%2fschema-utils",
|
|
"scope": "@webpack-contrib",
|
|
"rawSpec": "^1.0.0-beta.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0-beta.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mini-css-extract-plugin"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@webpack-contrib/schema-utils/-/schema-utils-1.0.0-beta.0.tgz",
|
|
"_shasum": "bf9638c9464d177b48209e84209e23bee2eb4f65",
|
|
"_spec": "@webpack-contrib/schema-utils@^1.0.0-beta.0",
|
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\mini-css-extract-plugin",
|
|
"author": {
|
|
"name": "Webpack Contrib",
|
|
"url": "https://github.com/webpack-contrib"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack-contrib/schema-utils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ajv": "^6.1.0",
|
|
"ajv-keywords": "^3.1.0",
|
|
"chalk": "^2.3.2",
|
|
"strip-ansi": "^4.0.0",
|
|
"text-table": "^0.2.0",
|
|
"webpack-log": "^1.1.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Webpack Schema Validation Utilities",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^5.2.8",
|
|
"@commitlint/config-angular": "^5.1.1",
|
|
"@webpack-contrib/eslint-config-webpack": "^2.0.2",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-jest": "^22.4.3",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"conventional-github-releaser": "^2.0.0",
|
|
"cross-env": "^5.1.3",
|
|
"del": "^3.0.0",
|
|
"del-cli": "^1.1.0",
|
|
"eslint": "^4.17.0",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-prettier": "^2.6.0",
|
|
"husky": "^0.14.3",
|
|
"jest": "^22.4.3",
|
|
"lint-staged": "^6.1.0",
|
|
"memory-fs": "^0.4.1",
|
|
"nsp": "^3.1.0",
|
|
"pre-commit": "^1.2.2",
|
|
"prettier": "^1.10.2",
|
|
"standard-version": "^4.3.0",
|
|
"webpack": "^4.4.1",
|
|
"webpack-defaults": "^2.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.9.0 || >= 8.9.0"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"schema/"
|
|
],
|
|
"homepage": "https://github.com/webpack-contrib/schema-utils",
|
|
"keywords": [
|
|
"webpack"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "dist/cjs.js",
|
|
"name": "@webpack-contrib/schema-utils",
|
|
"peerDependencies": {
|
|
"webpack": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"pre-commit": "lint-staged",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/webpack-contrib/schema-utils.git"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
|
|
"ci:coverage": "npm run test:coverage -- --runInBand",
|
|
"ci:lint": "npm run lint && npm run security",
|
|
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
|
|
"ci:test": "npm run test -- --runInBand",
|
|
"clean": "del-cli dist",
|
|
"commitlint": "commitlint",
|
|
"commitmsg": "commitlint -e $GIT_PARAMS",
|
|
"defaults": "webpack-defaults",
|
|
"lint": "eslint --cache src test",
|
|
"lint-staged": "lint-staged",
|
|
"prebuild": "npm run clean",
|
|
"prepublish": "npm run build",
|
|
"release": "standard-version",
|
|
"release:ci": "conventional-github-releaser -p angular",
|
|
"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
|
|
"security": "nsp check",
|
|
"start": "npm run build -- -w",
|
|
"test": "jest",
|
|
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"version": "1.0.0-beta.0"
|
|
}
|