1 | {
|
---|
2 | "_from": "convert-source-map@^2.0.0",
|
---|
3 | "_id": "convert-source-map@2.0.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
---|
6 | "_location": "/convert-source-map",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "convert-source-map@^2.0.0",
|
---|
12 | "name": "convert-source-map",
|
---|
13 | "escapedName": "convert-source-map",
|
---|
14 | "rawSpec": "^2.0.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^2.0.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/@babel/core"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
---|
22 | "_shasum": "4b560f649fc4e918dd0ab75cf4961e8bc882d82a",
|
---|
23 | "_spec": "convert-source-map@^2.0.0",
|
---|
24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
|
---|
25 | "author": {
|
---|
26 | "name": "Thorsten Lorenz",
|
---|
27 | "email": "thlorenz@gmx.de",
|
---|
28 | "url": "http://thlorenz.com"
|
---|
29 | },
|
---|
30 | "bugs": {
|
---|
31 | "url": "https://github.com/thlorenz/convert-source-map/issues"
|
---|
32 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "deprecated": false,
|
---|
35 | "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
|
---|
36 | "devDependencies": {
|
---|
37 | "inline-source-map": "~0.6.2",
|
---|
38 | "tap": "~9.0.0"
|
---|
39 | },
|
---|
40 | "engine": {
|
---|
41 | "node": ">=4"
|
---|
42 | },
|
---|
43 | "files": [
|
---|
44 | "index.js"
|
---|
45 | ],
|
---|
46 | "homepage": "https://github.com/thlorenz/convert-source-map",
|
---|
47 | "keywords": [
|
---|
48 | "convert",
|
---|
49 | "sourcemap",
|
---|
50 | "source",
|
---|
51 | "map",
|
---|
52 | "browser",
|
---|
53 | "debug"
|
---|
54 | ],
|
---|
55 | "license": "MIT",
|
---|
56 | "main": "index.js",
|
---|
57 | "name": "convert-source-map",
|
---|
58 | "repository": {
|
---|
59 | "type": "git",
|
---|
60 | "url": "git://github.com/thlorenz/convert-source-map.git"
|
---|
61 | },
|
---|
62 | "scripts": {
|
---|
63 | "test": "tap test/*.js --color"
|
---|
64 | },
|
---|
65 | "version": "2.0.0"
|
---|
66 | }
|
---|