loulijun2021
2024-04-08 429e9bb5915dd90978374cbd8574a9dc5fa464d7
node_modules/jwa/package.json
@@ -1,29 +1,55 @@
{
  "name": "jwa",
  "version": "1.4.1",
  "description": "JWA implementation (supports all JWS algorithms)",
  "main": "index.js",
  "directories": {
    "test": "test"
  "_args": [
    [
      "jwa@1.4.1",
      "E:\\HBuilderProjects\\JLApp"
    ]
  ],
  "_from": "jwa@1.4.1",
  "_id": "jwa@1.4.1",
  "_inBundle": false,
  "_integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==",
  "_location": "/jwa",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jwa@1.4.1",
    "name": "jwa",
    "escapedName": "jwa",
    "rawSpec": "1.4.1",
    "saveSpec": null,
    "fetchSpec": "1.4.1"
  },
  "_requiredBy": [
    "/jws"
  ],
  "_resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz",
  "_spec": "1.4.1",
  "_where": "E:\\HBuilderProjects\\JLApp",
  "author": {
    "name": "Brian J. Brennan",
    "email": "brianloveswords@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/brianloveswords/node-jwa/issues"
  },
  "dependencies": {
    "buffer-equal-constant-time": "1.0.1",
    "ecdsa-sig-formatter": "1.0.11",
    "safe-buffer": "^5.0.1"
  },
  "description": "JWA implementation (supports all JWS algorithms)",
  "devDependencies": {
    "base64url": "^2.0.0",
    "jwk-to-pem": "^2.0.1",
    "semver": "4.3.6",
    "tap": "6.2.0"
  },
  "scripts": {
    "test": "make test"
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brianloveswords/node-jwa.git"
  },
  "homepage": "https://github.com/brianloveswords/node-jwa#readme",
  "keywords": [
    "jwa",
    "jws",
@@ -32,6 +58,15 @@
    "ecdsa",
    "hmac"
  ],
  "author": "Brian J. Brennan <brianloveswords@gmail.com>",
  "license": "MIT"
  "license": "MIT",
  "main": "index.js",
  "name": "jwa",
  "repository": {
    "type": "git",
    "url": "git://github.com/brianloveswords/node-jwa.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.4.1"
}