wishthis/node_modules/shellwords/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"shellwords@0.1.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "shellwords@0.1.1",
"_id": "shellwords@0.1.1",
"_inBundle": false,
"_integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",
"_location": "/shellwords",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "shellwords@0.1.1",
"name": "shellwords",
"escapedName": "shellwords",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/node-notifier"
],
"_resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jimmy Cuadra",
"email": "jimmy@jimmycuadra.com",
"url": "http://jimmycuadra.com/"
},
"bugs": {
"url": "https://github.com/jimmycuadra/shellwords/issues"
},
"dependencies": {},
2022-01-21 08:28:41 +00:00
"description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
2022-02-23 16:41:13 +00:00
"devDependencies": {
"jasmine-node": "~1.0.26",
"nodewatch": "~0.1.0"
},
"files": [
"lib"
],
2022-01-21 08:28:41 +00:00
"homepage": "https://github.com/jimmycuadra/shellwords",
2022-02-23 16:41:13 +00:00
"license": "MIT",
"main": "./lib/shellwords",
"name": "shellwords",
2022-01-21 08:28:41 +00:00
"repository": {
"type": "git",
"url": "git://github.com/jimmycuadra/shellwords.git"
},
"scripts": {
"test": "cake spec"
},
2022-02-23 16:41:13 +00:00
"version": "0.1.1"
2022-01-21 08:28:41 +00:00
}