mirror of
https://github.com/actions/labeler.git
synced 2025-12-16 23:23:03 +00:00
build
This commit is contained in:
24
node_modules/shellwords/package.json
generated
vendored
24
node_modules/shellwords/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"shellwords@0.1.1",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "shellwords@0.1.1",
|
||||
"_from": "shellwords@^0.1.1",
|
||||
"_id": "shellwords@0.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",
|
||||
"_location": "/shellwords",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "shellwords@0.1.1",
|
||||
"raw": "shellwords@^0.1.1",
|
||||
"name": "shellwords",
|
||||
"escapedName": "shellwords",
|
||||
"rawSpec": "0.1.1",
|
||||
"rawSpec": "^0.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.1"
|
||||
"fetchSpec": "^0.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/node-notifier"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
|
||||
"_spec": "0.1.1",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "d6b9181c1a48d397324c84871efbcfc73fc0654b",
|
||||
"_spec": "shellwords@^0.1.1",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/node-notifier",
|
||||
"author": {
|
||||
"name": "Jimmy Cuadra",
|
||||
"email": "jimmy@jimmycuadra.com",
|
||||
@@ -36,7 +30,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jimmycuadra/shellwords/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
|
||||
"devDependencies": {
|
||||
"jasmine-node": "~1.0.26",
|
||||
|
||||
Reference in New Issue
Block a user