mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 10:10:17 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
65
node_modules/indent-string/package.json
generated
vendored
65
node_modules/indent-string/package.json
generated
vendored
@@ -1,56 +1,24 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"indent-string@4.0.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "indent-string@4.0.0",
|
||||
"_id": "indent-string@4.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
|
||||
"_location": "/indent-string",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "indent-string@4.0.0",
|
||||
"name": "indent-string",
|
||||
"escapedName": "indent-string",
|
||||
"rawSpec": "4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/aggregate-error",
|
||||
"/ava"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
|
||||
"_spec": "4.0.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"name": "indent-string",
|
||||
"version": "4.0.0",
|
||||
"description": "Indent each line in a string",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/indent-string",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/indent-string/issues"
|
||||
},
|
||||
"description": "Indent each line in a string",
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/indent-string#readme",
|
||||
"keywords": [
|
||||
"indent",
|
||||
"string",
|
||||
@@ -61,14 +29,9 @@
|
||||
"each",
|
||||
"every"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "indent-string",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/indent-string.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "4.0.0"
|
||||
}
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user