mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-28 16:26:05 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
26
node_modules/shellwords/package.json
generated
vendored
Normal file
26
node_modules/shellwords/package.json
generated
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"author": "Jimmy Cuadra <jimmy@jimmycuadra.com> (http://jimmycuadra.com/)",
|
||||
"name": "shellwords",
|
||||
"description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
|
||||
"version": "0.1.1",
|
||||
"homepage": "https://github.com/jimmycuadra/shellwords",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jimmycuadra/shellwords.git"
|
||||
},
|
||||
"main": "./lib/shellwords",
|
||||
"files": ["lib"],
|
||||
"scripts": {
|
||||
"test": "cake spec"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"jasmine-node": "~1.0.26",
|
||||
"nodewatch": "~0.1.0"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz"
|
||||
,"_integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww=="
|
||||
,"_from": "shellwords@0.1.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue