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.
 
 
 

97 lines
3.5 KiB

{
"_args": [
[
"base64-js@^1.0.2",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/buffer"
]
],
"_from": "base64-js@>=1.0.2 <2.0.0",
"_hasShrinkwrap": false,
"_id": "base64-js@1.3.1",
"_inCache": true,
"_installable": true,
"_location": "/base64-js",
"_nodeVersion": "10.16.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/base64-js_1.3.1_1565066369546_0.47886809614728953"
},
"_npmUser": {
"email": "feross@feross.org",
"name": "feross"
},
"_npmVersion": "6.10.2",
"_phantomChildren": {},
"_requested": {
"name": "base64-js",
"raw": "base64-js@^1.0.2",
"rawSpec": "^1.0.2",
"scope": null,
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/buffer"
],
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz",
"_shasum": "58ece8cb75dd07e71ed08c736abc5fac4dbf8df1",
"_shrinkwrap": null,
"_spec": "base64-js@^1.0.2",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/buffer",
"author": {
"email": "t.jameson.little@gmail.com",
"name": "T. Jameson Little"
},
"bugs": {
"url": "https://github.com/beatgammit/base64-js/issues"
},
"dependencies": {},
"description": "Base64 encoding/decoding in pure JS",
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^16.3.0",
"standard": "*",
"tape": "4.x",
"uglify-js": "^3.6.0"
},
"directories": {},
"dist": {
"fileCount": 5,
"integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSQSCCRA9TVsSAnZWagAAXxkP/Rww2syGgfx2jR5jRkDe\nw4Y7Si6d0NbTJCM6hp2NNay1QIwudUqnLQ3+PZuCP+x0miXqugpSWA5f/bfz\nb8eWCkcOTEzx4LDutyU5V2LPJr+zTM59MMhmFtnoYuAe0lLFi6scMCYllgMr\nb/0YXz//JveRXRoZQxvnNv/Ls3zoYMTEBt3hIAoZBtK6J767U0idnHuJKNH6\nhtpq33DYFCnkW/nJcaDZLrP3L91RKQnaymA2/5K61aP0kr2Z+S+PFC6apMrY\nK4JOmpfVAeaFNeEylPuhS7tBvIGJIhIKqYvivPXISFpUY8uh9YMuBV3lGyiz\nFAeycuk3hTuyfby9XYstClsiH22MB2yr4UwcsF1vA1V9kOPri8DGJjVEVHgX\n8ABVsgmre9t2dp+xA6XH4gB7c/b349odpdympgO2woRq65vL1fL61nU/dYkO\nmPIqDDTPrd6KkY/G1s7K5wnSgG1SxN2zALdADzQWm2we1rFoYcCvGNCALqRr\nql5fE3Eya/C0tfSB2i82NSM2izyqmNfMjYwzqRh6InbI4l2HVKKr8UJ4t2b/\nkqxm51/+JThsBov+u+2woRKTpKDlO9V2XlpEO95CGcSBZ7XhB5OwfHONGbN/\nIKqa2oRJNaui5oYaf5BNI0//yqRkW2rghFpjIcS5uI8Lxwc22GU0SKEpEfFj\nZzHU\r\n=QxgS\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "58ece8cb75dd07e71ed08c736abc5fac4dbf8df1",
"tarball": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz",
"unpackedSize": 9181
},
"gitHead": "08a344d6ca13772acc42df2515312ceac75b5456",
"homepage": "https://github.com/beatgammit/base64-js",
"keywords": [
"base64"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "beatgammit",
"email": "t.jameson.little@gmail.com"
},
{
"name": "feross",
"email": "feross@feross.org"
}
],
"name": "base64-js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/beatgammit/base64-js.git"
},
"scripts": {
"build": "browserify -s base64js -r ./ | uglifyjs -m > base64js.min.js",
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"version": "1.3.1"
}