PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
getopts
{ "_from": "getopts@2.2.3", "_id": "getopts@2.2.3", "_inBundle": false, "_integrity": "sha512-viEcb8TpgeG05+Nqo5EzZ8QR0hxdyrYDp6ZSTZqe2M/h53Bk036NmqG38Vhf5RGirC/Of9Xql+v66B2gp256SQ==", "_location": "/knex-migrator/getopts", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "getopts@2.2.3", "name": "getopts", "escapedName": "getopts", "rawSpec": "2.2.3", "saveSpec": null, "fetchSpec": "2.2.3" }, "_requiredBy": [ "/knex-migrator/knex" ], "_resolved": "https://registry.npmjs.org/getopts/-/getopts-2.2.3.tgz", "_shasum": "11d229775e2ec2067ed8be6fcc39d9b4bf39cf7d", "_spec": "getopts@2.2.3", "_where": "/usr/local/lib/node_modules/knex-migrator/node_modules/knex", "author": { "name": "Jorge Bucaran" }, "bugs": { "url": "https://github.com/jorgebucaran/getopts/issues" }, "bundleDependencies": false, "deprecated": false, "description": "High performance Node.js CLI options parser.", "devDependencies": { "nyc": "^12.0.2", "testmatrix": "^0.1.2", "typescript": "^3.1.3" }, "files": [ "index.js", "getopts.d.ts" ], "homepage": "https://github.com/jorgebucaran/getopts#readme", "keywords": [ "getopts", "cli", "argv", "cli-parser" ], "license": "MIT", "main": "index.js", "name": "getopts", "repository": { "type": "git", "url": "git+https://github.com/jorgebucaran/getopts.git" }, "scripts": { "release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push origin master && git push --tags && npm publish", "test": "nyc -r lcov testmatrix test/*.test.js && nyc report && tsc -p test/ts" }, "types": "getopts.d.ts", "version": "2.2.3" }
[-] getopts.d.ts
[edit]
[+]
..
[-] package.json
[edit]
[-] LICENSE.md
[edit]
[-] index.js
[edit]
[-] README.md
[edit]