Files
add-and-commit/node_modules/duplexer3/package.json
Federico Grandi f118062594 Update with working working version (#12)
* 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
2019-12-14 21:47:13 +01:00

69 lines
1.5 KiB
JSON

{
"_args": [
[
"duplexer3@0.1.4",
"/home/runner/work/add-and-commit/add-and-commit"
]
],
"_development": true,
"_from": "duplexer3@0.1.4",
"_id": "duplexer3@0.1.4",
"_inBundle": false,
"_integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=",
"_location": "/duplexer3",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "duplexer3@0.1.4",
"name": "duplexer3",
"escapedName": "duplexer3",
"rawSpec": "0.1.4",
"saveSpec": null,
"fetchSpec": "0.1.4"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
"_spec": "0.1.4",
"_where": "/home/runner/work/add-and-commit/add-and-commit",
"author": {
"name": "Conrad Pankoff",
"email": "deoxxa@fknsrs.biz",
"url": "http://www.fknsrs.biz/"
},
"bugs": {
"url": "https://github.com/floatdrop/duplexer3/issues"
},
"description": "Like duplexer but using streams3",
"devDependencies": {
"mocha": "^2.2.5"
},
"engine": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/floatdrop/duplexer3#readme",
"keywords": [
"duplex",
"duplexer",
"stream",
"stream3",
"join",
"combine"
],
"license": "BSD-3-Clause",
"name": "duplexer3",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/duplexer3.git"
},
"scripts": {
"test": "mocha -R tap"
},
"version": "0.1.4"
}