101 lines
2.2 KiB
JSON
101 lines
2.2 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"detect-indent@^4.0.0",
|
||
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core"
|
||
|
]
|
||
|
],
|
||
|
"_from": "detect-indent@>=4.0.0-0 <5.0.0-0",
|
||
|
"_id": "detect-indent@4.0.0",
|
||
|
"_inCache": 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-0 <5.0.0-0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/typings-core"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
|
||
|
"_shasum": "f76d064352cdf43a1cb6ce619c4ee3a9475de208",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "detect-indent@^4.0.0",
|
||
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core",
|
||
|
"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",
|
||
|
"installable": true,
|
||
|
"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": {},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sindresorhus/detect-indent"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"version": "4.0.0",
|
||
|
"xo": {
|
||
|
"ignores": [
|
||
|
"fixture/**"
|
||
|
]
|
||
|
}
|
||
|
}
|