blob: 995a123a8327f99ec0456e42a44ddab1d2f9fc32 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "nopt@~3.0.6",
3 "_id": "nopt@3.0.6",
4 "_inBundle": false,
5 "_integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
6 "_location": "/nopt",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "nopt@~3.0.6",
12 "name": "nopt",
13 "escapedName": "nopt",
14 "rawSpec": "~3.0.6",
15 "saveSpec": null,
16 "fetchSpec": "~3.0.6"
17 },
18 "_requiredBy": [
19 "/grunt"
20 ],
21 "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
22 "_shasum": "c6465dbf08abcd4db359317f79ac68a646b28ff9",
23 "_spec": "nopt@~3.0.6",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt",
25 "author": {
26 "name": "Isaac Z. Schlueter",
27 "email": "i@izs.me",
28 "url": "http://blog.izs.me/"
29 },
30 "bin": {
31 "nopt": "bin/nopt.js"
32 },
33 "bugs": {
34 "url": "https://github.com/npm/nopt/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "abbrev": "1"
39 },
40 "deprecated": false,
41 "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
42 "devDependencies": {
43 "tap": "^1.2.0"
44 },
45 "homepage": "https://github.com/npm/nopt#readme",
46 "license": "ISC",
47 "main": "lib/nopt.js",
48 "name": "nopt",
49 "repository": {
50 "type": "git",
51 "url": "git+https://github.com/npm/nopt.git"
52 },
53 "scripts": {
54 "test": "tap test/*.js"
55 },
56 "version": "3.0.6"
57}