forked from zhoutony/html5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.2 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.2 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "urlencode",
"version": "1.0.0",
"description": "encodeURIComponent with charset",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"config": {
"blanket": {
"pattern": "urlencode/lib"
},
"travis-cov": {
"threshold": 98
}
},
"dependencies": {
"iconv-lite": "~0.4.7",
"utility": "~1.3.0"
},
"devDependencies": {
"autod": "*",
"beautify-benchmark": "*",
"benchmark": "*",
"blanket": "*",
"contributors": "*",
"coveralls": "*",
"jshint": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~5.2.0",
"travis-cov": "*"
},
"homepage": "https://github.com/node-modules/urlencode",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/urlencode.git"
},
"keywords": [
"urlencode",
"urldecode",
"encodeURIComponent",
"decodeURIComponent",
"querystring",
"parse"
],
"author": {
"name": "fengmk2",
"email": "fengmk2@gmail.com"
},
"license": "MIT",
"contributors": [
{
"name": "fengmk2",
"email": "fengmk2@gmail.com",
"url": "https://github.com/fengmk2"
},
{
"name": "aleafs",
"email": "zhangxc83@gmail.com",
"url": "https://github.com/aleafs"
},
{
"name": "azbykov",
"email": "azbykov@yamoney.ru",
"url": "https://github.com/azbykov"
},
{
"name": "alsotang",
"email": "alsotang@gmail.com",
"url": "https://github.com/alsotang"
}
],
"gitHead": "998856d7e82f526517272f3a1786981bc0f4fdf0",
"bugs": {
"url": "https://github.com/node-modules/urlencode/issues"
},
"_id": "urlencode@1.0.0",
"_shasum": "e8bb39d897ea727153b26583c0f506be0f848a63",
"_from": "urlencode@*",
"_npmVersion": "2.7.4",
"_nodeVersion": "1.6.3",
"_npmUser": {
"name": "fengmk2",
"email": "fengmk2@gmail.com"
},
"maintainers": [
{
"name": "fengmk2",
"email": "fengmk2@gmail.com"
}
],
"dist": {
"shasum": "e8bb39d897ea727153b26583c0f506be0f848a63",
"tarball": "http://registry.npmjs.org/urlencode/-/urlencode-1.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/urlencode/-/urlencode-1.0.0.tgz"
}