Cleanup local paths from extra fields

This commit is contained in:
CrazyMax 2020-05-07 00:14:43 +02:00
parent c8df075bd9
commit 3c2c1ea5a5
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
7 changed files with 27 additions and 52 deletions

9
node_modules/asn1.js/package.json generated vendored
View file

@ -1,10 +1,4 @@
{
"_args": [
[
"asn1.js@5.3.0",
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg"
]
],
"_from": "asn1.js@5.3.0",
"_id": "asn1.js@5.3.0",
"_inBundle": false,
@ -26,7 +20,6 @@
],
"_resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.3.0.tgz",
"_spec": "5.3.0",
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg",
"author": {
"name": "Fedor Indutny"
},
@ -63,4 +56,4 @@
"test": "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test && cd ../../ && npm run lint"
},
"version": "5.3.0"
}
}

9
node_modules/bn.js/package.json generated vendored
View file

@ -1,10 +1,4 @@
{
"_args": [
[
"bn.js@4.11.8",
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg"
]
],
"_from": "bn.js@4.11.8",
"_id": "bn.js@4.11.8",
"_inBundle": false,
@ -26,7 +20,6 @@
],
"_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
"_spec": "4.11.8",
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
@ -64,4 +57,4 @@
"unit": "mocha --reporter=spec test/*-test.js"
},
"version": "4.11.8"
}
}

9
node_modules/inherits/package.json generated vendored
View file

@ -1,10 +1,4 @@
{
"_args": [
[
"inherits@2.0.4",
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg"
]
],
"_from": "inherits@2.0.4",
"_id": "inherits@2.0.4",
"_inBundle": false,
@ -27,7 +21,6 @@
],
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"_spec": "2.0.4",
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg",
"browser": "./inherits_browser.js",
"bugs": {
"url": "https://github.com/isaacs/inherits/issues"
@ -62,4 +55,4 @@
"test": "tap"
},
"version": "2.0.4"
}
}

View file

@ -1,10 +1,4 @@
{
"_args": [
[
"minimalistic-assert@1.0.1",
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg"
]
],
"_from": "minimalistic-assert@1.0.1",
"_id": "minimalistic-assert@1.0.1",
"_inBundle": false,
@ -26,7 +20,6 @@
],
"_resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg",
"author": "",
"bugs": {
"url": "https://github.com/calvinmetcalf/minimalistic-assert/issues"
@ -44,4 +37,4 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}
}

View file

@ -1,10 +1,4 @@
{
"_args": [
[
"safer-buffer@2.1.2",
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg"
]
],
"_from": "safer-buffer@2.1.2",
"_id": "safer-buffer@2.1.2",
"_inBundle": false,
@ -30,7 +24,6 @@
],
"_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
"_spec": "2.1.2",
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-import-gpg",
"author": {
"name": "Nikita Skovoroda",
"email": "chalkerx@gmail.com",
@ -64,4 +57,4 @@
"test": "standard && tape tests.js"
},
"version": "2.1.2"
}
}

26
package-lock.json generated
View file

@ -3488,10 +3488,13 @@
}
},
"mkdirp": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"dev": true
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
"dev": true,
"requires": {
"minimist": "^1.2.5"
}
},
"ms": {
"version": "2.1.2",
@ -4007,6 +4010,12 @@
"integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
"dev": true
},
"removeNPMAbsolutePaths": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/removeNPMAbsolutePaths/-/removeNPMAbsolutePaths-2.0.0.tgz",
"integrity": "sha512-Hea7U6iJcD0NE/aqBqxBMPKeKaxjqMNyTTajmH2dH9hhafJ9Tem5r4UeJK8+BdE1MK9lqoOYqNM0Sq9rl1OIbQ==",
"dev": true
},
"repeat-element": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
@ -4883,9 +4892,9 @@
}
},
"ts-jest": {
"version": "25.4.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.4.0.tgz",
"integrity": "sha512-+0ZrksdaquxGUBwSdTIcdX7VXdwLIlSRsyjivVA9gcO+Cvr6ByqDhu/mi5+HCcb6cMkiQp5xZ8qRO7/eCqLeyw==",
"version": "25.5.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.5.0.tgz",
"integrity": "sha512-govrjbOk1UEzcJ5cX5k8X8IUtFuP3lp3mrF3ZuKtCdAOQzdeCM7qualhb/U8s8SWFwEDutOqfF5PLkJ+oaYD4w==",
"dev": true,
"requires": {
"bs-logger": "0.x",
@ -4895,8 +4904,7 @@
"lodash.memoize": "4.x",
"make-error": "1.x",
"micromatch": "4.x",
"mkdirp": "1.x",
"resolve": "1.x",
"mkdirp": "0.x",
"semver": "6.x",
"yargs-parser": "18.x"
},

View file

@ -7,7 +7,8 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"test": "jest --coverage",
"pre-checkin": "npm run format && npm run build"
"cleanup-paths": "removeNPMAbsolutePaths ./ --force --fields _where _args",
"pre-checkin": "npm run format && npm run cleanup-paths && npm run build"
},
"repository": {
"type": "git",
@ -37,8 +38,9 @@
"jest-circus": "^25.5.4",
"jest-runtime": "^25.5.4",
"prettier": "^2.0.5",
"ts-jest": "^25.4.0",
"removeNPMAbsolutePaths": "^2.0.0",
"ts-jest": "^25.5.0",
"typescript": "^3.8.3",
"typescript-formatter": "^7.2.2"
}
}
}