1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "commander@2.17.1",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_from": "commander@2.17.1",
- "_id": "commander@2.17.1",
- "_inBundle": false,
- "_integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==",
- "_location": "/commander",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "commander@2.17.1",
- "name": "commander",
- "escapedName": "commander",
- "rawSpec": "2.17.1",
- "saveSpec": null,
- "fetchSpec": "2.17.1"
- },
- "_requiredBy": [
- "/html-minifier",
- "/webpack-bundle-analyzer",
- "/xlsx"
- ],
- "_resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
- "_spec": "2.17.1",
- "_where": "E:\\amr1.0\\AMR",
- "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": "^10.5.7",
- "eslint": "^5.3.0",
- "should": "^13.2.3",
- "sinon": "^6.1.4",
- "standard": "^11.0.1",
- "typescript": "^2.9.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": {
- "lint": "eslint index.js",
- "test": "node test/run.js && npm run test-typings",
- "test-typings": "tsc -p tsconfig.json"
- },
- "typings": "typings/index.d.ts",
- "version": "2.17.1"
- }
|