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,24 +1,57 @@
{
"name": "normalize-url",
"version": "4.5.0",
"description": "Normalize a URL",
"license": "MIT",
"repository": "sindresorhus/normalize-url",
"_args": [
[
"normalize-url@4.5.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "normalize-url@4.5.0",
"_id": "normalize-url@4.5.0",
"_inBundle": false,
"_integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==",
"_location": "/normalize-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "normalize-url@4.5.0",
"name": "normalize-url",
"escapedName": "normalize-url",
"rawSpec": "4.5.0",
"saveSpec": null,
"fetchSpec": "4.5.0"
},
"_requiredBy": [
"/cacheable-request"
],
"_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz",
"_spec": "4.5.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/normalize-url/issues"
},
"description": "Normalize a URL",
"devDependencies": {
"ava": "^2.4.0",
"coveralls": "^3.0.6",
"nyc": "^14.1.1",
"tsd": "^0.8.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && nyc ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/normalize-url#readme",
"keywords": [
"normalize",
"url",
@@ -34,11 +67,14 @@
"trim",
"canonical"
],
"devDependencies": {
"ava": "^2.4.0",
"coveralls": "^3.0.6",
"nyc": "^14.1.1",
"tsd": "^0.8.0",
"xo": "^0.24.0"
}
}
"license": "MIT",
"name": "normalize-url",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/normalize-url.git"
},
"scripts": {
"test": "xo && nyc ava && tsd"
},
"version": "4.5.0"
}