source: imaps-frontend/node_modules/@ampproject/remapping/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.3 KB
Line 
1{
2 "_from": "@ampproject/remapping@^2.2.0",
3 "_id": "@ampproject/remapping@2.3.0",
4 "_inBundle": false,
5 "_integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
6 "_location": "/@ampproject/remapping",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@ampproject/remapping@^2.2.0",
12 "name": "@ampproject/remapping",
13 "escapedName": "@ampproject%2fremapping",
14 "scope": "@ampproject",
15 "rawSpec": "^2.2.0",
16 "saveSpec": null,
17 "fetchSpec": "^2.2.0"
18 },
19 "_requiredBy": [
20 "/@babel/core"
21 ],
22 "_resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
23 "_shasum": "ed441b6fa600072520ce18b43d2c8cc8caecc7f4",
24 "_spec": "@ampproject/remapping@^2.2.0",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
26 "author": {
27 "name": "Justin Ridgewell",
28 "email": "jridgewell@google.com"
29 },
30 "bugs": {
31 "url": "https://github.com/ampproject/remapping/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "@jridgewell/gen-mapping": "^0.3.5",
36 "@jridgewell/trace-mapping": "^0.3.24"
37 },
38 "deprecated": false,
39 "description": "Remap sequential sourcemaps through transformations to point at the original source code",
40 "devDependencies": {
41 "@rollup/plugin-typescript": "8.3.2",
42 "@types/jest": "27.4.1",
43 "@typescript-eslint/eslint-plugin": "5.20.0",
44 "@typescript-eslint/parser": "5.20.0",
45 "eslint": "8.14.0",
46 "eslint-config-prettier": "8.5.0",
47 "jest": "27.5.1",
48 "jest-config": "27.5.1",
49 "npm-run-all": "4.1.5",
50 "prettier": "2.6.2",
51 "rollup": "2.70.2",
52 "ts-jest": "27.1.4",
53 "tslib": "2.4.0",
54 "typescript": "4.6.3"
55 },
56 "engines": {
57 "node": ">=6.0.0"
58 },
59 "exports": {
60 ".": [
61 {
62 "types": "./dist/types/remapping.d.ts",
63 "browser": "./dist/remapping.umd.js",
64 "require": "./dist/remapping.umd.js",
65 "import": "./dist/remapping.mjs"
66 },
67 "./dist/remapping.umd.js"
68 ],
69 "./package.json": "./package.json"
70 },
71 "files": [
72 "dist"
73 ],
74 "homepage": "https://github.com/ampproject/remapping#readme",
75 "keywords": [
76 "source",
77 "map",
78 "remap"
79 ],
80 "license": "Apache-2.0",
81 "main": "dist/remapping.umd.js",
82 "module": "dist/remapping.mjs",
83 "name": "@ampproject/remapping",
84 "repository": {
85 "type": "git",
86 "url": "git+https://github.com/ampproject/remapping.git"
87 },
88 "scripts": {
89 "build": "run-s -n build:*",
90 "build:rollup": "rollup -c rollup.config.js",
91 "build:ts": "tsc --project tsconfig.build.json",
92 "lint": "run-s -n lint:*",
93 "lint:prettier": "npm run test:lint:prettier -- --write",
94 "lint:ts": "npm run test:lint:ts -- --fix",
95 "prebuild": "rm -rf dist",
96 "prepublishOnly": "npm run preversion",
97 "preversion": "run-s test build",
98 "test": "run-s -n test:lint test:only",
99 "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
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": "jest --coverage",
104 "test:watch": "jest --coverage --watch"
105 },
106 "types": "dist/types/remapping.d.ts",
107 "version": "2.3.0"
108}
Note: See TracBrowser for help on using the repository browser.