package.json
1.68 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
{
"_from": "url-toolkit@^2.1.3",
"_id": "url-toolkit@2.1.6",
"_inBundle": false,
"_integrity": "sha1-bQMkZJnlGarSJMRARKSuIFRBVPI=",
"_location": "/url-toolkit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "url-toolkit@^2.1.3",
"name": "url-toolkit",
"escapedName": "url-toolkit",
"rawSpec": "^2.1.3",
"saveSpec": null,
"fetchSpec": "^2.1.3"
},
"_requiredBy": [
"/videojs-contrib-hls"
],
"_resolved": "http://registry.npm.taobao.org/url-toolkit/download/url-toolkit-2.1.6.tgz",
"_shasum": "6d03246499e519aad224c44044a4ae20544154f2",
"_spec": "url-toolkit@^2.1.3",
"_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/videojs-contrib-hls",
"author": {
"name": "Tom Jenkinson",
"email": "tjcode@outlook.com"
},
"bugs": {
"url": "https://github.com/tjenkinson/url-toolkit/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Build an absolute URL from a base URL and a relative URL (RFC 1808). No dependencies!",
"devDependencies": {
"jshint": "^2.9.6",
"mocha": "^4.0.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/tjenkinson/url-toolkit#readme",
"keywords": [
"url",
"relative",
"absolute",
"parser"
],
"license": "Apache-2.0",
"main": "src/url-toolkit.js",
"name": "url-toolkit",
"repository": {
"type": "git",
"url": "git+https://github.com/tjenkinson/url-toolkit.git"
},
"scripts": {
"lint": "jshint src/ test/",
"pretest": "npm run lint",
"test": "mocha --recursive test"
},
"types": "src/url-toolkit.d.ts",
"version": "2.1.6"
}