mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 05:00:04 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
72
node_modules/dot-prop/package.json
generated
vendored
72
node_modules/dot-prop/package.json
generated
vendored
@@ -1,59 +1,25 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dot-prop@5.2.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "dot-prop@5.2.0",
|
||||
"_id": "dot-prop@5.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==",
|
||||
"_location": "/dot-prop",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dot-prop@5.2.0",
|
||||
"name": "dot-prop",
|
||||
"escapedName": "dot-prop",
|
||||
"rawSpec": "5.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/configstore"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz",
|
||||
"_spec": "5.2.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"name": "dot-prop",
|
||||
"version": "5.2.0",
|
||||
"description": "Get, set, or delete a property from a nested object using a dot path",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/dot-prop",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/dot-prop/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-obj": "^2.0.0"
|
||||
},
|
||||
"description": "Get, set, or delete a property from a nested object using a dot path",
|
||||
"devDependencies": {
|
||||
"ava": "^2.1.0",
|
||||
"benchmark": "^2.1.4",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.25.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd",
|
||||
"bench": "node bench.js"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/dot-prop#readme",
|
||||
"keywords": [
|
||||
"object",
|
||||
"prop",
|
||||
@@ -67,15 +33,13 @@
|
||||
"notation",
|
||||
"dotty"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "dot-prop",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/dot-prop.git"
|
||||
"dependencies": {
|
||||
"is-obj": "^2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "node bench.js",
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "5.2.0"
|
||||
}
|
||||
"devDependencies": {
|
||||
"ava": "^2.1.0",
|
||||
"benchmark": "^2.1.4",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.25.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user