芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/yup/package.json
{ "_args": [ [ "yup@0.29.3", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "yup@0.29.3", "_id": "yup@0.29.3", "_inBundle": false, "_integrity": "sha512-RNUGiZ/sQ37CkhzKFoedkeMfJM0vNQyaz+wRZJzxdKE7VfDeVKH8bb4rr7XhRLbHJz5hSjoDNwMEIaKhuMZ8gQ==", "_location": "/yup", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "yup@0.29.3", "name": "yup", "escapedName": "yup", "rawSpec": "0.29.3", "saveSpec": null, "fetchSpec": "0.29.3" }, "_requiredBy": [ "/strapi-utils" ], "_resolved": "https://registry.npmjs.org/yup/-/yup-0.29.3.tgz", "_spec": "0.29.3", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "@monasticpanic Jason Quense" }, "bugs": { "url": "https://github.com/jquense/yup/issues" }, "dependencies": { "@babel/runtime": "^7.10.5", "fn-name": "~3.0.0", "lodash": "^4.17.15", "lodash-es": "^4.17.11", "property-expr": "^2.0.2", "synchronous-promise": "^2.0.13", "toposort": "^2.0.2" }, "description": "Dead simple Object schema validation", "devDependencies": { "@4c/rollout": "^2.1.10", "@babel/cli": "7.10.5", "@babel/core": "7.11.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.2.2", "babel-plugin-transform-rename-import": "^2.3.0", "babel-preset-jason": "^6.3.0", "benchmark": "^2.1.4", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "dirty-chai": "^2.0.1", "doctoc": "^1.4.0", "eslint": "^7.6.0", "eslint-config-jason": "^7.0.1", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^23.20.0", "eslint-plugin-react": "^7.20.5", "eslint-plugin-react-hooks": "^4.0.8", "husky": "^4.2.5", "jest": "^26.2.2", "lint-staged": "^10.2.11", "prettier": "^2.0.5", "rollup": "^2.23.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-filesize": "^8.0.2", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-size-snapshot": "^0.12.0", "sinon": "^9.0.2", "sinon-chai": "^3.5.0" }, "engines": { "node": ">=10" }, "files": [ "es", "lib" ], "homepage": "https://github.com/jquense/yup", "jest": { "globals": { "YUP_USE_SYNC": true }, "testEnvironment": "node", "setupFilesAfterEnv": [ "./test-setup.js" ], "roots": [ "test" ], "testRegex": "\\.js", "testPathIgnorePatterns": [ "helpers\\.js" ] }, "license": "MIT", "lint-staged": { "*.{js,json,css,md}": [ "prettier --write", "git add" ] }, "main": "lib/index.js", "module": "es/index.js", "name": "yup", "prettier": { "singleQuote": true, "trailingComma": "all" }, "release": { "conventionalCommits": true }, "repository": { "type": "git", "url": "git+https://github.com/jquense/yup.git" }, "runkitExampleFilename": "./runkit-example.js", "scripts": { "build": "yarn build:commonjs && yarn build:modules && npm run toc", "build:commonjs": "babel src --out-dir lib --delete-dir-on-start", "build:modules": "babel src --out-dir es --delete-dir-on-start --env-name modules", "lint": "eslint src test", "precommit": "lint-staged", "prepublishOnly": "npm run build", "release": "rollout", "tdd": "jest --watch", "test": "npm run lint && npm run test-all -- --runInBand", "test-all": "npm run testonly -- --projects ./jest-sync.config.json --projects ./package.json", "testonly": "jest", "toc": "doctoc README.md --github" }, "version": "0.29.3" }