115 lines
2.7 KiB
JSON
115 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "md5.js@^1.3.4",
|
|
"scope": null,
|
|
"escapedName": "md5.js",
|
|
"name": "md5.js",
|
|
"rawSpec": "^1.3.4",
|
|
"spec": ">=1.3.4 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/create-hash"
|
|
]
|
|
],
|
|
"_from": "md5.js@>=1.3.4 <2.0.0",
|
|
"_id": "md5.js@1.3.4",
|
|
"_inCache": true,
|
|
"_location": "/md5.js",
|
|
"_nodeVersion": "6.4.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/md5.js-1.3.4.tgz_1472409359658_0.7613432689104229"
|
|
},
|
|
"_npmUser": {
|
|
"name": "fanatid",
|
|
"email": "fanatid@ya.ru"
|
|
},
|
|
"_npmVersion": "3.10.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "md5.js@^1.3.4",
|
|
"scope": null,
|
|
"escapedName": "md5.js",
|
|
"name": "md5.js",
|
|
"rawSpec": "^1.3.4",
|
|
"spec": ">=1.3.4 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/create-hash",
|
|
"/evp_bytestokey"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz",
|
|
"_shasum": "e9bdbde94a20a5ac18b04340fc5764d5b09d901d",
|
|
"_shrinkwrap": null,
|
|
"_spec": "md5.js@^1.3.4",
|
|
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/create-hash",
|
|
"author": {
|
|
"name": "Kirill Fomichev",
|
|
"email": "fanatid@ya.ru",
|
|
"url": "https://github.com/fanatid"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/crypto-browserify/md5.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"hash-base": "^3.0.0",
|
|
"inherits": "^2.0.1"
|
|
},
|
|
"description": "node style md5 on pure JavaScript",
|
|
"devDependencies": {
|
|
"hash-test-vectors": "^1.3.2",
|
|
"standard": "^7.0.0",
|
|
"tape": "^4.2.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "e9bdbde94a20a5ac18b04340fc5764d5b09d901d",
|
|
"tarball": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "d5ba10c4dc393a8db6e2f39a2c70c9193964b4ec",
|
|
"homepage": "https://github.com/crypto-browserify/md5.js",
|
|
"keywords": [
|
|
"crypto",
|
|
"md5"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "cwmma",
|
|
"email": "calvin.metcalf@gmail.com"
|
|
},
|
|
{
|
|
"name": "dcousens",
|
|
"email": "email@dcousens.com"
|
|
},
|
|
{
|
|
"name": "fanatid",
|
|
"email": "fanatid@ya.ru"
|
|
},
|
|
{
|
|
"name": "jprichardson",
|
|
"email": "jprichardson@gmail.com"
|
|
}
|
|
],
|
|
"name": "md5.js",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/crypto-browserify/md5.js.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test": "npm run lint && npm run unit",
|
|
"unit": "node test/*.js"
|
|
},
|
|
"version": "1.3.4"
|
|
}
|