backoffice/node_modules/cryptiles/package.json

75 lines
1.6 KiB
JSON

{
"_args": [
[
"cryptiles@0.2.2",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "cryptiles@0.2.2",
"_id": "cryptiles@0.2.2",
"_inBundle": false,
"_integrity": "sha1-7ZH/HxetE9N0gohZT4pIoNJvMlw=",
"_location": "/cryptiles",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cryptiles@0.2.2",
"name": "cryptiles",
"escapedName": "cryptiles",
"rawSpec": "0.2.2",
"saveSpec": null,
"fetchSpec": "0.2.2"
},
"_requiredBy": [
"/hawk"
],
"_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz",
"_spec": "0.2.2",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Eran Hammer",
"email": "eran@hueniverse.com",
"url": "http://hueniverse.com"
},
"bugs": {
"url": "https://github.com/hueniverse/cryptiles/issues"
},
"contributors": [],
"dependencies": {
"boom": "0.4.x"
},
"description": "General purpose crypto utilities",
"devDependencies": {
"complexity-report": "0.x.x",
"lab": "0.1.x"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/hueniverse/cryptiles#readme",
"keywords": [
"cryptography",
"security",
"utilites"
],
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hueniverse/cryptiles/raw/master/LICENSE"
}
],
"main": "index",
"name": "cryptiles",
"repository": {
"type": "git",
"url": "git://github.com/hueniverse/cryptiles.git"
},
"scripts": {
"test": "make test-cov"
},
"version": "0.2.2"
}