source: trip-planner-front/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/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-proposal-nullish-coalescing-operator@7.14.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/plugin-proposal-nullish-coalescing-operator@7.14.5",
10 "_id": "@babel/plugin-proposal-nullish-coalescing-operator@7.14.5",
11 "_inBundle": false,
12 "_integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==",
13 "_location": "/@babel/plugin-proposal-nullish-coalescing-operator",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/plugin-proposal-nullish-coalescing-operator@7.14.5",
19 "name": "@babel/plugin-proposal-nullish-coalescing-operator",
20 "escapedName": "@babel%2fplugin-proposal-nullish-coalescing-operator",
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-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-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 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
42 },
43 "description": "Remove nullish coalescing operator",
44 "devDependencies": {
45 "@babel/core": "7.14.5",
46 "@babel/helper-plugin-test-runner": "7.14.5"
47 },
48 "engines": {
49 "node": ">=6.9.0"
50 },
51 "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator",
52 "keywords": [
53 "babel-plugin"
54 ],
55 "license": "MIT",
56 "main": "./lib/index.js",
57 "name": "@babel/plugin-proposal-nullish-coalescing-operator",
58 "peerDependencies": {
59 "@babel/core": "^7.0.0-0"
60 },
61 "publishConfig": {
62 "access": "public"
63 },
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/babel/babel.git",
67 "directory": "packages/babel-plugin-proposal-nullish-coalescing-operator"
68 },
69 "version": "7.14.5"
70}
Note: See TracBrowser for help on using the repository browser.