{ "_from": "buffer-equal@^1.0.0", "_id": "buffer-equal@1.0.1", "_inBundle": false, "_integrity": "sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==", "_location": "/buffer-equal", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "buffer-equal@^1.0.0", "name": "buffer-equal", "escapedName": "buffer-equal", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/append-buffer" ], "_resolved": "https://registry.npmmirror.com/buffer-equal/-/buffer-equal-1.0.1.tgz", "_shasum": "2f7651be5b1b3f057fcd6e7ee16cf34767077d90", "_spec": "buffer-equal@^1.0.0", "_where": "D:\\上海富维东阳工作\\设备管理\\ABP-MicroService-master\\AuthServer\\IdentityServer\\AuthServer.Host\\node_modules\\append-buffer", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "bugs": { "url": "https://github.com/inspect-js/buffer-equal/issues" }, "bundleDependencies": false, "deprecated": false, "description": "return whether two buffers are equal", "devDependencies": { "@ljharb/eslint-config": "^21.0.0", "aud": "^2.0.1", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "in-publish": "^2.0.1", "npmignore": "^0.3.0", "safe-publish-latest": "^2.0.0", "tape": "^5.6.1" }, "directories": { "example": "example", "test": "test" }, "engines": { "node": ">=0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/inspect-js/buffer-equal#readme", "keywords": [ "buffer", "equal" ], "license": "MIT", "main": "index.js", "name": "buffer-equal", "publishConfig": { "ignore": [ ".github/workflows" ] }, "repository": { "type": "git", "url": "git://github.com/inspect-js/buffer-equal.git" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" }, "version": "1.0.1" }