source: trip-planner-front/node_modules/@babel/plugin-transform-typeof-symbol/package.json@ 8d391a1

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

primeNG components

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_from": "@babel/plugin-transform-typeof-symbol@^7.14.5",
3 "_id": "@babel/plugin-transform-typeof-symbol@7.16.0",
4 "_inBundle": false,
5 "_integrity": "sha512-++V2L8Bdf4vcaHi2raILnptTBjGEFxn5315YU+e8+EqXIucA+q349qWngCLpUYqqv233suJ6NOienIVUpS9cqg==",
6 "_location": "/@babel/plugin-transform-typeof-symbol",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@babel/plugin-transform-typeof-symbol@^7.14.5",
12 "name": "@babel/plugin-transform-typeof-symbol",
13 "escapedName": "@babel%2fplugin-transform-typeof-symbol",
14 "scope": "@babel",
15 "rawSpec": "^7.14.5",
16 "saveSpec": null,
17 "fetchSpec": "^7.14.5"
18 },
19 "_requiredBy": [
20 "/@babel/preset-env"
21 ],
22 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.0.tgz",
23 "_shasum": "8b19a244c6f8c9d668dca6a6f754ad6ead1128f2",
24 "_spec": "@babel/plugin-transform-typeof-symbol@^7.14.5",
25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
26 "author": {
27 "name": "The Babel Team",
28 "url": "https://babel.dev/team"
29 },
30 "bugs": {
31 "url": "https://github.com/babel/babel/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "@babel/helper-plugin-utils": "^7.14.5"
36 },
37 "deprecated": false,
38 "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
39 "devDependencies": {
40 "@babel/core": "^7.16.0",
41 "@babel/helper-plugin-test-runner": "^7.16.0",
42 "@babel/runtime": "^7.16.0",
43 "@babel/runtime-corejs2": "^7.16.0",
44 "@babel/runtime-corejs3": "^7.16.0"
45 },
46 "engines": {
47 "node": ">=6.9.0"
48 },
49 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol",
50 "keywords": [
51 "babel-plugin"
52 ],
53 "license": "MIT",
54 "main": "./lib/index.js",
55 "name": "@babel/plugin-transform-typeof-symbol",
56 "peerDependencies": {
57 "@babel/core": "^7.0.0-0"
58 },
59 "publishConfig": {
60 "access": "public"
61 },
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/babel/babel.git",
65 "directory": "packages/babel-plugin-transform-typeof-symbol"
66 },
67 "version": "7.16.0"
68}
Note: See TracBrowser for help on using the repository browser.