File: //proc/1233/root/home/arjun/projects/buyercall_forms/buyercall/node_modules/ow/package.json
{
"_args": [
[
"ow@0.13.2",
"/home/arjun/projects/buyercall_forms/buyercall"
]
],
"_from": "ow@0.13.2",
"_id": "ow@0.13.2",
"_inBundle": false,
"_integrity": "sha512-9wvr+q+ZTDRvXDjL6eDOdFe5WUl/wa5sntf9kAolxqSpkBqaIObwLgFCGXSJASFw+YciXnOVtDWpxXa9cqV94A==",
"_location": "/ow",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ow@0.13.2",
"name": "ow",
"escapedName": "ow",
"rawSpec": "0.13.2",
"saveSpec": null,
"fetchSpec": "0.13.2"
},
"_requiredBy": [
"/imagemin-pngquant"
],
"_resolved": "https://registry.npmjs.org/ow/-/ow-0.13.2.tgz",
"_spec": "0.13.2",
"_where": "/home/arjun/projects/buyercall_forms/buyercall",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"ava": {
"babel": false,
"compileEnhancements": false
},
"browser": {
"./dist/source/utils/infer-label.js": "./dist/source/utils/infer-label.browser.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/ow/issues"
},
"dependencies": {
"type-fest": "^0.5.1"
},
"description": "Function argument validation for humans",
"devDependencies": {
"@sindresorhus/is": "^0.16.0",
"@sindresorhus/tsconfig": "^0.3.0",
"@types/lodash.isequal": "^4.5.2",
"@types/node": "^12.0.0",
"@types/vali-date": "^1.0.0",
"add-module-exports-webpack-plugin": "^1.0.0",
"ava": "^1.0.1",
"awesome-typescript-loader": "^5.2.1",
"callsites": "^3.0.0",
"codecov": "^3.1.0",
"del-cli": "^1.1.0",
"dot-prop": "^5.0.0",
"license-webpack-plugin": "^2.0.2",
"lodash.isequal": "^4.5.0",
"nyc": "^14.1.1",
"tslint": "^5.12.0",
"tslint-xo": "^0.16.0",
"typedoc": "^0.14.2",
"typescript": "^3.3.1",
"vali-date": "^1.0.0",
"webpack": "^4.29.0",
"webpack-cli": "^3.1.2"
},
"engines": {
"node": ">=6"
},
"files": [
"dist/source"
],
"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/source",
"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"
},
"sideEffects": false,
"types": "dist/source",
"version": "0.13.2"
}