[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "convert-source-map@1.8.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "convert-source-map@1.8.0",
|
---|
| 10 | "_id": "convert-source-map@1.8.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
|
---|
| 13 | "_location": "/convert-source-map",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "convert-source-map@1.8.0",
|
---|
| 19 | "name": "convert-source-map",
|
---|
| 20 | "escapedName": "convert-source-map",
|
---|
| 21 | "rawSpec": "1.8.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.8.0"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/@angular/compiler-cli",
|
---|
| 27 | "/@babel/core",
|
---|
| 28 | "/@jsdevtools/coverage-istanbul-loader",
|
---|
| 29 | "/resolve-url-loader"
|
---|
| 30 | ],
|
---|
| 31 | "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
|
---|
| 32 | "_spec": "1.8.0",
|
---|
| 33 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 34 | "author": {
|
---|
| 35 | "name": "Thorsten Lorenz",
|
---|
| 36 | "email": "thlorenz@gmx.de",
|
---|
| 37 | "url": "http://thlorenz.com"
|
---|
| 38 | },
|
---|
| 39 | "browser": {
|
---|
| 40 | "fs": false
|
---|
| 41 | },
|
---|
| 42 | "bugs": {
|
---|
| 43 | "url": "https://github.com/thlorenz/convert-source-map/issues"
|
---|
[6a3a178] | 44 | },
|
---|
| 45 | "dependencies": {
|
---|
| 46 | "safe-buffer": "~5.1.1"
|
---|
| 47 | },
|
---|
[59329aa] | 48 | "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
|
---|
[6a3a178] | 49 | "devDependencies": {
|
---|
| 50 | "inline-source-map": "~0.6.2",
|
---|
| 51 | "tap": "~9.0.0"
|
---|
| 52 | },
|
---|
[59329aa] | 53 | "engine": {
|
---|
| 54 | "node": ">=0.6"
|
---|
| 55 | },
|
---|
| 56 | "files": [
|
---|
| 57 | "index.js"
|
---|
| 58 | ],
|
---|
| 59 | "homepage": "https://github.com/thlorenz/convert-source-map",
|
---|
[6a3a178] | 60 | "keywords": [
|
---|
| 61 | "convert",
|
---|
| 62 | "sourcemap",
|
---|
| 63 | "source",
|
---|
| 64 | "map",
|
---|
| 65 | "browser",
|
---|
| 66 | "debug"
|
---|
| 67 | ],
|
---|
| 68 | "license": "MIT",
|
---|
[59329aa] | 69 | "main": "index.js",
|
---|
| 70 | "name": "convert-source-map",
|
---|
| 71 | "repository": {
|
---|
| 72 | "type": "git",
|
---|
| 73 | "url": "git://github.com/thlorenz/convert-source-map.git"
|
---|
[6a3a178] | 74 | },
|
---|
[59329aa] | 75 | "scripts": {
|
---|
| 76 | "test": "tap test/*.js --color"
|
---|
| 77 | },
|
---|
| 78 | "version": "1.8.0"
|
---|
[6a3a178] | 79 | }
|
---|