| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 | {  "_args": [    [      "buffer-xor@1.0.3",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "buffer-xor@1.0.3",  "_id": "buffer-xor@1.0.3",  "_inBundle": false,  "_integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",  "_location": "/buffer-xor",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "buffer-xor@1.0.3",    "name": "buffer-xor",    "escapedName": "buffer-xor",    "rawSpec": "1.0.3",    "saveSpec": null,    "fetchSpec": "1.0.3"  },  "_requiredBy": [    "/browserify-aes"  ],  "_resolved": "https://registry.nlark.com/buffer-xor/download/buffer-xor-1.0.3.tgz",  "_spec": "1.0.3",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Daniel Cousens"  },  "bugs": {    "url": "https://github.com/crypto-browserify/buffer-xor/issues"  },  "description": "A simple module for bitwise-xor on buffers",  "devDependencies": {    "mocha": "*",    "standard": "*"  },  "homepage": "https://github.com/crypto-browserify/buffer-xor",  "keywords": [    "bits",    "bitwise",    "buffer",    "buffer-xor",    "crypto",    "inline",    "math",    "memory",    "performance",    "xor"  ],  "license": "MIT",  "main": "index.js",  "name": "buffer-xor",  "repository": {    "type": "git",    "url": "git+https://github.com/crypto-browserify/buffer-xor.git"  },  "scripts": {    "standard": "standard",    "test": "npm run-script unit",    "unit": "mocha"  },  "version": "1.0.3"}
 |