Files
add-and-commit/node_modules/wcwidth/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

78 lines
1.6 KiB
JSON

{
"_args": [
[
"wcwidth@1.0.1",
"/home/runner/work/add-and-commit/add-and-commit"
]
],
"_development": true,
"_from": "wcwidth@1.0.1",
"_id": "wcwidth@1.0.1",
"_inBundle": false,
"_integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
"_location": "/wcwidth",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "wcwidth@1.0.1",
"name": "wcwidth",
"escapedName": "wcwidth",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/ora"
],
"_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/home/runner/work/add-and-commit/add-and-commit",
"author": {
"name": "Tim Oxley"
},
"bugs": {
"url": "https://github.com/timoxley/wcwidth/issues"
},
"contributors": [
{
"name": "Woong Jun",
"email": "woong.jun@gmail.com",
"url": "http://code.woong.org/"
}
],
"dependencies": {
"defaults": "^1.0.3"
},
"description": "Port of C's wcwidth() and wcswidth()",
"devDependencies": {
"tape": "^4.5.1"
},
"directories": {
"doc": "docs",
"test": "test"
},
"homepage": "https://github.com/timoxley/wcwidth#readme",
"keywords": [
"wide character",
"wc",
"wide character string",
"wcs",
"terminal",
"width",
"wcwidth",
"wcswidth"
],
"license": "MIT",
"main": "index.js",
"name": "wcwidth",
"repository": {
"type": "git",
"url": "git+https://github.com/timoxley/wcwidth.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.1"
}