mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-15 06:27:06 +00:00
Update README and remove toolkit archives
This commit is contained in:
23
node_modules/strip-eof/package.json
generated
vendored
23
node_modules/strip-eof/package.json
generated
vendored
@@ -1,27 +1,32 @@
|
||||
{
|
||||
"_from": "strip-eof@^1.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"strip-eof@1.0.0",
|
||||
"/Users/rachmari/github-repos/hello-world-javascript-action"
|
||||
]
|
||||
],
|
||||
"_from": "strip-eof@1.0.0",
|
||||
"_id": "strip-eof@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
|
||||
"_location": "/strip-eof",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "strip-eof@^1.0.0",
|
||||
"raw": "strip-eof@1.0.0",
|
||||
"name": "strip-eof",
|
||||
"escapedName": "strip-eof",
|
||||
"rawSpec": "^1.0.0",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/execa"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
|
||||
"_shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
|
||||
"_spec": "strip-eof@^1.0.0",
|
||||
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/execa",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -30,8 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/strip-eof/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Strip the End-Of-File (EOF) character from a string/buffer",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
|
||||
Reference in New Issue
Block a user