83 lines
1.8 KiB
JSON
Executable File
83 lines
1.8 KiB
JSON
Executable File
{
|
|
"_from": "detect-indent@3.0.0",
|
|
"_id": "detect-indent@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ehLEthvk68FwzW1BbOQ3VBJGN9g=",
|
|
"_location": "/detect-indent",
|
|
"_phantomChildren": {
|
|
"is-finite": "1.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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": [
|
|
"/6to5-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.0.tgz",
|
|
"_shasum": "7a12c4b61be4ebc170cd6d416ce43754124637d8",
|
|
"_spec": "detect-indent@3.0.0",
|
|
"_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/6to5-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": "^3.0.0",
|
|
"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.0"
|
|
}
|