Add and run removeNPMAbsolutePaths

This commit is contained in:
Robert Brignull 2020-05-12 12:11:25 +01:00
parent a76042ab4a
commit 256c63a715
712 changed files with 13722 additions and 18895 deletions

26
node_modules/zlib/package.json generated vendored
View file

@ -1,28 +1,20 @@
{
"author": {
"name": "Konstantin Käfer",
"email": "kkaefer@gmail.com"
},
"bugs": {
"url": "https://github.com/kkaefer/node-zlib/issues"
},
"bundleDependencies": false,
"deprecated": false,
"name": "zlib",
"description": "Simple, synchronous deflate/inflate for buffers",
"version": "1.0.5",
"homepage": "https://github.com/kkaefer/node-zlib",
"author": "Konstantin Käfer <kkaefer@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/kkaefer/node-zlib.git"
},
"engines": {
"node": ">=0.2.0"
},
"homepage": "https://github.com/kkaefer/node-zlib",
"licenses": [
{
"type": "BSD"
}
],
"main": "./lib/zlib",
"name": "zlib",
"repository": {
"type": "git",
"url": "git://github.com/kkaefer/node-zlib.git"
},
"version": "1.0.5"
"main": "./lib/zlib"
}