{
"_from": "yup@^0.27.0",
"_id": "yup@0.27.0",
"_inBundle": false,
"_integrity": "sha512-v1yFnE4+u9za42gG/b/081E7uNW9mUj3qtkmelLbW5YPROZzSH/KUUyJu9Wt8vxFJcT9otL/eZopS0YK1L5yPQ==",
"_location": "/yup",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yup@^0.27.0",
"name": "yup",
"escapedName": "yup",
"rawSpec": "^0.27.0",
"saveSpec": null,
"fetchSpec": "^0.27.0"
},
"_requiredBy": [
"/@expo/webpack-config"
],
"_resolved": "https://registry.npmjs.org/yup/-/yup-0.27.0.tgz",
"_shasum": "f8cb198c8e7dd2124beddc2457571329096b06e7",
"_spec": "yup@^0.27.0",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/webpack-config",
"author": {
"name": "@monasticpanic Jason Quense"
},
"bugs": {
"url": "https://github.com/jquense/yup/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"fn-name": "~2.0.1",
"lodash": "^4.17.11",
"property-expr": "^1.5.0",
"synchronous-promise": "^2.0.6",
"toposort": "^2.0.2"
},
"deprecated": false,
"description": "Dead simple Object schema validation",
"devDependencies": {
"@4c/rollout": "^1.3.3",
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^22.4.3",
"babel-preset-jason": "^6.0.1",
"benchmark": "^2.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"doctoc": "^1.4.0",
"eslint": "^4.19.1",
"eslint-config-jason": "^4.0.1",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^21.22.0",
"eslint-plugin-react": "^7.12.4",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.2.2",
"prettier": "^1.13.7",
"rollup": "^0.65.0",
"rollup-plugin-babel": "^4.0.2",
"rollup-plugin-filesize": "^4.0.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-size-snapshot": "^0.6.1",
"sinon": "^6.1.5",
"sinon-chai": "^3.3.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/jquense/yup",
"jest": {
"globals": {
"YUP_USE_SYNC": true
},
"testEnvironment": "node",
"setupTestFrameworkScriptFile": "./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",
"name": "yup",
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"release": {
"conventional-commits": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/yup.git"
},
"runkitExampleFilename": "./runkit-example.js",
"scripts": {
"build": "babel src --out-dir lib --delete-dir-on-start && npm run toc",
"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.27.0"
}