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