pixsy/node_modules/pug-cli/package.json

97 lines
2.5 KiB
JSON

{
"_args": [
[
"pug-cli@latest",
"C:\\Users\\Tom\\Documents\\Development\\bitsy-image-to-room"
]
],
"_from": "pug-cli@latest",
"_id": "pug-cli@1.0.0-alpha6",
"_inCache": true,
"_installable": true,
"_location": "/pug-cli",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/pug-cli-1.0.0-alpha6.tgz_1464825444800_0.8597624313551933"
},
"_npmUser": {
"email": "timothygu99@gmail.com",
"name": "timothygu"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {},
"_requested": {
"name": "pug-cli",
"raw": "pug-cli@latest",
"rawSpec": "latest",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/pug-cli/-/pug-cli-1.0.0-alpha6.tgz",
"_shasum": "1ca539ea4ac0ebb69ce4aae84aeed5d64ffe6501",
"_shrinkwrap": null,
"_spec": "pug-cli@latest",
"_where": "C:\\Users\\Tom\\Documents\\Development\\bitsy-image-to-room",
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
"bin": {
"pug": "./index.js"
},
"bugs": {
"url": "https://github.com/pugjs/pug-cli/issues"
},
"dependencies": {
"chalk": "^1.0.0",
"commander": "^2.8.1",
"mkdirp": "^0.5.1",
"pug": "^2.0.0-alpha7"
},
"description": "Pug's CLI interface",
"devDependencies": {
"istanbul": "*",
"mocha": "*",
"rimraf": "^2.3.4"
},
"directories": {},
"dist": {
"shasum": "1ca539ea4ac0ebb69ce4aae84aeed5d64ffe6501",
"tarball": "https://registry.npmjs.org/pug-cli/-/pug-cli-1.0.0-alpha6.tgz"
},
"gitHead": "7d4cec4806f530fa4ae31e76e0d6ba0dacf2b7a9",
"homepage": "https://github.com/pugjs/pug-cli#readme",
"keywords": [],
"license": "MIT",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "timothygu",
"email": "timothygu99@gmail.com"
}
],
"name": "pug-cli",
"optionalDependencies": {},
"preferGlobal": true,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-cli.git"
},
"scripts": {
"coverage": "istanbul cover --report none --dir cov-pt0 node_modules/mocha/bin/_mocha -- -R dot",
"postcoverage": "istanbul report --include cov-pt\\*/coverage.json && rimraf cov-pt*",
"precoverage": "rimraf coverage && rimraf cov-pt*",
"test": "mocha -R spec --bail"
},
"version": "1.0.0-alpha6"
}