source: trip-planner-front/node_modules/@ampproject/remapping/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 3.1 KB
Line 
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 },
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",
68 "keywords": [
69 "source",
70 "map",
71 "remap"
72 ],
73 "license": "Apache-2.0",
74 "main": "dist/remapping.umd.js",
75 "module": "dist/remapping.mjs",
76 "name": "@ampproject/remapping",
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/ampproject/remapping.git"
80 },
81 "scripts": {
82 "build": "run-s -n build:*",
83 "build:rollup": "rollup -c rollup.config.js",
84 "build:ts": "tsc --project tsconfig.build.json",
85 "lint": "run-s -n lint:*",
86 "lint:prettier": "npm run test:lint:prettier -- --write",
87 "lint:ts": "npm run test:lint:ts -- --fix",
88 "prebuild": "rm -rf dist",
89 "prepublishOnly": "npm run preversion",
90 "preversion": "run-s test build",
91 "test": "run-s -n test:lint 'test:only -- --no-cache'",
92 "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
93 "test:lint": "run-s -n test:lint:*",
94 "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
95 "test:lint:ts": "eslint '{src,test}/**/*.ts'",
96 "test:only": "jest --coverage",
97 "test:watch": "jest --coverage --watch"
98 },
99 "typings": "dist/types/remapping.d.ts",
100 "version": "1.0.1"
101}
Note: See TracBrowser for help on using the repository browser.