You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

94 lines
3.3 KiB

{
"_args": [
[
"des.js@^1.0.0",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-des"
]
],
"_from": "des.js@>=1.0.0 <2.0.0",
"_hasShrinkwrap": false,
"_id": "des.js@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/des.js",
"_nodeVersion": "12.11.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/des.js_1.0.1_1573582458086_0.04203782146589097"
},
"_npmUser": {
"email": "fedor@indutny.com",
"name": "indutny"
},
"_npmVersion": "6.12.1",
"_phantomChildren": {},
"_requested": {
"name": "des.js",
"raw": "des.js@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/browserify-des"
],
"_resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
"_shasum": "5382142e1bdc53f85d86d53e5f4aa7deb91e0843",
"_shrinkwrap": null,
"_spec": "des.js@^1.0.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-des",
"author": {
"email": "fedor@indutny.com",
"name": "Fedor Indutny"
},
"bugs": {
"url": "https://github.com/indutny/des.js/issues"
},
"dependencies": {
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
},
"description": "DES implementation",
"devDependencies": {
"jscs": "^3.0.7",
"jshint": "^2.8.0",
"mocha": "^6.2.2"
},
"directories": {},
"dist": {
"fileCount": 15,
"integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyvZ6CRA9TVsSAnZWagAAOSAP/108dd5fET+MfHvnYPGo\nlLcru8XAAhfP5eoQO4Ost5lIQG1o5GzTjnoFFRDHWt/xDfoa/XWhYeHQxfNJ\nXfLm7r8sVaMjraGlkDEIIcNAnmH9RPoLiw/ND/uaGErNPS/cGDw6Cq6r/v1l\ne+up49Yhn3+CfA3MkGVefQj/ceIgjKy5H371yLq2KWC+rPBopFnE3oJGyywW\ni5fn4KkTUd5OIc/YaprkPMfQspuDP6LUXOuth0pROSTKsUusj3YUoB0cV0g2\nZwRTe00rqS/kGmpgsLR1twz7D6O4rfs8Z3nBsjZqiDAinb4G/6pMxyXLE4np\nkB8jIRZf0zExiKlo5idy7O1QcFbNA6ZWQnkq51k92nzXwcUzfhdTy8IJaiwJ\n9cd5E9JTpV1/BxT98O08gWTKei9mPGb3/CZjLK/XmhFaq/JXvjiFnCIBk2w/\ntB8i+eP8ACjyXSxUh7xN8oWtrWzbwOHGxKxyqrEJ3yoy8n+QYGK0WGsn4xi/\nY3Av38VN+BZ4N8ov/w3ceYf+msCDazVnkeXsRD4RKNI5QXL9043Jo0r2Irul\nkGkbqNeZvOha5wMl79kOO8QIeXNjjryWYxQjr7yT2KZFXOYYMSVolxbY5WtL\ni2DdUSqkQ19bl3wvN8NY7rjshslta3KdoivX8NnI3lmI/Ib/31VnN/qct51P\nOLxW\r\n=OzBR\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "5382142e1bdc53f85d86d53e5f4aa7deb91e0843",
"tarball": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
"unpackedSize": 38611
},
"gitHead": "f2050549153c67518a06e7ee8972cbe51cf7e180",
"homepage": "https://github.com/indutny/des.js#readme",
"keywords": [
"3DES",
"CBC",
"DES",
"EDE"
],
"license": "MIT",
"main": "lib/des.js",
"maintainers": [
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"name": "des.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/des.js.git"
},
"scripts": {
"test": "mocha --reporter=spec test/*-test.js && jscs lib/*.js lib/**/*.js test/*.js && jshint lib/*.js lib/**/*.js"
},
"version": "1.0.1"
}