W72crm_web-master/node_modules/schema-utils/package.json

81 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"_from": "schema-utils@^0.4.5",
"_id": "schema-utils@0.4.7",
"_inBundle": false,
"_integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==",
"_location": "/schema-utils",
"_phantomChildren": {
"fast-json-stable-stringify": "2.1.0",
"uri-js": "4.4.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "schema-utils@^0.4.5",
"name": "schema-utils",
"escapedName": "schema-utils",
"rawSpec": "^0.4.5",
"saveSpec": null,
"fetchSpec": "^0.4.5"
},
"_requiredBy": [
"/file-loader",
"/postcss-loader",
"/uglifyjs-webpack-plugin",
"/url-loader",
"/webpack"
],
"_resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-0.4.7.tgz",
"_shasum": "ba74f597d2be2ea880131746ee17d0a093c68187",
"_spec": "schema-utils@^0.4.5",
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\file-loader",
"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"
},
"deprecated": false,
"description": "webpack Validation Utils",
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
"@webpack-contrib/eslint-config-webpack": "^2.0.0",
"del-cli": "^1.0.0",
"eslint": "^5.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-prettier": "^2.0.0",
"jest": "^21.0.0",
"prettier": "^1.0.0",
"standard-version": "^4.0.0"
},
"engines": {
"node": ">= 4"
},
"files": [
"src"
],
"homepage": "https://github.com/webpack-contrib/schema-utils",
"license": "MIT",
"main": "src/index.js",
"name": "schema-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/schema-utils.git"
},
"scripts": {
"clean": "del-cli coverage",
"commits": "commitlint --from $(git rev-list --tags --max-count=1)",
"lint": "eslint --cache src test",
"release": "npm run commits && standard-version",
"test": "jest --env node --verbose --coverage"
},
"version": "0.4.7"
}