package.json
2.9 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_args": [
[
"url-parse",
"/Users/AlexWang/ws/LiveClass"
]
],
"_cnpm_publish_time": 1459345810212,
"_from": "url-parse@latest",
"_id": "url-parse@1.1.1",
"_inCache": true,
"_installable": true,
"_location": "/url-parse",
"_nodeVersion": "4.3.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/url-parse-1.1.1.tgz_1459345809210_0.3875826171133667"
},
"_npmUser": {
"email": "npm@3rd-Eden.com",
"name": "3rdeden"
},
"_npmVersion": "3.8.0",
"_phantomChildren": {},
"_requested": {
"name": "url-parse",
"raw": "url-parse",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npm.taobao.org/url-parse/download/url-parse-1.1.1.tgz",
"_shasum": "d1507970728c9a5f80f471530c57325c3fb0e868",
"_shrinkwrap": null,
"_spec": "url-parse",
"_where": "/Users/AlexWang/ws/LiveClass",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/unshiftio/url-parse/issues"
},
"dependencies": {
"querystringify": "0.0.x",
"requires-port": "1.0.x"
},
"description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
"devDependencies": {
"assume": "1.4.x",
"browserify": "13.0.x",
"istanbul": "0.4.x",
"mocha": "2.4.x",
"pre-commit": "1.1.x",
"zuul": "3.10.x"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "d1507970728c9a5f80f471530c57325c3fb0e868",
"size": 6830,
"tarball": "http://registry.npm.taobao.org/url-parse/download/url-parse-1.1.1.tgz"
},
"gitHead": "325c631e89ef6ce3e15a082d9787cf1a7f14bedf",
"homepage": "https://github.com/unshiftio/url-parse#readme",
"keywords": [
"URL",
"parser",
"uri",
"url",
"parse",
"query",
"string",
"querystring",
"stringify"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "npm@3rd-Eden.com",
"name": "3rdeden"
},
{
"email": "npm@unshift.io",
"name": "unshift"
},
{
"email": "info@3rd-Eden.com",
"name": "v1"
}
],
"name": "url-parse",
"optionalDependencies": {},
"publish_time": 1459345810212,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/unshiftio/url-parse.git"
},
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"browserify": "mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js",
"coverage": "istanbul cover _mocha -- test.js",
"test": "mocha test.js",
"test-browser": "zuul -- test.js",
"test-node": "istanbul cover _mocha --report lcovonly -- test.js",
"watch": "mocha --watch test.js"
},
"version": "1.1.1"
}