Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
parent
ee4cc86b19
commit
6afe41036b
416 changed files with 8183 additions and 24278 deletions
68
node_modules/clean-yaml-object/package.json
generated
vendored
68
node_modules/clean-yaml-object/package.json
generated
vendored
|
|
@ -1,56 +1,23 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"clean-yaml-object@0.1.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "clean-yaml-object@0.1.0",
|
||||
"_id": "clean-yaml-object@0.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g=",
|
||||
"_location": "/clean-yaml-object",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "clean-yaml-object@0.1.0",
|
||||
"name": "clean-yaml-object",
|
||||
"escapedName": "clean-yaml-object",
|
||||
"rawSpec": "0.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ava"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz",
|
||||
"_spec": "0.1.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"name": "clean-yaml-object",
|
||||
"version": "0.1.0",
|
||||
"description": "Clean up an object prior to serialization",
|
||||
"license": "MIT",
|
||||
"repository": "tapjs/clean-yaml-object",
|
||||
"author": {
|
||||
"name": "James Talmage",
|
||||
"email": "james@talmage.io",
|
||||
"url": "github.com/jamestalmage"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tapjs/clean-yaml-object/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Clean up an object prior to serialization",
|
||||
"devDependencies": {
|
||||
"ava": "^0.10.0",
|
||||
"coveralls": "^2.11.6",
|
||||
"nyc": "^5.3.0",
|
||||
"xo": "^0.12.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && nyc --cache --reporter=lcov --reporter=text ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/tapjs/clean-yaml-object#readme",
|
||||
"keywords": [
|
||||
"serialize",
|
||||
"clean",
|
||||
|
|
@ -60,14 +27,11 @@
|
|||
"json",
|
||||
"error"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "clean-yaml-object",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tapjs/clean-yaml-object.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && nyc --cache --reporter=lcov --reporter=text ava"
|
||||
},
|
||||
"version": "0.1.0"
|
||||
}
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"ava": "^0.10.0",
|
||||
"coveralls": "^2.11.6",
|
||||
"nyc": "^5.3.0",
|
||||
"xo": "^0.12.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue