mam-project-templates
Version:
my personal templating projects
68 lines (67 loc) • 1.63 kB
JSON
{
"_from": "shell-quote@~0.0.1",
"_id": "shell-quote@0.0.1",
"_inBundle": false,
"_integrity": "sha1-GkEZbzwDM8SCMjWT1ohuzxU92YY=",
"_location": "/shell-quote",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "shell-quote@~0.0.1",
"name": "shell-quote",
"escapedName": "shell-quote",
"rawSpec": "~0.0.1",
"saveSpec": null,
"fetchSpec": "~0.0.1"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz",
"_shasum": "1a41196f3c0333c482323593d6886ecf153dd986",
"_spec": "shell-quote@~0.0.1",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Ranger\\node_modules\\browserify",
"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": {
"tap": "~0.2.5"
},
"directories": {
"example": "example",
"test": "test"
},
"engine": {
"node": ">=0.4"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/substack/node-shell-quote#readme",
"keywords": [
"shell",
"command",
"quote",
"parse"
],
"license": "MIT",
"main": "index.js",
"name": "shell-quote",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-shell-quote.git"
},
"scripts": {
"test": "tap test"
},
"version": "0.0.1"
}