1 | {
|
---|
2 | "_from": "@jridgewell/source-map@^0.3.3",
|
---|
3 | "_id": "@jridgewell/source-map@0.3.6",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
|
---|
6 | "_location": "/@jridgewell/source-map",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "@jridgewell/source-map@^0.3.3",
|
---|
12 | "name": "@jridgewell/source-map",
|
---|
13 | "escapedName": "@jridgewell%2fsource-map",
|
---|
14 | "scope": "@jridgewell",
|
---|
15 | "rawSpec": "^0.3.3",
|
---|
16 | "saveSpec": null,
|
---|
17 | "fetchSpec": "^0.3.3"
|
---|
18 | },
|
---|
19 | "_requiredBy": [
|
---|
20 | "/terser"
|
---|
21 | ],
|
---|
22 | "_resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
|
---|
23 | "_shasum": "9d71ca886e32502eb9362c9a74a46787c36df81a",
|
---|
24 | "_spec": "@jridgewell/source-map@^0.3.3",
|
---|
25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/terser",
|
---|
26 | "author": {
|
---|
27 | "name": "Justin Ridgewell",
|
---|
28 | "email": "justin@ridgewell.name"
|
---|
29 | },
|
---|
30 | "bugs": {
|
---|
31 | "url": "https://github.com/jridgewell/source-map/issues"
|
---|
32 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "dependencies": {
|
---|
35 | "@jridgewell/gen-mapping": "^0.3.5",
|
---|
36 | "@jridgewell/trace-mapping": "^0.3.25"
|
---|
37 | },
|
---|
38 | "deprecated": false,
|
---|
39 | "description": "Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API",
|
---|
40 | "devDependencies": {
|
---|
41 | "@rollup/plugin-node-resolve": "13.2.1",
|
---|
42 | "@rollup/plugin-typescript": "8.3.0",
|
---|
43 | "@types/mocha": "9.1.1",
|
---|
44 | "@types/node": "17.0.30",
|
---|
45 | "@typescript-eslint/eslint-plugin": "5.10.0",
|
---|
46 | "@typescript-eslint/parser": "5.10.0",
|
---|
47 | "c8": "7.11.0",
|
---|
48 | "eslint": "8.7.0",
|
---|
49 | "eslint-config-prettier": "8.3.0",
|
---|
50 | "mocha": "10.0.0",
|
---|
51 | "npm-run-all": "4.1.5",
|
---|
52 | "prettier": "2.5.1",
|
---|
53 | "rollup": "2.66.0",
|
---|
54 | "ts-mocha": "10.0.0",
|
---|
55 | "typescript": "4.5.5"
|
---|
56 | },
|
---|
57 | "exports": {
|
---|
58 | ".": [
|
---|
59 | {
|
---|
60 | "types": "./dist/types/source-map.d.ts",
|
---|
61 | "browser": "./dist/source-map.umd.js",
|
---|
62 | "require": "./dist/source-map.cjs",
|
---|
63 | "import": "./dist/source-map.mjs"
|
---|
64 | },
|
---|
65 | "./dist/source-map.cjs"
|
---|
66 | ],
|
---|
67 | "./package.json": "./package.json"
|
---|
68 | },
|
---|
69 | "files": [
|
---|
70 | "dist"
|
---|
71 | ],
|
---|
72 | "homepage": "https://github.com/jridgewell/source-map#readme",
|
---|
73 | "keywords": [
|
---|
74 | "sourcemap",
|
---|
75 | "source",
|
---|
76 | "map"
|
---|
77 | ],
|
---|
78 | "license": "MIT",
|
---|
79 | "main": "dist/source-map.cjs",
|
---|
80 | "module": "dist/source-map.mjs",
|
---|
81 | "name": "@jridgewell/source-map",
|
---|
82 | "repository": {
|
---|
83 | "type": "git",
|
---|
84 | "url": "git+https://github.com/jridgewell/source-map.git"
|
---|
85 | },
|
---|
86 | "scripts": {
|
---|
87 | "build": "run-s -n build:*",
|
---|
88 | "build:rollup": "rollup -c rollup.config.js",
|
---|
89 | "build:ts": "tsc --project tsconfig.build.json",
|
---|
90 | "lint": "run-s -n lint:*",
|
---|
91 | "lint:prettier": "npm run test:lint:prettier -- --write",
|
---|
92 | "lint:ts": "npm run test:lint:ts -- --fix",
|
---|
93 | "prebuild": "rm -rf dist",
|
---|
94 | "prepublishOnly": "npm run preversion",
|
---|
95 | "preversion": "run-s test build",
|
---|
96 | "test": "run-s -n test:lint test:only",
|
---|
97 | "test:coverage": "c8 --reporter text --reporter html ts-mocha",
|
---|
98 | "test:debug": "ts-mocha --inspect-brk",
|
---|
99 | "test:lint": "run-s -n test:lint:*",
|
---|
100 | "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
|
---|
101 | "test:lint:ts": "eslint '{src,test}/**/*.ts'",
|
---|
102 | "test:only": "ts-mocha",
|
---|
103 | "test:watch": "ts-mocha --watch"
|
---|
104 | },
|
---|
105 | "types": "dist/types/source-map.d.ts",
|
---|
106 | "version": "0.3.6"
|
---|
107 | }
|
---|