Gerrit Linnemann 0dd4236e11 Initial Commit
2017-12-18 14:24:11 +01:00

101 lines
2.6 KiB
JSON

{
"_args": [
[
{
"raw": "base64url@^2.0.0",
"scope": null,
"escapedName": "base64url",
"name": "base64url",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service002/node_modules/jws"
]
],
"_from": "base64url@>=2.0.0 <3.0.0",
"_id": "base64url@2.0.0",
"_inCache": true,
"_location": "/base64url",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/base64url-2.0.0.tgz_1468467204479_0.18601951375603676"
},
"_npmUser": {
"name": "brianloveswords",
"email": "brianloveswords@gmail.com"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"raw": "base64url@^2.0.0",
"scope": null,
"escapedName": "base64url",
"name": "base64url",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/ecdsa-sig-formatter",
"/jwa",
"/jws"
],
"_resolved": "https://registry.npmjs.org/base64url/-/base64url-2.0.0.tgz",
"_shasum": "eac16e03ea1438eff9423d69baa36262ed1f70bb",
"_shrinkwrap": null,
"_spec": "base64url@^2.0.0",
"_where": "/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service002/node_modules/jws",
"author": {
"name": "Brian J Brennan"
},
"bugs": {
"url": "https://github.com/brianloveswords/base64url/issues"
},
"dependencies": {},
"description": "For encoding to/from base64urls",
"devDependencies": {
"tap": "6.1.1"
},
"directories": {},
"dist": {
"shasum": "eac16e03ea1438eff9423d69baa36262ed1f70bb",
"tarball": "https://registry.npmjs.org/base64url/-/base64url-2.0.0.tgz"
},
"files": [
"dist/",
"typings/",
"index.js"
],
"gitHead": "59b00b9bfa6ca96fb1458f0ebee269dc8f5a14c7",
"homepage": "https://github.com/brianloveswords/base64url#readme",
"keywords": [
"base64",
"base64url"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "brianloveswords",
"email": "brian@nyhacker.org"
}
],
"name": "base64url",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/brianloveswords/base64url.git"
},
"scripts": {
"build": "tsc",
"clean": "rm -f dist/*",
"prepublish": "npm run test",
"test": "npm run clean && npm run build && tap test/*.test.js"
},
"typings": "dist/base64url.d.ts",
"version": "2.0.0"
}