Current File : //usr/lib/node_modules/grunt-cli/package.json |
{
"_from": "grunt-cli",
"_id": "grunt-cli@1.3.2",
"_inBundle": false,
"_integrity": "sha512-8OHDiZZkcptxVXtMfDxJvmN7MVJNE8L/yIcPb4HB7TlyFD1kDvjHrb62uhySsU14wJx9ORMnTuhRMQ40lH/orQ==",
"_location": "/grunt-cli",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "grunt-cli",
"name": "grunt-cli",
"escapedName": "grunt-cli",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.3.2.tgz",
"_shasum": "60f12d12c1b5aae94ae3469c6b5fe24e960014e8",
"_spec": "grunt-cli",
"_where": "/root",
"appveyor_id": "prp6g944b05jsq6d",
"author": {
"name": "Grunt Development Team",
"url": "http://gruntjs.com/development-team"
},
"bin": {
"grunt": "bin/grunt"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"grunt-known-options": "~1.1.0",
"interpret": "~1.1.0",
"liftoff": "~2.5.0",
"nopt": "~4.0.1",
"v8flags": "~3.1.1"
},
"deprecated": false,
"description": "The grunt command line interface",
"devDependencies": {
"grunt": "~1.0.2",
"grunt-contrib-jshint": "~1.1.0"
},
"engines": {
"node": ">=4"
},
"files": [
"bin",
"completion",
"lib"
],
"homepage": "https://github.com/gruntjs/grunt-cli#readme",
"license": "MIT",
"name": "grunt-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/gruntjs/grunt-cli.git"
},
"scripts": {
"test": "node bin/grunt test"
},
"version": "1.3.2"
}