Edit File: package.json
{ "_args": [ [ "commander@2.13.0", "/home/taswqeshtry/public_html/nodejs" ] ], "_development": true, "_from": "commander@2.13.0", "_id": "commander@2.13.0", "_inBundle": false, "_integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==", "_location": "/uglifyjs-webpack-plugin/commander", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "commander@2.13.0", "name": "commander", "escapedName": "commander", "rawSpec": "2.13.0", "saveSpec": null, "fetchSpec": "2.13.0" }, "_requiredBy": [ "/uglifyjs-webpack-plugin/uglify-es" ], "_resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz", "_spec": "2.13.0", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "bugs": { "url": "https://github.com/tj/commander.js/issues" }, "dependencies": {}, "description": "the complete solution for node.js command-line programs", "devDependencies": { "@types/node": "^7.0.48", "should": "^11.2.1", "sinon": "^2.4.1", "typescript": "^2.6.2" }, "files": [ "index.js", "typings/index.d.ts" ], "homepage": "https://github.com/tj/commander.js#readme", "keywords": [ "commander", "command", "option", "parser" ], "license": "MIT", "main": "index", "name": "commander", "repository": { "type": "git", "url": "git+https://github.com/tj/commander.js.git" }, "scripts": { "test": "make test && npm run test-typings", "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json" }, "typings": "typings/index.d.ts", "version": "2.13.0" }
Back to File Manager