summaryrefslogtreecommitdiffstats
path: root/node_modules/shell-quote/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/shell-quote/package.json
downloadwebsite_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip
api, login, auth
Diffstat (limited to 'node_modules/shell-quote/package.json')
-rw-r--r--node_modules/shell-quote/package.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/node_modules/shell-quote/package.json b/node_modules/shell-quote/package.json
new file mode 100644
index 0000000..afc7850
--- /dev/null
+++ b/node_modules/shell-quote/package.json
@@ -0,0 +1,57 @@
+{
+ "_from": "shell-quote@^1.6.1",
+ "_id": "shell-quote@1.7.2",
+ "_inBundle": false,
+ "_integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==",
+ "_location": "/shell-quote",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "shell-quote@^1.6.1",
+ "name": "shell-quote",
+ "escapedName": "shell-quote",
+ "rawSpec": "^1.6.1",
+ "saveSpec": null,
+ "fetchSpec": "^1.6.1"
+ },
+ "_requiredBy": [
+ "/npm-run-all"
+ ],
+ "_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz",
+ "_shasum": "67a7d02c76c9da24f99d20808fcaded0e0e04be2",
+ "_spec": "shell-quote@^1.6.1",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/npm-run-all",
+ "author": {
+ "name": "James Halliday",
+ "email": "mail@substack.net",
+ "url": "http://substack.net"
+ },
+ "bugs": {
+ "url": "https://github.com/substack/node-shell-quote/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "quote and parse shell commands",
+ "devDependencies": {
+ "tape": "4"
+ },
+ "homepage": "https://github.com/substack/node-shell-quote",
+ "keywords": [
+ "command",
+ "parse",
+ "quote",
+ "shell"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "shell-quote",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/substack/node-shell-quote.git"
+ },
+ "scripts": {
+ "test": "tape test/*.js"
+ },
+ "version": "1.7.2"
+}