* Fix workflow * Trigger * [auto] Update compiled version * [auto] Commit modules * Push Windows changes * Fix * [auto] Update compiled version * Try removing cwd * [auto] Update compiled version * Try with path module * [auto] Update compiled version * Fix path * [auto] Update compiled version * Use raw path * [auto] Update compiled version * Other path * [auto] Update compiled version * Avoid @action/exec * [auto] Update compiled version * test * [auto] Update compiled version * test * [auto] Update compiled version * test * [auto] Update compiled version * test * [auto] Update compiled version * Try with shelljs * [auto] Update compiled version * Fix my stupidity * Copy scripts to local dir * [auto] Update compiled version * Still use path * [auto] Update compiled version * Delete entrypoint.sh * [auto] Update compiled version * Make file executable * [auto] Update compiled version * Try using bash * [auto] Update compiled version
79 lines
2.7 KiB
JSON
79 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"babel-preset-minify@0.5.0",
|
|
"/home/runner/work/add-and-commit/add-and-commit"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "babel-preset-minify@0.5.0",
|
|
"_id": "babel-preset-minify@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xj1s9Mon+RFubH569vrGCayA9Fm2GMsCgDRm1Jb8SgctOB7KFcrVc2o8K3YHUyMz+SWP8aea75BoS8YfsXXuiA==",
|
|
"_location": "/babel-preset-minify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "babel-preset-minify@0.5.0",
|
|
"name": "babel-preset-minify",
|
|
"escapedName": "babel-preset-minify",
|
|
"rawSpec": "0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@node-minify/babel-minify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-preset-minify/-/babel-preset-minify-0.5.0.tgz",
|
|
"_spec": "0.5.0",
|
|
"_where": "/home/runner/work/add-and-commit/add-and-commit",
|
|
"author": {
|
|
"name": "amasad"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/minify/issues"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-minify-builtins": "^0.5.0",
|
|
"babel-plugin-minify-constant-folding": "^0.5.0",
|
|
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
|
|
"babel-plugin-minify-flip-comparisons": "^0.4.3",
|
|
"babel-plugin-minify-guarded-expressions": "^0.4.3",
|
|
"babel-plugin-minify-infinity": "^0.4.3",
|
|
"babel-plugin-minify-mangle-names": "^0.5.0",
|
|
"babel-plugin-minify-numeric-literals": "^0.4.3",
|
|
"babel-plugin-minify-replace": "^0.5.0",
|
|
"babel-plugin-minify-simplify": "^0.5.0",
|
|
"babel-plugin-minify-type-constructors": "^0.4.3",
|
|
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3",
|
|
"babel-plugin-transform-member-expression-literals": "^6.9.4",
|
|
"babel-plugin-transform-merge-sibling-variables": "^6.9.4",
|
|
"babel-plugin-transform-minify-booleans": "^6.9.4",
|
|
"babel-plugin-transform-property-literals": "^6.9.4",
|
|
"babel-plugin-transform-regexp-constructors": "^0.4.3",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"babel-plugin-transform-remove-debugger": "^6.9.4",
|
|
"babel-plugin-transform-remove-undefined": "^0.5.0",
|
|
"babel-plugin-transform-simplify-comparison-operators": "^6.9.4",
|
|
"babel-plugin-transform-undefined-to-void": "^6.9.4",
|
|
"lodash.isplainobject": "^4.0.6"
|
|
},
|
|
"description": "Babel preset for all minify plugins.",
|
|
"gitHead": "4de390008da4a486b37819109d2021a0957ad405",
|
|
"homepage": "https://github.com/babel/minify#readme",
|
|
"keywords": [
|
|
"babel-minify",
|
|
"babel-preset",
|
|
"minify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "babel-preset-minify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/minify/tree/master/packages/babel-preset-minify"
|
|
},
|
|
"version": "0.5.0"
|
|
}
|