[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / express / node_modules / levn / package.json
1 {
2   "_from": "levn@~0.2.5",
3   "_id": "levn@0.2.5",
4   "_inBundle": false,
5   "_integrity": "sha1-uo0znQykphDjo/FFucr0iAcVUFQ=",
6   "_location": "/levn",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "levn@~0.2.5",
12     "name": "levn",
13     "escapedName": "levn",
14     "rawSpec": "~0.2.5",
15     "saveSpec": null,
16     "fetchSpec": "~0.2.5"
17   },
18   "_requiredBy": [
19     "/grunt-eslint/optionator",
20     "/optionator"
21   ],
22   "_resolved": "https://registry.npmjs.org/levn/-/levn-0.2.5.tgz",
23   "_shasum": "ba8d339d0ca4a610e3a3f145b9caf48807155054",
24   "_spec": "levn@~0.2.5",
25   "_where": "/home/hyunduk/opensource/external/HappyFunTimes/node_modules/optionator",
26   "author": {
27     "name": "George Zahariev",
28     "email": "z@georgezahariev.com"
29   },
30   "bugs": {
31     "url": "https://github.com/gkz/levn/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "prelude-ls": "~1.1.0",
36     "type-check": "~0.3.1"
37   },
38   "deprecated": false,
39   "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
40   "devDependencies": {
41     "LiveScript": "~1.2.0",
42     "istanbul": "~0.1.43",
43     "mocha": "~1.8.2"
44   },
45   "engines": {
46     "node": ">= 0.8.0"
47   },
48   "files": [
49     "lib",
50     "README.md",
51     "LICENSE"
52   ],
53   "homepage": "https://github.com/gkz/levn",
54   "keywords": [
55     "levn",
56     "light",
57     "ecmascript",
58     "value",
59     "notation",
60     "json",
61     "typed",
62     "human",
63     "concise",
64     "typed",
65     "flexible"
66   ],
67   "licenses": [
68     {
69       "type": "MIT",
70       "url": "https://raw.github.com/gkz/levn/master/LICENSE"
71     }
72   ],
73   "main": "./lib/",
74   "name": "levn",
75   "repository": {
76     "type": "git",
77     "url": "git://github.com/gkz/levn.git"
78   },
79   "scripts": {
80     "test": "make test"
81   },
82   "version": "0.2.5"
83 }