[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "sourcemap-codec@1.4.8",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "sourcemap-codec@1.4.8",
|
---|
| 10 | "_id": "sourcemap-codec@1.4.8",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
|
---|
| 13 | "_location": "/sourcemap-codec",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "sourcemap-codec@1.4.8",
|
---|
| 19 | "name": "sourcemap-codec",
|
---|
| 20 | "escapedName": "sourcemap-codec",
|
---|
| 21 | "rawSpec": "1.4.8",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.4.8"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/@ampproject/remapping",
|
---|
| 27 | "/@angular/compiler-cli",
|
---|
| 28 | "/magic-string"
|
---|
[6a3a178] | 29 | ],
|
---|
[59329aa] | 30 | "_resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
|
---|
| 31 | "_spec": "1.4.8",
|
---|
| 32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 33 | "author": {
|
---|
| 34 | "name": "Rich Harris"
|
---|
| 35 | },
|
---|
[6a3a178] | 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/Rich-Harris/sourcemap-codec/issues"
|
---|
| 38 | },
|
---|
| 39 | "dependencies": {},
|
---|
[59329aa] | 40 | "description": "Encode/decode sourcemap mappings",
|
---|
[6a3a178] | 41 | "devDependencies": {
|
---|
| 42 | "codecov.io": "^0.1.6",
|
---|
| 43 | "console-group": "^0.3.3",
|
---|
| 44 | "eslint": "^6.0.1",
|
---|
| 45 | "eslint-plugin-import": "^2.18.0",
|
---|
| 46 | "istanbul": "^0.4.5",
|
---|
| 47 | "mocha": "^6.1.4",
|
---|
| 48 | "remap-istanbul": "^0.13.0",
|
---|
| 49 | "rollup": "^1.16.4",
|
---|
| 50 | "rollup-plugin-node-resolve": "^5.2.0",
|
---|
| 51 | "rollup-plugin-typescript": "^1.0.1",
|
---|
| 52 | "typescript": "^3.5.2"
|
---|
| 53 | },
|
---|
| 54 | "files": [
|
---|
| 55 | "dist/*.js",
|
---|
| 56 | "dist/*.js.map",
|
---|
| 57 | "dist/**/*.d.ts",
|
---|
| 58 | "README.md"
|
---|
[59329aa] | 59 | ],
|
---|
| 60 | "homepage": "https://github.com/Rich-Harris/sourcemap-codec",
|
---|
| 61 | "keywords": [
|
---|
| 62 | "sourcemap",
|
---|
| 63 | "vlq"
|
---|
| 64 | ],
|
---|
| 65 | "license": "MIT",
|
---|
| 66 | "main": "dist/sourcemap-codec.umd.js",
|
---|
| 67 | "module": "dist/sourcemap-codec.es.js",
|
---|
| 68 | "name": "sourcemap-codec",
|
---|
| 69 | "repository": {
|
---|
| 70 | "type": "git",
|
---|
| 71 | "url": "git+https://github.com/Rich-Harris/sourcemap-codec.git"
|
---|
| 72 | },
|
---|
| 73 | "scripts": {
|
---|
| 74 | "build": "rm -rf dist && rollup -c && tsc",
|
---|
| 75 | "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov",
|
---|
| 76 | "lint": "eslint src",
|
---|
| 77 | "posttest-coverage": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped -t html -b dist",
|
---|
| 78 | "prepublish": "npm test",
|
---|
| 79 | "pretest": "npm run build",
|
---|
| 80 | "pretest-coverage": "npm run build",
|
---|
| 81 | "test": "mocha",
|
---|
| 82 | "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js"
|
---|
| 83 | },
|
---|
| 84 | "types": "dist/types/sourcemap-codec.d.ts",
|
---|
| 85 | "version": "1.4.8"
|
---|
[6a3a178] | 86 | }
|
---|