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
| {
| "_args": [
| [
| "whatwg-url@5.0.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "whatwg-url@5.0.0",
| "_id": "whatwg-url@5.0.0",
| "_inBundle": false,
| "_integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
| "_location": "/whatwg-url",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "whatwg-url@5.0.0",
| "name": "whatwg-url",
| "escapedName": "whatwg-url",
| "rawSpec": "5.0.0",
| "saveSpec": null,
| "fetchSpec": "5.0.0"
| },
| "_requiredBy": [
| "/node-fetch"
| ],
| "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
| "_spec": "5.0.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Sebastian Mayr",
| "email": "github@smayr.name"
| },
| "bugs": {
| "url": "https://github.com/jsdom/whatwg-url/issues"
| },
| "dependencies": {
| "tr46": "~0.0.3",
| "webidl-conversions": "^3.0.0"
| },
| "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
| "devDependencies": {
| "eslint": "^2.6.0",
| "istanbul": "~0.4.3",
| "mocha": "^2.2.4",
| "recast": "~0.10.29",
| "request": "^2.55.0",
| "webidl2js": "^3.0.2"
| },
| "files": [
| "lib/"
| ],
| "homepage": "https://github.com/jsdom/whatwg-url#readme",
| "license": "MIT",
| "main": "lib/public-api.js",
| "name": "whatwg-url",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jsdom/whatwg-url.git"
| },
| "scripts": {
| "build": "node scripts/transform.js && node scripts/convert-idl.js",
| "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
| "lint": "eslint .",
| "prepublish": "npm run build",
| "pretest": "node scripts/get-latest-platform-tests.js && npm run build",
| "test": "mocha"
| },
| "version": "5.0.0"
| }
|
|