1{ 2 "_from": "nopt@4.0.3", 3 "_id": "nopt@4.0.3", 4 "_inBundle": false, 5 "_integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", 6 "_location": "/nopt", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "nopt@4.0.3", 12 "name": "nopt", 13 "escapedName": "nopt", 14 "rawSpec": "4.0.3", 15 "saveSpec": null, 16 "fetchSpec": "4.0.3" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/node-gyp" 22 ], 23 "_resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", 24 "_shasum": "a375cad9d02fd921278d954c2254d5aa57e15e48", 25 "_spec": "nopt@4.0.3", 26 "_where": "/Users/ruyadorno/Documents/workspace/cli", 27 "author": { 28 "name": "Isaac Z. Schlueter", 29 "email": "i@izs.me", 30 "url": "http://blog.izs.me/" 31 }, 32 "bin": { 33 "nopt": "bin/nopt.js" 34 }, 35 "bugs": { 36 "url": "https://github.com/npm/nopt/issues" 37 }, 38 "bundleDependencies": false, 39 "dependencies": { 40 "abbrev": "1", 41 "osenv": "^0.1.4" 42 }, 43 "deprecated": false, 44 "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", 45 "devDependencies": { 46 "tap": "^14.10.6" 47 }, 48 "files": [ 49 "bin", 50 "lib" 51 ], 52 "homepage": "https://github.com/npm/nopt#readme", 53 "license": "ISC", 54 "main": "lib/nopt.js", 55 "name": "nopt", 56 "repository": { 57 "type": "git", 58 "url": "git+https://github.com/npm/nopt.git" 59 }, 60 "scripts": { 61 "postversion": "npm publish", 62 "prepublishOnly": "git push origin --follow-tags", 63 "preversion": "npm test", 64 "test": "tap test/*.js" 65 }, 66 "version": "4.0.3" 67} 68