Run npm install so have clear baseline

This commit is contained in:
Sam Partington
2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

View File

@@ -1,23 +1,53 @@
{
"name": "serialize-error",
"version": "2.1.0",
"description": "Serialize an error into a plain object",
"license": "MIT",
"repository": "sindresorhus/serialize-error",
"_args": [
[
"serialize-error@2.1.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "serialize-error@2.1.0",
"_id": "serialize-error@2.1.0",
"_inBundle": false,
"_integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=",
"_location": "/serialize-error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "serialize-error@2.1.0",
"name": "serialize-error",
"escapedName": "serialize-error",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/supertap"
],
"_resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/serialize-error/issues"
},
"description": "Serialize an error into a plain object",
"devDependencies": {
"ava": "*",
"xo": "^0.16.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/serialize-error#readme",
"keywords": [
"error",
"err",
@@ -29,8 +59,14 @@
"process",
"send"
],
"devDependencies": {
"ava": "*",
"xo": "^0.16.0"
}
}
"license": "MIT",
"name": "serialize-error",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/serialize-error.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.1.0"
}