source: trip-planner-front/node_modules/nopt/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 714 bytes
Line 
1{
2 "name": "nopt",
3 "version": "5.0.0",
4 "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
5 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
6 "main": "lib/nopt.js",
7 "scripts": {
8 "preversion": "npm test",
9 "postversion": "npm publish",
10 "prepublishOnly": "git push origin --follow-tags",
11 "test": "tap test/*.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/npm/nopt.git"
16 },
17 "bin": {
18 "nopt": "bin/nopt.js"
19 },
20 "license": "ISC",
21 "dependencies": {
22 "abbrev": "1"
23 },
24 "devDependencies": {
25 "tap": "^14.10.6"
26 },
27 "files": [
28 "bin",
29 "lib"
30 ],
31 "engines": {
32 "node": ">=6"
33 }
34}
Note: See TracBrowser for help on using the repository browser.