Add glob-hash dependency

This commit is contained in:
Marco Gario
2020-12-09 21:17:17 +01:00
parent 19e9176f97
commit 3478b5fea1
738 changed files with 54003 additions and 12191 deletions
+79 -43
View File
@@ -1,38 +1,49 @@
{
"name": "is-string",
"version": "1.0.5",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
"license": "MIT",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"tests-only": "node --harmony --es-staging test",
"test": "npm run tests-only",
"posttest": "npx aud",
"coverage": "covert test/index.js",
"lint": "eslint .",
"eccheck": "eclint check *.js **/*.js > /dev/null",
"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/ljharb/is-string.git"
},
"keywords": [
"String",
"string",
"ES6",
"toStringTag",
"@@toStringTag",
"String object"
"_args": [
[
"is-string@1.0.5",
"/home/marco/repos/github/codeql-action"
]
],
"_development": true,
"_from": "is-string@1.0.5",
"_id": "is-string@1.0.5",
"_inBundle": false,
"_integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==",
"_location": "/is-string",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-string@1.0.5",
"name": "is-string",
"escapedName": "is-string",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/array-includes"
],
"_resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
"_spec": "1.0.5",
"_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/ljharb/is-string/issues"
},
"dependencies": {},
"description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
"devDependencies": {
"@ljharb/eslint-config": "^15.0.2",
"auto-changelog": "^1.16.2",
@@ -45,6 +56,40 @@
"safe-publish-latest": "^1.1.4",
"tape": "^4.12.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/ljharb/is-string#readme",
"keywords": [
"String",
"string",
"ES6",
"toStringTag",
"@@toStringTag",
"String object"
],
"license": "MIT",
"main": "index.js",
"name": "is-string",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-string.git"
},
"scripts": {
"coverage": "covert test/index.js",
"eccheck": "eclint check *.js **/*.js > /dev/null",
"lint": "eslint .",
"posttest": "npx aud",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "node --harmony --es-staging test",
"version": "auto-changelog && git add CHANGELOG.md"
},
"testling": {
"files": "test/index.js",
"browsers": [
@@ -63,14 +108,5 @@
"android-browser/4.2"
]
},
"engines": {
"node": ">= 0.4"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
}
}
"version": "1.0.5"
}