blob: ea88bd7bd1ffbf1fdcda96f702147629ea35af82 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "resolve-url@^0.2.1",
3 "_id": "resolve-url@0.2.1",
4 "_inBundle": false,
5 "_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
6 "_location": "/resolve-url",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "resolve-url@^0.2.1",
12 "name": "resolve-url",
13 "escapedName": "resolve-url",
14 "rawSpec": "^0.2.1",
15 "saveSpec": null,
16 "fetchSpec": "^0.2.1"
17 },
18 "_requiredBy": [
19 "/source-map-resolve"
20 ],
21 "_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
22 "_shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a",
23 "_spec": "resolve-url@^0.2.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\source-map-resolve",
25 "author": {
26 "name": "Simon Lydell"
27 },
28 "bugs": {
29 "url": "https://github.com/lydell/resolve-url/issues"
30 },
31 "bundleDependencies": false,
32 "deprecated": "https://github.com/lydell/resolve-url#deprecated",
33 "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
34 "devDependencies": {
35 "jshint": "~2.4.3",
36 "tape": "~2.5.0",
37 "testling": "~1.6.0"
38 },
39 "homepage": "https://github.com/lydell/resolve-url#readme",
40 "keywords": [
41 "resolve",
42 "url"
43 ],
44 "license": "MIT",
45 "main": "resolve-url.js",
46 "name": "resolve-url",
47 "repository": {
48 "type": "git",
49 "url": "git+https://github.com/lydell/resolve-url.git"
50 },
51 "scripts": {
52 "test": "jshint resolve-url.js test/ && testling -u"
53 },
54 "testling": {
55 "files": "test/*.js",
56 "browsers": [
57 "ie/8..latest",
58 "chrome/latest",
59 "firefox/latest",
60 "opera/12",
61 "opera/latest",
62 "safari/5",
63 "iphone/6",
64 "android-browser/4"
65 ]
66 },
67 "version": "0.2.1"
68}