codeql-action/node_modules/convert-to-spaces/package.json
2020-06-24 14:33:14 +01:00

64 lines
1.5 KiB
JSON

{
"_args": [
[
"convert-to-spaces@1.0.2",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "convert-to-spaces@1.0.2",
"_id": "convert-to-spaces@1.0.2",
"_inBundle": false,
"_integrity": "sha1-fj5Iu+bZl7FBfdyihoIEtNPYVxU=",
"_location": "/convert-to-spaces",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "convert-to-spaces@1.0.2",
"name": "convert-to-spaces",
"escapedName": "convert-to-spaces",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/code-excerpt"
],
"_resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Vadim Demedes",
"email": "vdemedes@gmail.com"
},
"bugs": {
"url": "https://github.com/vadimdemedes/convert-to-spaces/issues"
},
"description": "Convert tabs to spaces in a string",
"devDependencies": {
"ava": "^0.18.2",
"xo": "^0.17.1"
},
"engines": {
"node": ">= 4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/vadimdemedes/convert-to-spaces#readme",
"keywords": [
"tabs",
"spaces"
],
"license": "MIT",
"name": "convert-to-spaces",
"repository": {
"type": "git",
"url": "git+https://github.com/vadimdemedes/convert-to-spaces.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.2"
}