[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / express / node_modules / url / package.json
1 {
2   "_from": "url@^0.11.0",
3   "_id": "url@0.11.0",
4   "_inBundle": false,
5   "_integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
6   "_location": "/url",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "url@^0.11.0",
12     "name": "url",
13     "escapedName": "url",
14     "rawSpec": "^0.11.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.11.0"
17   },
18   "_requiredBy": [
19     "/node-libs-browser"
20   ],
21   "_resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
22   "_shasum": "3838e97cfc60521eb73c525a8e55bfdd9e2e28f1",
23   "_spec": "url@^0.11.0",
24   "_where": "/home/hyunduk/opensource/external/HappyFunTimes/node_modules/node-libs-browser",
25   "bugs": {
26     "url": "https://github.com/defunctzombie/node-url/issues"
27   },
28   "bundleDependencies": false,
29   "dependencies": {
30     "punycode": "1.3.2",
31     "querystring": "0.2.0"
32   },
33   "deprecated": false,
34   "description": "The core `url` packaged standalone for use with Browserify.",
35   "devDependencies": {
36     "assert": "1.1.1",
37     "mocha": "1.18.2",
38     "zuul": "3.3.0"
39   },
40   "homepage": "https://github.com/defunctzombie/node-url#readme",
41   "license": "MIT",
42   "main": "./url.js",
43   "name": "url",
44   "repository": {
45     "type": "git",
46     "url": "git+https://github.com/defunctzombie/node-url.git"
47   },
48   "scripts": {
49     "test": "mocha --ui qunit test.js && zuul -- test.js",
50     "test-local": "zuul --local -- test.js"
51   },
52   "version": "0.11.0"
53 }