source: imaps-frontend/node_modules/optionator/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "optionator@0.9.4",
3 "_id": "optionator@0.9.4",
4 "_inBundle": false,
5 "_integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
6 "_location": "/optionator",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "optionator@0.9.4",
12 "name": "optionator",
13 "escapedName": "optionator",
14 "rawSpec": "0.9.4",
15 "saveSpec": null,
16 "fetchSpec": "0.9.4"
17 },
18 "_requiredBy": [
19 "/eslint"
20 ],
21 "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
22 "_shasum": "7ea1c1a5d91d764fb282139c88fe11e182a3a734",
23 "_spec": "optionator@0.9.4",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
25 "author": {
26 "name": "George Zahariev",
27 "email": "z@georgezahariev.com"
28 },
29 "bugs": {
30 "url": "https://github.com/gkz/optionator/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "deep-is": "^0.1.3",
35 "fast-levenshtein": "^2.0.6",
36 "levn": "^0.4.1",
37 "prelude-ls": "^1.2.1",
38 "type-check": "^0.4.0",
39 "word-wrap": "^1.2.5"
40 },
41 "deprecated": false,
[d565449]42 "description": "option parsing and help generation",
[79a0317]43 "devDependencies": {
44 "livescript": "^1.6.0",
45 "mocha": "^10.4.0"
46 },
47 "engines": {
48 "node": ">= 0.8.0"
49 },
50 "files": [
51 "lib",
52 "README.md",
53 "LICENSE"
54 ],
[d565449]55 "homepage": "https://github.com/gkz/optionator",
56 "keywords": [
57 "options",
58 "flags",
59 "option parsing",
60 "cli"
61 ],
62 "license": "MIT",
[79a0317]63 "main": "./lib/",
64 "name": "optionator",
[d565449]65 "repository": {
66 "type": "git",
67 "url": "git://github.com/gkz/optionator.git"
68 },
69 "scripts": {
70 "test": "make test"
71 },
[79a0317]72 "version": "0.9.4"
[d565449]73}
Note: See TracBrowser for help on using the repository browser.