jsdoc-75lb
Version:
An API documentation generator for JavaScript.
115 lines (114 loc) • 2.68 kB
JSON
{
"_args": [
[
{
"raw": "detect-indent@^2.0.0",
"scope": null,
"escapedName": "detect-indent",
"name": "detect-indent",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/lloydb/Documents/jsdoc2md/jsdoc/node_modules/gulp-json-editor"
]
],
"_from": "detect-indent@>=2.0.0 <3.0.0",
"_id": "detect-indent@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/detect-indent",
"_nodeVersion": "0.10.32",
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.1.4",
"_phantomChildren": {
"is-finite": "1.0.1"
},
"_requested": {
"raw": "detect-indent@^2.0.0",
"scope": null,
"escapedName": "detect-indent",
"name": "detect-indent",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-json-editor"
],
"_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-2.0.0.tgz",
"_shasum": "720ff51e4d97b76884f6bf57292348b13dfde939",
"_shrinkwrap": null,
"_spec": "detect-indent@^2.0.0",
"_where": "/Users/lloydb/Documents/jsdoc2md/jsdoc/node_modules/gulp-json-editor",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bin": {
"detect-indent": "cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/detect-indent/issues"
},
"dependencies": {
"get-stdin": "^3.0.0",
"minimist": "^1.1.0",
"repeating": "^1.1.0"
},
"description": "Detect the indentation of code",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "720ff51e4d97b76884f6bf57292348b13dfde939",
"tarball": "https://registry.npmjs.org/detect-indent/-/detect-indent-2.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"cli.js"
],
"gitHead": "401f402f06ecc897ba6726440ec93375673d4cc0",
"homepage": "https://github.com/sindresorhus/detect-indent",
"keywords": [
"cli",
"bin",
"indent",
"indentation",
"detect",
"infer",
"identify",
"code",
"string",
"text",
"source",
"space",
"tab"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "detect-indent",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/detect-indent.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.0.0"
}