forked from wind-liang/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.1 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"_args": [
[
{
"name": "url-join",
"raw": "url-join@^0.0.1",
"rawSpec": "^0.0.1",
"scope": null,
"spec": ">=0.0.1 <0.0.2",
"type": "range"
},
"E:\\WEB\\leetcode\\node_modules\\sitemap"
]
],
"_from": "url-join@>=0.0.1 <0.0.2",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/url-join",
"_npmUser": {
"email": "[email protected]",
"name": "jfromaniello"
},
"_npmVersion": "1.1.69",
"_phantomChildren": {},
"_requested": {
"name": "url-join",
"raw": "url-join@^0.0.1",
"rawSpec": "^0.0.1",
"scope": null,
"spec": ">=0.0.1 <0.0.2",
"type": "range"
},
"_requiredBy": [
"/sitemap"
],
"_resolved": "https://registry.npmjs.org/url-join/-/url-join-0.0.1.tgz",
"_shasum": "1db48ad422d3402469a87f7d97bdebfe4fb1e3c8",
"_shrinkwrap": null,
"_spec": "url-join@^0.0.1",
"_where": "E:\\WEB\\leetcode\\node_modules\\sitemap",
"author": {
"email": "[email protected]",
"name": "José F. Romaniello",
"url": "http://joseoncode.com"
},
"bugs": {
"url": "https://github.com/jfromaniello/url-join/issues"
},
"dependencies": {},
"description": "Join urls and normalize as in path.join.",
"devDependencies": {
"mocha": "~1.8.1",
"should": "~1.2.1"
},
"directories": {},
"dist": {
"shasum": "1db48ad422d3402469a87f7d97bdebfe4fb1e3c8",
"tarball": "https://registry.npmjs.org/url-join/-/url-join-0.0.1.tgz"
},
"homepage": "https://github.com/jfromaniello/url-join#readme",
"keywords": [
"url",
"join"
],
"license": "MIT",
"main": "lib/url-join.js",
"maintainers": [
{
"email": "[email protected]",
"name": "jfromaniello"
}
],
"name": "url-join",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jfromaniello/url-join.git"
},
"scripts": {
"test": "mocha --require should"
},
"version": "0.0.1"
}