- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-syntax-class-static-block/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/plugin-syntax-class-static-block", 3 "version": "7.14.5", 2 "_args": [ 3 [ 4 "@babel/plugin-syntax-class-static-block@7.14.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-syntax-class-static-block@7.14.5", 10 "_id": "@babel/plugin-syntax-class-static-block@7.14.5", 11 "_inBundle": false, 12 "_integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", 13 "_location": "/@babel/plugin-syntax-class-static-block", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/plugin-syntax-class-static-block@7.14.5", 19 "name": "@babel/plugin-syntax-class-static-block", 20 "escapedName": "@babel%2fplugin-syntax-class-static-block", 21 "scope": "@babel", 22 "rawSpec": "7.14.5", 23 "saveSpec": null, 24 "fetchSpec": "7.14.5" 25 }, 26 "_requiredBy": [ 27 "/@babel/plugin-proposal-class-static-block", 28 "/@babel/preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", 31 "_spec": "7.14.5", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "The Babel Team", 35 "url": "https://babel.dev/team" 36 }, 37 "bugs": { 38 "url": "https://github.com/babel/babel/issues" 39 }, 40 "dependencies": { 41 "@babel/helper-plugin-utils": "^7.14.5" 42 }, 4 43 "description": "Allow parsing of class static blocks", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-plugin-syntax-class-static-block" 44 "engines": { 45 "node": ">=6.9.0" 46 }, 47 "exports": { 48 ".": "./lib/index.js" 9 49 }, 10 50 "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-static-block", 51 "keywords": [ 52 "babel-plugin" 53 ], 11 54 "license": "MIT", 55 "main": "./lib/index.js", 56 "name": "@babel/plugin-syntax-class-static-block", 57 "peerDependencies": { 58 "@babel/core": "^7.0.0-0" 59 }, 12 60 "publishConfig": { 13 61 "access": "public" 14 62 }, 15 "main": "./lib/index.js", 16 "exports": { 17 ".": "./lib/index.js" 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/babel/babel.git", 66 "directory": "packages/babel-plugin-syntax-class-static-block" 18 67 }, 19 "keywords": [ 20 "babel-plugin" 21 ], 22 "dependencies": { 23 "@babel/helper-plugin-utils": "^7.14.5" 24 }, 25 "peerDependencies": { 26 "@babel/core": "^7.0.0-0" 27 }, 28 "engines": { 29 "node": ">=6.9.0" 30 }, 31 "author": "The Babel Team (https://babel.dev/team)" 68 "version": "7.14.5" 32 69 }
Note:
See TracChangeset
for help on using the changeset viewer.