{ "_args": [ [ "detect-indent@^4.0.0", "/home/bernhard/freifunk-app/node_modules/babel-generator" ] ], "_from": "detect-indent@>=4.0.0 <5.0.0", "_id": "detect-indent@4.0.0", "_inCache": true, "_installable": true, "_location": "/detect-indent", "_nodeVersion": "3.0.0", "_npmUser": { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, "_npmVersion": "2.13.3", "_phantomChildren": {}, "_requested": { "name": "detect-indent", "raw": "detect-indent@^4.0.0", "rawSpec": "^4.0.0", "scope": null, "spec": ">=4.0.0 <5.0.0", "type": "range" }, "_requiredBy": [ "/babel-generator" ], "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", "_shasum": "f76d064352cdf43a1cb6ce619c4ee3a9475de208", "_shrinkwrap": null, "_spec": "detect-indent@^4.0.0", "_where": "/home/bernhard/freifunk-app/node_modules/babel-generator", "author": { "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/detect-indent/issues" }, "dependencies": { "repeating": "^2.0.0" }, "description": "Detect the indentation of code", "devDependencies": { "ava": "*", "xo": "*" }, "directories": {}, "dist": { "shasum": "f76d064352cdf43a1cb6ce619c4ee3a9475de208", "tarball": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "dbbc78fcb37907116eb120a8324070a1df0e8d86", "homepage": "https://github.com/sindresorhus/detect-indent", "keywords": [ "code", "detect", "identify", "indent", "indentation", "infer", "source", "space", "string", "tab", "text" ], "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": "xo && ava" }, "version": "4.0.0", "xo": { "ignores": [ "fixture/**" ] } }