| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "@babel/core",
- "_id": "@babel/core@7.9.0",
- "_inBundle": false,
- "_integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==",
- "_location": "/@babel/core",
- "_phantomChildren": {
- "minimist": "1.2.5"
- },
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "@babel/core",
- "name": "@babel/core",
- "escapedName": "@babel%2fcore",
- "scope": "@babel",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz",
- "_shasum": "ac977b538b77e132ff706f3b8a4dbad09c03c56e",
- "_spec": "@babel/core",
- "_where": "G:\\micro\\react\\cld2",
- "author": {
- "name": "Sebastian McKenzie",
- "email": "sebmck@gmail.com"
- },
- "browser": {
- "./lib/config/files/index.js": "./lib/config/files/index-browser.js",
- "./lib/transform-file.js": "./lib/transform-file-browser.js",
- "./src/config/files/index.js": "./src/config/files/index-browser.js",
- "./src/transform-file.js": "./src/transform-file-browser.js"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/code-frame": "^7.8.3",
- "@babel/generator": "^7.9.0",
- "@babel/helper-module-transforms": "^7.9.0",
- "@babel/helpers": "^7.9.0",
- "@babel/parser": "^7.9.0",
- "@babel/template": "^7.8.6",
- "@babel/traverse": "^7.9.0",
- "@babel/types": "^7.9.0",
- "convert-source-map": "^1.7.0",
- "debug": "^4.1.0",
- "gensync": "^1.0.0-beta.1",
- "json5": "^2.1.2",
- "lodash": "^4.17.13",
- "resolve": "^1.3.2",
- "semver": "^5.4.1",
- "source-map": "^0.5.0"
- },
- "deprecated": false,
- "description": "Babel compiler core.",
- "devDependencies": {
- "@babel/helper-transform-fixture-test-runner": "^7.8.3"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
- },
- "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
- "homepage": "https://babeljs.io/",
- "keywords": [
- "6to5",
- "babel",
- "classes",
- "const",
- "es6",
- "harmony",
- "let",
- "modules",
- "transpile",
- "transpiler",
- "var",
- "babel-core",
- "compiler"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@babel/core",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel/tree/master/packages/babel-core"
- },
- "version": "7.9.0"
- }
|