/
websites
/
operateit-node
/
node_modules
/
upcast
/
Upload File
HOME
{ "_from": "upcast@^2.1.1", "_id": "upcast@2.1.2", "_inBundle": false, "_integrity": "sha512-c+ueM175OVWv9vr1SYA3rI1ao0bxq6Y7l6u5Sac25Hi0yWz9Lz341zt9/sVOa5+7lYcvHMb0xxaacFy/2lVF2w==", "_location": "/upcast", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "upcast@^2.1.1", "name": "upcast", "escapedName": "upcast", "rawSpec": "^2.1.1", "saveSpec": null, "fetchSpec": "^2.1.1" }, "_requiredBy": [ "/@adonisjs/generic-exceptions", "/edge.js" ], "_resolved": "https://registry.npmjs.org/upcast/-/upcast-2.1.2.tgz", "_shasum": "69468e374b3cfb7b22fb632d55a420048b9e24a1", "_spec": "upcast@^2.1.1", "_where": "D:\\xampp\\htdocs\\operateit\\node_modules\\@adonisjs\\generic-exceptions", "author": { "name": "Rowan Manning", "url": "http://rowanmanning.co.uk/" }, "bugs": { "url": "https://github.com/OmgImAlexis/upcast/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Alexis Tyler", "email": "xo@wvvw.me", "url": "https://wvvw.me" } ], "dependencies": { "cross-env": "^5.1.0" }, "deprecated": false, "description": "Upcast is a low-level JavaScript type checking and casting library", "devDependencies": { "ava": "^0.22.0", "codecov": "^2.3.1", "lint-staged": "^4.2.3", "nyc": "^11.2.1", "sinon": "~4.0.1", "xo": "^0.18.2" }, "engines": { "node": ">4" }, "homepage": "https://github.com/OmgImAlexisj/upcast", "keywords": [ "cast", "check", "type", "types" ], "main": "./index.js", "name": "upcast", "repository": { "type": "git", "url": "git+https://github.com/OmgImAlexis/upcast.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "lint": "xo", "precommit": "lint-staged && yarn test", "test": "yarn lint && yarn test-coverage", "test-coverage": "cross-env NODE_ENV=test nyc ava" }, "version": "2.1.2", "xo": { "space": 4, "rules": { "space-before-function-paren": [ "error", "never" ] }, "envs": [ "node", "es6" ] } }