Updated to v1.9.9

This commit is contained in:
Henry Whitaker
2020-11-07 15:27:50 +00:00
parent 15d3583423
commit 8d811862a0
6349 changed files with 338454 additions and 213438 deletions

View File

@@ -1,33 +1,33 @@
{
"_args": [
[
"resolve@1.17.0",
"resolve@1.18.1",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "resolve@1.17.0",
"_id": "resolve@1.17.0",
"_from": "resolve@1.18.1",
"_id": "resolve@1.18.1",
"_inBundle": false,
"_integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==",
"_integrity": "sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==",
"_location": "/resolve",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "resolve@1.17.0",
"raw": "resolve@1.18.1",
"name": "resolve",
"escapedName": "resolve",
"rawSpec": "1.17.0",
"rawSpec": "1.18.1",
"saveSpec": null,
"fetchSpec": "1.17.0"
"fetchSpec": "1.18.1"
},
"_requiredBy": [
"/@babel/core",
"/@babel/plugin-transform-runtime"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz",
"_spec": "1.17.0",
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz",
"_spec": "1.18.1",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "James Halliday",
@@ -38,17 +38,20 @@
"url": "https://github.com/browserify/resolve/issues"
},
"dependencies": {
"is-core-module": "^2.0.0",
"path-parse": "^1.0.6"
},
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"@ljharb/eslint-config": "^17.2.0",
"array.prototype.map": "^1.0.2",
"eslint": "^6.8.0",
"aud": "^1.1.2",
"eclint": "^2.8.1",
"eslint": "^7.11.0",
"object-keys": "^1.1.1",
"safe-publish-latest": "^1.1.4",
"tap": "0.4.13",
"tape": "^5.0.0-next.5"
"tape": "^5.0.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -68,14 +71,15 @@
"url": "git://github.com/browserify/resolve.git"
},
"scripts": {
"lint": "eslint .",
"posttest": "npm run test:multirepo",
"prepublish": "safe-publish-latest",
"lint": "eslint --ext=js,mjs .",
"posttest": "npm run test:multirepo && aud --production",
"prelint": "eclint check '**/*'",
"prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/",
"pretest": "npm run lint",
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
"test": "npm run --silent tests-only",
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
"tests-only": "tape test/*.js"
},
"version": "1.17.0"
"version": "1.18.1"
}