mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"_from": "jws@^4.0.0",
|
|
"_id": "jws@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==",
|
|
"_location": "/jws",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "jws@^4.0.0",
|
|
"name": "jws",
|
|
"escapedName": "jws",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/google-auth-library",
|
|
"/gtoken"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz",
|
|
"_shasum": "2d4e8cf6a318ffaa12615e9dec7e86e6c97310f4",
|
|
"_spec": "jws@^4.0.0",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\google-auth-library",
|
|
"author": {
|
|
"name": "Brian J Brennan"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/brianloveswords/node-jws/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"jwa": "^2.0.0",
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Implementation of JSON Web Signatures",
|
|
"devDependencies": {
|
|
"semver": "^5.1.0",
|
|
"tape": "~2.14.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"gitHead": "c0f6b27bcea5a2ad2e304d91c2e842e4076a6b03",
|
|
"homepage": "https://github.com/brianloveswords/node-jws#readme",
|
|
"keywords": [
|
|
"jws",
|
|
"json",
|
|
"web",
|
|
"signatures"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "jws",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianloveswords/node-jws.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "4.0.0"
|
|
}
|