funcunit
Version:
<!-- @hide title
82 lines (81 loc) • 1.86 kB
JSON
{
"_from": "detect-indent@^3.0.0",
"_id": "detect-indent@3.0.1",
"_inBundle": false,
"_integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
"_location": "/detect-indent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "detect-indent@^3.0.0",
"name": "detect-indent",
"escapedName": "detect-indent",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/babel-core",
"/transpile/babel-core"
],
"_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
"_shasum": "9dc5e5ddbceef8325764b9451b02bc6d54084f75",
"_spec": "detect-indent@^3.0.0",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/babel-core",
"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"
},
"bundleDependencies": false,
"dependencies": {
"get-stdin": "^4.0.1",
"minimist": "^1.1.0",
"repeating": "^1.1.0"
},
"deprecated": false,
"description": "Detect the indentation of code",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"cli.js"
],
"homepage": "https://github.com/sindresorhus/detect-indent#readme",
"keywords": [
"cli",
"bin",
"indent",
"indentation",
"detect",
"infer",
"identify",
"code",
"string",
"text",
"source",
"space",
"tab"
],
"license": "MIT",
"name": "detect-indent",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/detect-indent.git"
},
"scripts": {
"test": "mocha"
},
"version": "3.0.1"
}