- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/sourcemap-codec/package.json
rceaed42 r59329aa 1 1 { 2 "name": "sourcemap-codec", 3 "version": "1.4.8", 4 "description": "Encode/decode sourcemap mappings", 5 "main": "dist/sourcemap-codec.umd.js", 6 "module": "dist/sourcemap-codec.es.js", 7 "types": "dist/types/sourcemap-codec.d.ts", 8 "scripts": { 9 "test": "mocha", 10 "build": "rm -rf dist && rollup -c && tsc", 11 "pretest": "npm run build", 12 "prepublish": "npm test", 13 "lint": "eslint src", 14 "pretest-coverage": "npm run build", 15 "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js", 16 "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", 17 "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov" 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" 18 24 }, 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/Rich-Harris/sourcemap-codec" 25 "_requiredBy": [ 26 "/@ampproject/remapping", 27 "/@angular/compiler-cli", 28 "/magic-string" 29 ], 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" 22 35 }, 23 "keywords": [24 "sourcemap",25 "vlq"26 ],27 "author": "Rich Harris",28 "license": "MIT",29 36 "bugs": { 30 37 "url": "https://github.com/Rich-Harris/sourcemap-codec/issues" 31 38 }, 32 "homepage": "https://github.com/Rich-Harris/sourcemap-codec",33 39 "dependencies": {}, 40 "description": "Encode/decode sourcemap mappings", 34 41 "devDependencies": { 35 42 "codecov.io": "^0.1.6", … … 50 57 "dist/**/*.d.ts", 51 58 "README.md" 52 ] 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" 53 86 }
Note:
See TracChangeset
for help on using the changeset viewer.