1 | {
|
---|
2 | "_from": "source-map-resolve@^0.5.2",
|
---|
3 | "_id": "source-map-resolve@0.5.3",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
|
---|
6 | "_location": "/source-map-resolve",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "source-map-resolve@^0.5.2",
|
---|
12 | "name": "source-map-resolve",
|
---|
13 | "escapedName": "source-map-resolve",
|
---|
14 | "rawSpec": "^0.5.2",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^0.5.2"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/css",
|
---|
20 | "/snapdragon"
|
---|
21 | ],
|
---|
22 | "_resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
|
---|
23 | "_shasum": "190866bece7553e1f8f267a2ee82c606b5509a1a",
|
---|
24 | "_spec": "source-map-resolve@^0.5.2",
|
---|
25 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\css",
|
---|
26 | "author": {
|
---|
27 | "name": "Simon Lydell"
|
---|
28 | },
|
---|
29 | "browser": "source-map-resolve.js",
|
---|
30 | "bugs": {
|
---|
31 | "url": "https://github.com/lydell/source-map-resolve/issues"
|
---|
32 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "dependencies": {
|
---|
35 | "atob": "^2.1.2",
|
---|
36 | "decode-uri-component": "^0.2.0",
|
---|
37 | "resolve-url": "^0.2.1",
|
---|
38 | "source-map-url": "^0.4.0",
|
---|
39 | "urix": "^0.1.0"
|
---|
40 | },
|
---|
41 | "deprecated": false,
|
---|
42 | "description": "Resolve the source map and/or sources for a generated file.",
|
---|
43 | "devDependencies": {
|
---|
44 | "Base64": "1.1.0",
|
---|
45 | "jshint": "2.10.3",
|
---|
46 | "setimmediate": "1.0.5",
|
---|
47 | "simple-asyncify": "1.0.0",
|
---|
48 | "tape": "4.12.1"
|
---|
49 | },
|
---|
50 | "files": [
|
---|
51 | "lib",
|
---|
52 | "source-map-resolve.js"
|
---|
53 | ],
|
---|
54 | "homepage": "https://github.com/lydell/source-map-resolve#readme",
|
---|
55 | "keywords": [
|
---|
56 | "source map",
|
---|
57 | "sourcemap",
|
---|
58 | "source",
|
---|
59 | "map",
|
---|
60 | "sourceMappingURL",
|
---|
61 | "resolve",
|
---|
62 | "resolver",
|
---|
63 | "locate",
|
---|
64 | "locator",
|
---|
65 | "find",
|
---|
66 | "finder"
|
---|
67 | ],
|
---|
68 | "license": "MIT",
|
---|
69 | "main": "lib/source-map-resolve-node.js",
|
---|
70 | "name": "source-map-resolve",
|
---|
71 | "repository": {
|
---|
72 | "type": "git",
|
---|
73 | "url": "git+https://github.com/lydell/source-map-resolve.git"
|
---|
74 | },
|
---|
75 | "scripts": {
|
---|
76 | "build": "node generate-source-map-resolve.js",
|
---|
77 | "lint": "jshint lib/ test/",
|
---|
78 | "test": "npm run lint && npm run unit",
|
---|
79 | "unit": "node test/source-map-resolve.js && node test/windows.js"
|
---|
80 | },
|
---|
81 | "version": "0.5.3"
|
---|
82 | }
|
---|