modif comtabilite

This commit is contained in:
2019-01-16 16:23:31 +01:00
parent 6b741a9666
commit 9312edc3ae
1844 changed files with 158848 additions and 55874 deletions
+20 -28
View File
@@ -1,33 +1,27 @@
{
"_args": [
[
"sshpk@1.14.1",
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
]
],
"_development": true,
"_from": "sshpk@1.14.1",
"_id": "sshpk@1.14.1",
"_from": "sshpk@^1.7.0",
"_id": "sshpk@1.15.2",
"_inBundle": false,
"_integrity": "sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s=",
"_integrity": "sha512-Ra/OXQtuh0/enyl4ETZAfTaeksa6BXks5ZcjpSUNrjBr0DvrJKX+1fsKDPpT9TBXgHAFsa4510aNVgI8g/+SzA==",
"_location": "/sshpk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "sshpk@1.14.1",
"raw": "sshpk@^1.7.0",
"name": "sshpk",
"escapedName": "sshpk",
"rawSpec": "1.14.1",
"rawSpec": "^1.7.0",
"saveSpec": null,
"fetchSpec": "1.14.1"
"fetchSpec": "^1.7.0"
},
"_requiredBy": [
"/http-signature"
],
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.1.tgz",
"_spec": "1.14.1",
"_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.15.2.tgz",
"_shasum": "c946d6bd9b1a39d0e8635763f5242d6ed6dcb629",
"_spec": "sshpk@^1.7.0",
"_where": "/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/http-signature",
"author": {
"name": "Joyent, Inc"
},
@@ -39,6 +33,7 @@
"bugs": {
"url": "https://github.com/arekinath/node-sshpk/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Dave Eddy",
@@ -61,8 +56,10 @@
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"deprecated": false,
"description": "A library for finding and using SSH public keys",
"devDependencies": {
"benchmark": "^1.0.0",
@@ -82,23 +79,18 @@
"license": "MIT",
"main": "lib/index.js",
"man": [
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/sshpk/man/man1/sshpk-conv.1",
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/sshpk/man/man1/sshpk-sign.1",
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/sshpk/man/man1/sshpk-verify.1"
"/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/sshpk/man/man1/sshpk-conv.1",
"/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/sshpk/man/man1/sshpk-sign.1",
"/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/sshpk/man/man1/sshpk-verify.1"
],
"name": "sshpk",
"optionalDependencies": {
"bcrypt-pbkdf": "^1.0.0",
"ecc-jsbn": "~0.1.1",
"jsbn": "~0.1.0",
"tweetnacl": "~0.14.0"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/arekinath/node-sshpk.git"
"url": "git+https://github.com/joyent/node-sshpk.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.14.1"
"version": "1.15.2"
}