package.json
2.13 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
{
"_from": "data-urls@^3.0.1",
"_id": "data-urls@3.0.1",
"_inBundle": false,
"_integrity": "sha512-Ds554NeT5Gennfoo9KN50Vh6tpgtvYEwraYjejXnyTpu1C7oXKxdFk75REooENHE8ndTVOJuv+BEs4/J/xcozw==",
"_location": "/data-urls",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "data-urls@^3.0.1",
"name": "data-urls",
"escapedName": "data-urls",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.1.tgz",
"_shasum": "597fc2ae30f8bc4dbcf731fcd1b1954353afc6f8",
"_spec": "data-urls@^3.0.1",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer\\node_modules\\jsdom",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me/"
},
"bugs": {
"url": "https://github.com/jsdom/data-urls/issues"
},
"bundleDependencies": false,
"dependencies": {
"abab": "^2.0.3",
"whatwg-mimetype": "^3.0.0",
"whatwg-url": "^10.0.0"
},
"deprecated": false,
"description": "Parses data: URLs",
"devDependencies": {
"@domenic/eslint-config": "^1.4.0",
"eslint": "^7.32.0",
"jest": "^27.2.4",
"minipass-fetch": "^1.4.1"
},
"engines": {
"node": ">=12"
},
"files": [
"lib/"
],
"homepage": "https://github.com/jsdom/data-urls#readme",
"jest": {
"coverageDirectory": "coverage",
"coverageReporters": [
"lcov",
"text-summary"
],
"testEnvironment": "node",
"testMatch": [
"<rootDir>/test/**/*.js"
],
"coveragePathIgnorePatterns": [
"<rootDir>/node_modules/(?!(abab/lib/atob.js))"
]
},
"keywords": [
"data url",
"data uri",
"data:",
"http",
"fetch",
"whatwg"
],
"license": "MIT",
"main": "lib/parser.js",
"name": "data-urls",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/data-urls.git"
},
"scripts": {
"coverage": "jest --coverage",
"lint": "eslint .",
"pretest": "node scripts/get-latest-platform-tests.js",
"test": "jest"
},
"version": "3.0.1"
}