aiparking_api/node_modules/ow/package.json
2020-02-02 15:24:30 +07:00

111 lines
2.6 KiB
JSON

{
"_from": "ow@^0.4.0",
"_id": "ow@0.4.0",
"_inBundle": false,
"_integrity": "sha512-kJNzxUgVd6EF5LoGs+s2/etJPwjfRDLXPTCfEgV8At77sRrV+PSFA8lcoW2HF15Qd455mIR2Stee/2MzDiFBDA==",
"_location": "/ow",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ow@^0.4.0",
"name": "ow",
"escapedName": "ow",
"rawSpec": "^0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
},
"_requiredBy": [
"/random"
],
"_resolved": "https://registry.npmjs.org/ow/-/ow-0.4.0.tgz",
"_shasum": "119a846d23738ce11677331fef8a3fbe019eb05b",
"_spec": "ow@^0.4.0",
"_where": "/home/bo_wsl/code/api/node_modules/random",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/ow/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Function argument validation for humans",
"devDependencies": {
"@sindresorhus/is": "^0.9.0",
"@types/dot-prop": "^4.2.0",
"@types/lodash.isequal": "^4.5.2",
"@types/node": "^10.0.0",
"@types/vali-date": "^1.0.0",
"add-module-exports-webpack-plugin": "^0.1.0",
"ava": "*",
"awesome-typescript-loader": "^5.0.0",
"codecov": "^3.0.0",
"del-cli": "^1.1.0",
"dot-prop": "^4.2.0",
"license-webpack-plugin": "^1.1.1",
"lodash.isequal": "^4.5.0",
"nyc": "^11.2.1",
"tslint": "^5.9.1",
"tslint-xo": "^0.8.0",
"typedoc": "^0.11.1",
"typescript": "^2.8.1",
"vali-date": "^1.0.0",
"webpack": "^4.3.0",
"webpack-cli": "^2.0.13"
},
"engines": {
"node": ">=6"
},
"files": [
"dist"
],
"homepage": "https://github.com/sindresorhus/ow#readme",
"keywords": [
"type",
"types",
"check",
"checking",
"guard",
"guards",
"assert",
"assertion",
"predicate",
"predicates",
"is",
"validate",
"validation",
"utility",
"util",
"typeof",
"instanceof",
"object"
],
"license": "MIT",
"main": "dist/index.js",
"name": "ow",
"nyc": {
"exclude": [
"dist/test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/ow.git"
},
"scripts": {
"build": "npm run clean && webpack",
"clean": "del dist",
"compile": "npm run clean && tsc",
"docs": "typedoc source",
"lint": "tslint --format stylish --project .",
"prepublishOnly": "npm run build",
"pretest": "npm run compile -- --sourceMap",
"test": "npm run lint && nyc ava dist/test"
},
"typings": "dist/index.d.ts",
"version": "0.4.0"
}