Urara-Blog/node_modules/.pnpm-store/v3/files/0b/c5a9f6cdf4edb2981cf605a0ab6c67dde5611dd769e3820d93e737054506f6709eb4e100e7a74ff724286f9a03c5340377dd0e0e64a82b306edbfd306c01c9
2022-08-14 01:14:53 +08:00

45 lines
674 B
Text

{
"name": "detect-indent",
"version": "6.1.0",
"description": "Detect the indentation of code",
"license": "MIT",
"repository": "sindresorhus/detect-indent",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"indent",
"indentation",
"detect",
"infer",
"identify",
"code",
"string",
"text",
"source",
"space",
"tab"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"xo": {
"ignores": [
"fixture"
]
}
}