1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-04 04:40:05 +02:00

update node modules

This commit is contained in:
s2
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

View File

@@ -1,53 +1,59 @@
{
"_from": "@babel/core@^7.0.0-beta.46",
"_id": "@babel/core@7.0.0-beta.46",
"_from": "@babel/core@7.4.0",
"_id": "@babel/core@7.4.0",
"_inBundle": false,
"_integrity": "sha512-lCDbBSAhNAt+nL98xbgWmuhgrIxKvbvFHf73zlNCuXCHJkdlo7qzTofYK0ZWb+OVce8fQ17fC7DwTIhAwowzMw==",
"_integrity": "sha512-Dzl7U0/T69DFOTwqz/FJdnOSWS57NpjNfCwMKHABr589Lg8uX1RrlBIJ7L5Dubt/xkLsx0xH5EBFzlBVes1ayA==",
"_location": "/@babel/core",
"_phantomChildren": {
"ms": "2.0.0"
"@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": "range",
"type": "version",
"registry": true,
"raw": "@babel/core@^7.0.0-beta.46",
"raw": "@babel/core@7.4.0",
"name": "@babel/core",
"escapedName": "@babel%2fcore",
"scope": "@babel",
"rawSpec": "^7.0.0-beta.46",
"rawSpec": "7.4.0",
"saveSpec": null,
"fetchSpec": "^7.0.0-beta.46"
"fetchSpec": "7.4.0"
},
"_requiredBy": [
"/babel-minify"
],
"_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.0.0-beta.46.tgz",
"_shasum": "dbe2189bcdef9a2c84becb1ec624878d31a95689",
"_spec": "@babel/core@^7.0.0-beta.46",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/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",
"./lib/transform-file-sync.js": "./lib/transform-file-sync-browser.js"
"./lib/transform-file.js": "./lib/transform-file-browser.js"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "7.0.0-beta.46",
"@babel/generator": "7.0.0-beta.46",
"@babel/helpers": "7.0.0-beta.46",
"@babel/template": "7.0.0-beta.46",
"@babel/traverse": "7.0.0-beta.46",
"@babel/types": "7.0.0-beta.46",
"babylon": "7.0.0-beta.46",
"@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": "^3.1.0",
"json5": "^0.5.0",
"lodash": "^4.2.0",
"micromatch": "^2.3.11",
"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"
@@ -55,9 +61,13 @@
"deprecated": false,
"description": "Babel compiler core.",
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.46",
"@babel/register": "7.0.0-beta.46"
"@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",
@@ -75,11 +85,14 @@
"compiler"
],
"license": "MIT",
"main": "./lib/index.js",
"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.0.0-beta.46"
"version": "7.4.0"
}