package.json
2.16 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
{
"_from": "urlencode@^1.1.0",
"_id": "urlencode@1.1.0",
"_inBundle": false,
"_integrity": "sha1-HyuibwE8hfATP3o61v8nMK33y7c=",
"_location": "/urlencode",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "urlencode@^1.1.0",
"name": "urlencode",
"escapedName": "urlencode",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/urlencode/-/urlencode-1.1.0.tgz",
"_shasum": "1f2ba26f013c85f0133f7a3ad6ff2730adf7cbb7",
"_spec": "urlencode@^1.1.0",
"_where": "C:\\Users\\박민근\\Desktop\\바탕화면정리\\opensourceSoftware\\project\\RUTROLL",
"author": {
"name": "fengmk2",
"email": "fengmk2@gmail.com"
},
"bugs": {
"url": "https://github.com/node-modules/urlencode/issues"
},
"bundleDependencies": false,
"dependencies": {
"iconv-lite": "~0.4.11"
},
"deprecated": false,
"description": "encodeURIComponent with charset",
"devDependencies": {
"autod": "*",
"beautify-benchmark": "*",
"benchmark": "*",
"blanket": "*",
"contributors": "*",
"istanbul": "~0.3.17",
"jshint": "*",
"mocha": "*",
"should": "7"
},
"files": [
"lib"
],
"homepage": "https://github.com/node-modules/urlencode",
"keywords": [
"urlencode",
"urldecode",
"encodeURIComponent",
"decodeURIComponent",
"querystring",
"parse"
],
"license": "MIT",
"main": "lib/urlencode.js",
"name": "urlencode",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/urlencode.git"
},
"scripts": {
"autod": "autod -w --prefix '~' -t test -e examples",
"benchmark": "node benchmark/urlencode.js && node benchmark/urlencode.decode.js",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"jshint": "jshint .",
"test": "mocha -R spec -t 20000 -r should test/*.test.js",
"test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 20000 -r should test/*.test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 20000 -r should test/*.test.js"
},
"version": "1.1.0"
}