{ "_from": "assert-options@0.7.0", "_id": "assert-options@0.7.0", "_inBundle": false, "_integrity": "sha512-7q9uNH/Dh8gFgpIIb9ja8PJEWA5AQy3xnBC8jtKs8K/gNVCr1K6kIvlm59HUyYgvM7oEDoLzGgPcGd9FqhtXEQ==", "_location": "/assert-options", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "assert-options@0.7.0", "name": "assert-options", "escapedName": "assert-options", "rawSpec": "0.7.0", "saveSpec": null, "fetchSpec": "0.7.0" }, "_requiredBy": [ "/pg-promise" ], "_resolved": "https://registry.npmjs.org/assert-options/-/assert-options-0.7.0.tgz", "_shasum": "82c27618d9c0baa5e9da8ef607ee261a44ed6e5e", "_spec": "assert-options@0.7.0", "_where": "/home/sigonasr2/divar/server/node_modules/pg-promise", "author": { "name": "Vitaly Tomilov", "email": "vitaly.tomilov@gmail.com" }, "bugs": { "url": "https://github.com/vitaly-t/assert-options/issues", "email": "vitaly.tomilov@gmail.com" }, "bundleDependencies": false, "deprecated": false, "description": "Generic options parameter handling.", "devDependencies": { "@types/chai": "4.2.14", "@types/mocha": "8.2.0", "@types/node": "14.14.14", "chai": "4.2.0", "coveralls": "3.1.0", "mocha": "8.2.1", "mocha-lcov-reporter": "1.3.0", "nyc": "15.1.0", "ts-node": "9.1.1", "tslint": "6.1.3", "typescript": "4.1.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "dist/src", "dist/index.js" ], "homepage": "https://github.com/vitaly-t/assert-options", "keywords": [ "assert", "options" ], "license": "MIT", "main": "dist/src/index.js", "name": "assert-options", "repository": { "type": "git", "url": "git+https://github.com/vitaly-t/assert-options.git" }, "scripts": { "all": "tsc && npm test && npm run lint", "lint": "tslint --fix ./src/**/*.ts ./test/**/*.ts", "test": "nyc mocha -r ts-node/register test/**/*.spec.ts", "travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls" }, "types": "dist/src/index.d.ts", "version": "0.7.0" }