mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
66
node_modules/strip-eof/package.json
generated
vendored
66
node_modules/strip-eof/package.json
generated
vendored
|
@ -1,53 +1,23 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"strip-eof@1.0.0",
|
||||
"C:\\Users\\Administrator\\Documents\\setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "strip-eof@1.0.0",
|
||||
"_id": "strip-eof@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
|
||||
"_location": "/strip-eof",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "strip-eof@1.0.0",
|
||||
"name": "strip-eof",
|
||||
"escapedName": "strip-eof",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/execa"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "C:\\Users\\Administrator\\Documents\\setup-node",
|
||||
"name": "strip-eof",
|
||||
"version": "1.0.0",
|
||||
"description": "Strip the End-Of-File (EOF) character from a string/buffer",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/strip-eof",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/strip-eof/issues"
|
||||
},
|
||||
"description": "Strip the End-Of-File (EOF) character from a string/buffer",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/strip-eof#readme",
|
||||
"keywords": [
|
||||
"strip",
|
||||
"trim",
|
||||
|
@ -62,14 +32,12 @@
|
|||
"string",
|
||||
"buffer"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "strip-eof",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/strip-eof.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz"
|
||||
,"_integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
|
||||
,"_from": "strip-eof@1.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue