1 | {
|
---|
2 | "_from": "@jridgewell/sourcemap-codec@^1.4.10",
|
---|
3 | "_id": "@jridgewell/sourcemap-codec@1.5.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
---|
6 | "_location": "/@jridgewell/sourcemap-codec",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "@jridgewell/sourcemap-codec@^1.4.10",
|
---|
12 | "name": "@jridgewell/sourcemap-codec",
|
---|
13 | "escapedName": "@jridgewell%2fsourcemap-codec",
|
---|
14 | "scope": "@jridgewell",
|
---|
15 | "rawSpec": "^1.4.10",
|
---|
16 | "saveSpec": null,
|
---|
17 | "fetchSpec": "^1.4.10"
|
---|
18 | },
|
---|
19 | "_requiredBy": [
|
---|
20 | "/@jridgewell/gen-mapping",
|
---|
21 | "/@jridgewell/trace-mapping"
|
---|
22 | ],
|
---|
23 | "_resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
---|
24 | "_shasum": "3188bcb273a414b0d215fd22a58540b989b9409a",
|
---|
25 | "_spec": "@jridgewell/sourcemap-codec@^1.4.10",
|
---|
26 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@jridgewell/gen-mapping",
|
---|
27 | "author": {
|
---|
28 | "name": "Rich Harris"
|
---|
29 | },
|
---|
30 | "bugs": {
|
---|
31 | "url": "https://github.com/jridgewell/sourcemap-codec/issues"
|
---|
32 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "deprecated": false,
|
---|
35 | "description": "Encode/decode sourcemap mappings",
|
---|
36 | "devDependencies": {
|
---|
37 | "@rollup/plugin-typescript": "8.3.0",
|
---|
38 | "@types/mocha": "10.0.6",
|
---|
39 | "@types/node": "17.0.15",
|
---|
40 | "@typescript-eslint/eslint-plugin": "5.10.0",
|
---|
41 | "@typescript-eslint/parser": "5.10.0",
|
---|
42 | "benchmark": "2.1.4",
|
---|
43 | "c8": "7.11.2",
|
---|
44 | "eslint": "8.7.0",
|
---|
45 | "eslint-config-prettier": "8.3.0",
|
---|
46 | "mocha": "9.2.0",
|
---|
47 | "npm-run-all": "4.1.5",
|
---|
48 | "prettier": "2.5.1",
|
---|
49 | "rollup": "2.64.0",
|
---|
50 | "source-map": "0.6.1",
|
---|
51 | "source-map-js": "1.0.2",
|
---|
52 | "sourcemap-codec": "1.4.8",
|
---|
53 | "tsx": "4.7.1",
|
---|
54 | "typescript": "4.5.4"
|
---|
55 | },
|
---|
56 | "exports": {
|
---|
57 | ".": [
|
---|
58 | {
|
---|
59 | "types": "./dist/types/sourcemap-codec.d.ts",
|
---|
60 | "browser": "./dist/sourcemap-codec.umd.js",
|
---|
61 | "require": "./dist/sourcemap-codec.umd.js",
|
---|
62 | "import": "./dist/sourcemap-codec.mjs"
|
---|
63 | },
|
---|
64 | "./dist/sourcemap-codec.umd.js"
|
---|
65 | ],
|
---|
66 | "./package.json": "./package.json"
|
---|
67 | },
|
---|
68 | "files": [
|
---|
69 | "dist"
|
---|
70 | ],
|
---|
71 | "homepage": "https://github.com/jridgewell/sourcemap-codec#readme",
|
---|
72 | "keywords": [
|
---|
73 | "sourcemap",
|
---|
74 | "vlq"
|
---|
75 | ],
|
---|
76 | "license": "MIT",
|
---|
77 | "main": "dist/sourcemap-codec.umd.js",
|
---|
78 | "module": "dist/sourcemap-codec.mjs",
|
---|
79 | "name": "@jridgewell/sourcemap-codec",
|
---|
80 | "repository": {
|
---|
81 | "type": "git",
|
---|
82 | "url": "git+https://github.com/jridgewell/sourcemap-codec.git"
|
---|
83 | },
|
---|
84 | "scripts": {
|
---|
85 | "benchmark": "run-s build:rollup benchmark:*",
|
---|
86 | "benchmark:install": "cd benchmark && npm install",
|
---|
87 | "benchmark:only": "node --expose-gc benchmark/index.js",
|
---|
88 | "build": "run-s -n build:*",
|
---|
89 | "build:rollup": "rollup -c rollup.config.js",
|
---|
90 | "build:ts": "tsc --project tsconfig.build.json",
|
---|
91 | "lint": "run-s -n lint:*",
|
---|
92 | "lint:prettier": "npm run test:lint:prettier -- --write",
|
---|
93 | "lint:ts": "npm run test:lint:ts -- --fix",
|
---|
94 | "prebuild": "rm -rf dist",
|
---|
95 | "prepublishOnly": "npm run preversion",
|
---|
96 | "preversion": "run-s test build",
|
---|
97 | "test": "run-s -n test:lint test:only",
|
---|
98 | "test:coverage": "c8 mocha",
|
---|
99 | "test:debug": "mocha --inspect-brk",
|
---|
100 | "test:lint": "run-s -n test:lint:*",
|
---|
101 | "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
|
---|
102 | "test:lint:ts": "eslint '{src,test}/**/*.ts'",
|
---|
103 | "test:only": "mocha",
|
---|
104 | "test:watch": "mocha --watch"
|
---|
105 | },
|
---|
106 | "types": "dist/types/sourcemap-codec.d.ts",
|
---|
107 | "version": "1.5.0"
|
---|
108 | }
|
---|