- 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-polyfill-corejs2/package.json
rceaed42 r59329aa 1 1 { 2 "name": "babel-plugin-polyfill-corejs2", 3 "version": "0.2.2", 2 "_args": [ 3 [ 4 "babel-plugin-polyfill-corejs2@0.2.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "babel-plugin-polyfill-corejs2@0.2.2", 10 "_id": "babel-plugin-polyfill-corejs2@0.2.2", 11 "_inBundle": false, 12 "_integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==", 13 "_location": "/babel-plugin-polyfill-corejs2", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "babel-plugin-polyfill-corejs2@0.2.2", 19 "name": "babel-plugin-polyfill-corejs2", 20 "escapedName": "babel-plugin-polyfill-corejs2", 21 "rawSpec": "0.2.2", 22 "saveSpec": null, 23 "fetchSpec": "0.2.2" 24 }, 25 "_requiredBy": [ 26 "/@babel/plugin-transform-runtime", 27 "/@babel/preset-env" 28 ], 29 "_resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz", 30 "_spec": "0.2.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "bugs": { 33 "url": "https://github.com/babel/babel-polyfills/issues" 34 }, 35 "dependencies": { 36 "@babel/compat-data": "^7.13.11", 37 "@babel/helper-define-polyfill-provider": "^0.2.2", 38 "semver": "^6.1.1" 39 }, 4 40 "description": "A Babel plugin to inject imports to core-js@2 polyfills", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel-polyfills.git", 8 "directory": "packages/babel-plugin-polyfill-corejs2" 41 "devDependencies": { 42 "@babel/core": "^7.13.0", 43 "@babel/helper-plugin-test-runner": "^7.10.4", 44 "@babel/plugin-transform-for-of": "^7.10.4", 45 "@babel/plugin-transform-modules-commonjs": "^7.10.4" 9 46 }, 10 "license": "MIT",11 "publishConfig": {12 "access": "public"13 },14 "main": "lib/index.js",15 47 "exports": { 16 48 ".": [ … … 23 55 "./package.json": "./package.json" 24 56 }, 57 "gitHead": "1db1e16a7e6855094c52a6cf9b98410e3f0e80de", 58 "homepage": "https://github.com/babel/babel-polyfills#readme", 25 59 "keywords": [ 26 60 "babel-plugin" 27 61 ], 28 "dependencies": { 29 "@babel/compat-data": "^7.13.11", 30 "@babel/helper-define-polyfill-provider": "^0.2.2", 31 "semver": "^6.1.1" 32 }, 33 "devDependencies": { 34 "@babel/core": "^7.13.0", 35 "@babel/helper-plugin-test-runner": "^7.10.4", 36 "@babel/plugin-transform-for-of": "^7.10.4", 37 "@babel/plugin-transform-modules-commonjs": "^7.10.4" 38 }, 62 "license": "MIT", 63 "main": "lib/index.js", 64 "name": "babel-plugin-polyfill-corejs2", 39 65 "peerDependencies": { 40 66 "@babel/core": "^7.0.0-0" 41 67 }, 42 "gitHead": "1db1e16a7e6855094c52a6cf9b98410e3f0e80de" 68 "publishConfig": { 69 "access": "public" 70 }, 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/babel/babel-polyfills.git", 74 "directory": "packages/babel-plugin-polyfill-corejs2" 75 }, 76 "version": "0.2.2" 43 77 }
Note:
See TracChangeset
for help on using the changeset viewer.