Run npm install so have clear baseline
This commit is contained in:
parent
6846c702da
commit
43c1bea680
403 changed files with 22000 additions and 7778 deletions
73
node_modules/convert-to-spaces/package.json
generated
vendored
73
node_modules/convert-to-spaces/package.json
generated
vendored
|
|
@ -1,25 +1,64 @@
|
|||
{
|
||||
"name": "convert-to-spaces",
|
||||
"version": "1.0.2",
|
||||
"description": "Convert tabs to spaces in a string",
|
||||
"license": "MIT",
|
||||
"repository": "vadimdemedes/convert-to-spaces",
|
||||
"author": "Vadim Demedes <vdemedes@gmail.com>",
|
||||
"keywords": [
|
||||
"tabs",
|
||||
"spaces"
|
||||
"_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"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^0.18.2",
|
||||
"xo": "^0.17.1"
|
||||
}
|
||||
}
|
||||
"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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue