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