mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
Run npm install so have clear baseline
This commit is contained in:
64
node_modules/is-obj/package.json
generated
vendored
64
node_modules/is-obj/package.json
generated
vendored
@@ -1,24 +1,55 @@
|
||||
{
|
||||
"name": "is-obj",
|
||||
"version": "2.0.0",
|
||||
"description": "Check if a value is an object",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/is-obj",
|
||||
"_args": [
|
||||
[
|
||||
"is-obj@2.0.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "is-obj@2.0.0",
|
||||
"_id": "is-obj@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
|
||||
"_location": "/is-obj",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-obj@2.0.0",
|
||||
"name": "is-obj",
|
||||
"escapedName": "is-obj",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/dot-prop"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/is-obj/issues"
|
||||
},
|
||||
"description": "Check if a value is an object",
|
||||
"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/is-obj#readme",
|
||||
"keywords": [
|
||||
"object",
|
||||
"is",
|
||||
@@ -26,9 +57,14 @@
|
||||
"test",
|
||||
"type"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
"license": "MIT",
|
||||
"name": "is-obj",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/is-obj.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user