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

37
node_modules/crypt/package.json generated vendored
View file

@ -1,29 +1,22 @@
{
"author": {
"name": "Paul Vorbach",
"email": "paul@vorb.de",
"url": "http://vorb.de"
},
"bugs": {
"url": "https://github.com/pvorb/node-crypt/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "utilities for encryption and hashing",
"engines": {
"node": "*"
},
"homepage": "https://github.com/pvorb/node-crypt#readme",
"license": "BSD-3-Clause",
"main": "crypt.js",
"author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
"name": "crypt",
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-crypt.git"
},
"description": "utilities for encryption and hashing",
"tags": [
"hash",
"security"
],
"version": "0.0.2"
"version": "0.0.2",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-crypt.git"
},
"bugs": {
"url": "https://github.com/pvorb/node-crypt/issues"
},
"main": "crypt.js",
"engines": {
"node": "*"
}
}