Changeset 59329aa for trip-planner-front/node_modules/@ampproject
- 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/@ampproject/remapping/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@ampproject/remapping", 3 "version": "1.0.1", 2 "_args": [ 3 [ 4 "@ampproject/remapping@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@ampproject/remapping@1.0.1", 10 "_id": "@ampproject/remapping@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-Ta9bMA3EtUHDaZJXqUoT5cn/EecwOp+SXpKJqxDbDuMbLvEMu6YTyDDuvTWeStODfdmXyfMo7LymQyPkN3BicA==", 13 "_location": "/@ampproject/remapping", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@ampproject/remapping@1.0.1", 19 "name": "@ampproject/remapping", 20 "escapedName": "@ampproject%2fremapping", 21 "scope": "@ampproject", 22 "rawSpec": "1.0.1", 23 "saveSpec": null, 24 "fetchSpec": "1.0.1" 25 }, 26 "_requiredBy": [ 27 "/@angular-devkit/build-angular" 28 ], 29 "_resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-1.0.1.tgz", 30 "_spec": "1.0.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Justin Ridgewell", 34 "email": "jridgewell@google.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/ampproject/remapping/issues" 38 }, 39 "dependencies": { 40 "@jridgewell/resolve-uri": "1.0.0", 41 "sourcemap-codec": "1.4.8" 42 }, 4 43 "description": "Remap sequential sourcemaps through transformations to point at the original source code", 44 "devDependencies": { 45 "@rollup/plugin-node-resolve": "11.0.1", 46 "@rollup/plugin-typescript": "8.1.0", 47 "@types/jest": "26.0.19", 48 "@typescript-eslint/eslint-plugin": "4.10.0", 49 "@typescript-eslint/parser": "4.10.0", 50 "eslint": "7.15.0", 51 "eslint-config-prettier": "7.0.0", 52 "jest": "26.6.3", 53 "jest-config": "26.6.3", 54 "npm-run-all": "4.1.5", 55 "prettier": "2.2.1", 56 "rollup": "2.35.1", 57 "ts-jest": "26.4.4", 58 "tslib": "2.0.3", 59 "typescript": "4.1.3" 60 }, 61 "engines": { 62 "node": ">=6.0.0" 63 }, 64 "files": [ 65 "dist" 66 ], 67 "homepage": "https://github.com/ampproject/remapping#readme", 5 68 "keywords": [ 6 69 "source", … … 8 71 "remap" 9 72 ], 73 "license": "Apache-2.0", 10 74 "main": "dist/remapping.umd.js", 11 75 "module": "dist/remapping.mjs", 12 "typings": "dist/types/remapping.d.ts", 13 "files": [ 14 "dist" 15 ], 16 "author": "Justin Ridgewell <jridgewell@google.com>", 76 "name": "@ampproject/remapping", 17 77 "repository": { 18 78 "type": "git", 19 79 "url": "git+https://github.com/ampproject/remapping.git" 20 },21 "license": "Apache-2.0",22 "engines": {23 "node": ">=6.0.0"24 80 }, 25 81 "scripts": { … … 41 97 "test:watch": "jest --coverage --watch" 42 98 }, 43 "devDependencies": { 44 "@rollup/plugin-node-resolve": "11.0.1", 45 "@rollup/plugin-typescript": "8.1.0", 46 "@types/jest": "26.0.19", 47 "@typescript-eslint/eslint-plugin": "4.10.0", 48 "@typescript-eslint/parser": "4.10.0", 49 "eslint": "7.15.0", 50 "eslint-config-prettier": "7.0.0", 51 "jest": "26.6.3", 52 "jest-config": "26.6.3", 53 "npm-run-all": "4.1.5", 54 "prettier": "2.2.1", 55 "rollup": "2.35.1", 56 "ts-jest": "26.4.4", 57 "tslib": "2.0.3", 58 "typescript": "4.1.3" 59 }, 60 "dependencies": { 61 "@jridgewell/resolve-uri": "1.0.0", 62 "sourcemap-codec": "1.4.8" 63 } 99 "typings": "dist/types/remapping.d.ts", 100 "version": "1.0.1" 64 101 }
Note:
See TracChangeset
for help on using the changeset viewer.