mam-project-templates
Version:
my personal templating projects
85 lines (84 loc) • 1.84 kB
JSON
{
"_args": [
[
"subarg@0.0.1",
"C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft"
]
],
"_development": true,
"_from": "subarg@0.0.1",
"_id": "subarg@0.0.1",
"_inBundle": false,
"_integrity": "sha1-PVawfaz7xFu7Y/dnK0O2PkY2jjo=",
"_location": "/subarg",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "subarg@0.0.1",
"name": "subarg",
"escapedName": "subarg",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/subarg/-/subarg-0.0.1.tgz",
"_spec": "0.0.1",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/subarg/issues"
},
"dependencies": {
"minimist": "~0.0.7"
},
"description": "parse arguments with recursive contexts",
"devDependencies": {
"tape": "~2.3.2"
},
"homepage": "https://github.com/substack/subarg",
"keywords": [
"argument",
"option",
"parser",
"parsing",
"flags",
"command-line",
"cli",
"recursive",
"minimist"
],
"license": "MIT",
"main": "index.js",
"name": "subarg",
"repository": {
"type": "git",
"url": "git://github.com/substack/subarg.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/16",
"firefox/latest",
"firefox/nightly",
"chrome/22",
"chrome/latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest"
]
},
"version": "0.0.1"
}