* 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
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@node-minify/core@4.1.2",
|
|
"/home/runner/work/add-and-commit/add-and-commit"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@node-minify/core@4.1.2",
|
|
"_id": "@node-minify/core@4.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ke3PT/KXfujIqOaY1wefn8BE94uoaTKSjRk6qj2eowwP9ofhopsmJOmFtoDnEIcX7GMANCP/VGbyj959CrTcvw==",
|
|
"_location": "/@node-minify/core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@node-minify/core@4.1.2",
|
|
"name": "@node-minify/core",
|
|
"escapedName": "@node-minify%2fcore",
|
|
"scope": "@node-minify",
|
|
"rawSpec": "4.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@node-minify/cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@node-minify/core/-/core-4.1.2.tgz",
|
|
"_spec": "4.1.2",
|
|
"_where": "/home/runner/work/add-and-commit/add-and-commit",
|
|
"author": {
|
|
"name": "Rodolphe Stoclin",
|
|
"email": "srodolphe@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/srod/node-minify/issues"
|
|
},
|
|
"dependencies": {
|
|
"@node-minify/utils": "^4.1.2",
|
|
"glob": "7.1.4",
|
|
"mkdirp": "0.5.1"
|
|
},
|
|
"description": "core of @node-minify",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"gitHead": "b13f16dfcac6f151c371414cf3a8a2969ff08783",
|
|
"homepage": "https://github.com/srod/node-minify/tree/master/packages/core#readme",
|
|
"keywords": [
|
|
"compressor",
|
|
"minify",
|
|
"minifier"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/core.js",
|
|
"name": "@node-minify/core",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/srod/node-minify.git"
|
|
},
|
|
"version": "4.1.2"
|
|
}
|