mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 03:02:49 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
96
node_modules/jodid25519/package.json
generated
vendored
Normal file
96
node_modules/jodid25519/package.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jodid25519@>=1.0.0 <2.0.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/sshpk"
|
||||
]
|
||||
],
|
||||
"_from": "jodid25519@>=1.0.0 <2.0.0",
|
||||
"_id": "jodid25519@1.0.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/jodid25519",
|
||||
"_nodeVersion": "4.1.1",
|
||||
"_npmUser": {
|
||||
"email": "alex@cooperi.net",
|
||||
"name": "arekinath"
|
||||
},
|
||||
"_npmVersion": "2.14.4",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "jodid25519",
|
||||
"raw": "jodid25519@>=1.0.0 <2.0.0",
|
||||
"rawSpec": ">=1.0.0 <2.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sshpk"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz",
|
||||
"_shasum": "06d4912255093419477d425633606e0e90782967",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "jodid25519@>=1.0.0 <2.0.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/sshpk",
|
||||
"author": {
|
||||
"name": "Michele Bini, Ron Garret, Guy K. Kloss"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/meganz/jodid25519/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsbn": "~0.1.0"
|
||||
},
|
||||
"description": "jodid25519 - Curve 25519-based cryptography",
|
||||
"devDependencies": {
|
||||
"almond": "~0.3.1",
|
||||
"chai": "^3.0.0",
|
||||
"dateformat": "~1.0.7-1.2.3",
|
||||
"ibrik": "~2.0.0",
|
||||
"istanbul": "~0.3.5",
|
||||
"jsdoc": "<=3.3.0",
|
||||
"mocha": "~2.0.1",
|
||||
"sinon": "~1.10.3",
|
||||
"sinon-chai": "^2.8.0"
|
||||
},
|
||||
"directories": {
|
||||
"doc": "doc",
|
||||
"src": "src",
|
||||
"test": "test"
|
||||
},
|
||||
"dist": {
|
||||
"shasum": "06d4912255093419477d425633606e0e90782967",
|
||||
"tarball": "http://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz"
|
||||
},
|
||||
"gitHead": "a83b9fcf7fd3be4f27cd4a57817aff171c7cd918",
|
||||
"homepage": "https://github.com/meganz/jodid25519",
|
||||
"keywords": [
|
||||
"Curve25519",
|
||||
"ECDH",
|
||||
"ECDSA",
|
||||
"Ed25519",
|
||||
"EdDSA",
|
||||
"encryption",
|
||||
"signing"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "arekinath",
|
||||
"email": "alex@cooperi.net"
|
||||
}
|
||||
],
|
||||
"name": "jodid25519",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/meganz/jodid25519.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/*_test.js"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user