123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "schema-utils@0.4.7",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "schema-utils@0.4.7",
- "_id": "schema-utils@0.4.7",
- "_inBundle": false,
- "_integrity": "sha1-unT1l9K+LqiAExdG7hfQoJPGgYc=",
- "_location": "/schema-utils",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "schema-utils@0.4.7",
- "name": "schema-utils",
- "escapedName": "schema-utils",
- "rawSpec": "0.4.7",
- "saveSpec": null,
- "fetchSpec": "0.4.7"
- },
- "_requiredBy": [
- "/webpack"
- ],
- "_resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-0.4.7.tgz",
- "_spec": "0.4.7",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "webpack Contrib",
- "url": "https://github.com/webpack-contrib"
- },
- "bugs": {
- "url": "https://github.com/webpack-contrib/schema-utils/issues"
- },
- "dependencies": {
- "ajv": "^6.1.0",
- "ajv-keywords": "^3.1.0"
- },
- "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"
- }
|