source: trip-planner-front/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
10 "_id": "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
11 "_inBundle": false,
12 "_integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
13 "_location": "/@babel/plugin-syntax-logical-assignment-operators",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
19 "name": "@babel/plugin-syntax-logical-assignment-operators",
20 "escapedName": "@babel%2fplugin-syntax-logical-assignment-operators",
21 "scope": "@babel",
22 "rawSpec": "7.10.4",
23 "saveSpec": null,
24 "fetchSpec": "7.10.4"
25 },
26 "_requiredBy": [
27 "/@babel/plugin-proposal-logical-assignment-operators",
28 "/@babel/preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
31 "_spec": "7.10.4",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "bugs": {
34 "url": "https://github.com/babel/babel/issues"
35 },
36 "dependencies": {
37 "@babel/helper-plugin-utils": "^7.10.4"
38 },
39 "description": "Allow parsing of the logical assignment operators",
40 "devDependencies": {
41 "@babel/core": "^7.10.4"
42 },
43 "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
44 "homepage": "https://github.com/babel/babel#readme",
45 "keywords": [
46 "babel-plugin"
47 ],
48 "license": "MIT",
49 "main": "lib/index.js",
50 "name": "@babel/plugin-syntax-logical-assignment-operators",
51 "peerDependencies": {
52 "@babel/core": "^7.0.0-0"
53 },
54 "publishConfig": {
55 "access": "public"
56 },
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/babel/babel.git",
60 "directory": "packages/babel-plugin-syntax-logical-assignment-operators"
61 },
62 "version": "7.10.4"
63}
Note: See TracBrowser for help on using the repository browser.