mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 06:40:19 +00:00
Add glob-hash dependency
This commit is contained in:
+86
-43
@@ -1,32 +1,76 @@
|
||||
{
|
||||
"name": "string.prototype.trimstart",
|
||||
"version": "1.0.1",
|
||||
"author": "Jordan Harband <ljharb@gmail.com>",
|
||||
"contributors": [
|
||||
"Jordan Harband <ljharb@gmail.com>",
|
||||
"Khaled Al-Ansari <khaledelansari@gmail.com>"
|
||||
"_args": [
|
||||
[
|
||||
"string.prototype.trimstart@1.0.1",
|
||||
"/home/marco/repos/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "string.prototype.trimstart@1.0.1",
|
||||
"_id": "string.prototype.trimstart@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==",
|
||||
"_location": "/string.prototype.trimstart",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "string.prototype.trimstart@1.0.1",
|
||||
"name": "string.prototype.trimstart",
|
||||
"escapedName": "string.prototype.trimstart",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/es-abstract",
|
||||
"/object.assign/es-abstract"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "/home/marco/repos/github/codeql-action",
|
||||
"author": {
|
||||
"name": "Jordan Harband",
|
||||
"email": "ljharb@gmail.com"
|
||||
},
|
||||
"auto-changelog": {
|
||||
"output": "CHANGELOG.md",
|
||||
"template": "keepachangelog",
|
||||
"unreleased": false,
|
||||
"commitLimit": false,
|
||||
"backfillLimit": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/es-shims/String.prototype.trimStart/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jordan Harband",
|
||||
"email": "ljharb@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Khaled Al-Ansari",
|
||||
"email": "khaledelansari@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"define-properties": "^1.1.3",
|
||||
"es-abstract": "^1.17.5"
|
||||
},
|
||||
"description": "ES2019 spec-compliant String.prototype.trimStart shim.",
|
||||
"devDependencies": {
|
||||
"@es-shims/api": "^2.1.2",
|
||||
"@ljharb/eslint-config": "^16.0.0",
|
||||
"aud": "^1.1.0",
|
||||
"auto-changelog": "^1.16.4",
|
||||
"eslint": "^6.8.0",
|
||||
"functions-have-names": "^1.2.1",
|
||||
"tape": "^5.0.0-next.5"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
},
|
||||
"description": "ES2019 spec-compliant String.prototype.trimStart shim.",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"pretest": "npm run lint && es-shim-api --bound",
|
||||
"test": "npm run tests-only",
|
||||
"posttest": "npx aud --production",
|
||||
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
|
||||
"test:shimmed": "node test/shimmed",
|
||||
"test:module": "node test",
|
||||
"version": "auto-changelog && git add CHANGELOG.md",
|
||||
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/es-shims/String.prototype.trimStart.git"
|
||||
},
|
||||
"homepage": "https://github.com/es-shims/String.prototype.trimStart#readme",
|
||||
"keywords": [
|
||||
"es6",
|
||||
"es7",
|
||||
@@ -42,24 +86,23 @@
|
||||
"trimEnd",
|
||||
"tc39"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@es-shims/api": "^2.1.2",
|
||||
"@ljharb/eslint-config": "^16.0.0",
|
||||
"aud": "^1.1.0",
|
||||
"auto-changelog": "^1.16.4",
|
||||
"eslint": "^6.8.0",
|
||||
"functions-have-names": "^1.2.1",
|
||||
"tape": "^5.0.0-next.5"
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "string.prototype.trimstart",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/es-shims/String.prototype.trimStart.git"
|
||||
},
|
||||
"auto-changelog": {
|
||||
"output": "CHANGELOG.md",
|
||||
"template": "keepachangelog",
|
||||
"unreleased": false,
|
||||
"commitLimit": false,
|
||||
"backfillLimit": false
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"posttest": "npx aud --production",
|
||||
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
||||
"pretest": "npm run lint && es-shim-api --bound",
|
||||
"test": "npm run tests-only",
|
||||
"test:module": "node test",
|
||||
"test:shimmed": "node test/shimmed",
|
||||
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
|
||||
"version": "auto-changelog && git add CHANGELOG.md"
|
||||
},
|
||||
"dependencies": {
|
||||
"define-properties": "^1.1.3",
|
||||
"es-abstract": "^1.17.5"
|
||||
}
|
||||
}
|
||||
"version": "1.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user