blob: 220cb34afa584a5d91e1b9910f606b6ee9491840 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "convert-source-map@^1.5.0",
3 "_id": "convert-source-map@1.7.0",
4 "_inBundle": false,
5 "_integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
6 "_location": "/convert-source-map",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "convert-source-map@^1.5.0",
12 "name": "convert-source-map",
13 "escapedName": "convert-source-map",
14 "rawSpec": "^1.5.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.5.0"
17 },
18 "_requiredBy": [
19 "/vinyl-sourcemap"
20 ],
21 "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
22 "_shasum": "17a2cb882d7f77d3490585e2ce6c524424a3a442",
23 "_spec": "convert-source-map@^1.5.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-sourcemap",
25 "author": {
26 "name": "Thorsten Lorenz",
27 "email": "thlorenz@gmx.de",
28 "url": "http://thlorenz.com"
29 },
30 "browser": {
31 "fs": false
32 },
33 "bugs": {
34 "url": "https://github.com/thlorenz/convert-source-map/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "safe-buffer": "~5.1.1"
39 },
40 "deprecated": false,
41 "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
42 "devDependencies": {
43 "inline-source-map": "~0.6.2",
44 "tap": "~9.0.0"
45 },
46 "engine": {
47 "node": ">=0.6"
48 },
49 "files": [
50 "index.js"
51 ],
52 "homepage": "https://github.com/thlorenz/convert-source-map",
53 "keywords": [
54 "convert",
55 "sourcemap",
56 "source",
57 "map",
58 "browser",
59 "debug"
60 ],
61 "license": "MIT",
62 "main": "index.js",
63 "name": "convert-source-map",
64 "repository": {
65 "type": "git",
66 "url": "git://github.com/thlorenz/convert-source-map.git"
67 },
68 "scripts": {
69 "test": "tap test/*.js --color"
70 },
71 "version": "1.7.0"
72}