funcunit
Version:
<!-- @hide title
58 lines (57 loc) • 1.45 kB
JSON
{
"_from": "nopt@~2.1.1",
"_id": "nopt@2.1.2",
"_inBundle": false,
"_integrity": "sha1-bMzZd7gBMqB3MdbozljCyDA8+a8=",
"_location": "/nopt",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nopt@~2.1.1",
"name": "nopt",
"escapedName": "nopt",
"rawSpec": "~2.1.1",
"saveSpec": null,
"fetchSpec": "~2.1.1"
},
"_requiredBy": [
"/js-beautify"
],
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-2.1.2.tgz",
"_shasum": "6cccd977b80132a07731d6e8ce58c2c8303cf9af",
"_spec": "nopt@~2.1.1",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/js-beautify",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"nopt": "./bin/nopt.js"
},
"bugs": {
"url": "https://github.com/isaacs/nopt/issues"
},
"bundleDependencies": false,
"dependencies": {
"abbrev": "1"
},
"deprecated": false,
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"homepage": "https://github.com/isaacs/nopt#readme",
"license": {
"type": "MIT",
"url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
},
"main": "lib/nopt.js",
"name": "nopt",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/isaacs/nopt.git"
},
"scripts": {
"test": "node lib/nopt.js"
},
"version": "2.1.2"
}