1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00
Files
minifyfromhtml/node_modules/@babel/core/package.json
2019-03-29 15:56:41 +01:00

99 lines
2.5 KiB
JSON

{
"_from": "@babel/core@7.4.0",
"_id": "@babel/core@7.4.0",
"_inBundle": false,
"_integrity": "sha512-Dzl7U0/T69DFOTwqz/FJdnOSWS57NpjNfCwMKHABr589Lg8uX1RrlBIJ7L5Dubt/xkLsx0xH5EBFzlBVes1ayA==",
"_location": "/@babel/core",
"_phantomChildren": {
"@babel/parser": "7.4.2",
"color-convert": "1.9.1",
"escape-string-regexp": "1.0.5",
"esutils": "2.0.2",
"has-flag": "3.0.0",
"lodash": "4.17.11",
"minimist": "1.2.0",
"source-map": "0.5.7",
"trim-right": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/core@7.4.0",
"name": "@babel/core",
"escapedName": "@babel%2fcore",
"scope": "@babel",
"rawSpec": "7.4.0",
"saveSpec": null,
"fetchSpec": "7.4.0"
},
"_requiredBy": [
"/babel-minify"
],
"_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.4.0.tgz",
"_shasum": "248fd6874b7d755010bfe61f557461d4f446d9e9",
"_spec": "@babel/core@7.4.0",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\babel-minify",
"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"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.4.0",
"@babel/helpers": "^7.4.0",
"@babel/parser": "^7.4.0",
"@babel/template": "^7.4.0",
"@babel/traverse": "^7.4.0",
"@babel/types": "^7.4.0",
"convert-source-map": "^1.1.0",
"debug": "^4.1.0",
"json5": "^2.1.0",
"lodash": "^4.17.11",
"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.0.0",
"@babel/register": "^7.4.0"
},
"engines": {
"node": ">=6.9.0"
},
"gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804",
"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.4.0"
}