You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

64 lines
1.5 KiB

{
"_args": [
[
"bufferutil@4.0.1",
"/home/guest/socket"
]
],
"_from": "bufferutil@4.0.1",
"_id": "bufferutil@4.0.1",
"_inBundle": false,
"_integrity": "sha512-xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3VoER1NH5Mw1n1o0ojdspp+GS2J//2gCVyrzQDApQ4unGF+QOoA==",
"_location": "/bufferutil",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bufferutil@4.0.1",
"name": "bufferutil",
"escapedName": "bufferutil",
"rawSpec": "4.0.1",
"saveSpec": null,
"fetchSpec": "4.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.1.tgz",
"_spec": "4.0.1",
"_where": "/home/guest/socket",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"bugs": {
"url": "https://github.com/websockets/bufferutil/issues"
},
"dependencies": {
"node-gyp-build": "~3.7.0"
},
"description": "WebSocket buffer utils",
"devDependencies": {
"mocha": "~5.2.0",
"prebuildify": "~2.10.0"
},
"homepage": "https://github.com/websockets/bufferutil",
"keywords": [
"bufferutil"
],
"license": "MIT",
"main": "index.js",
"name": "bufferutil",
"repository": {
"type": "git",
"url": "git+https://github.com/websockets/bufferutil.git"
},
"scripts": {
"install": "node-gyp-build",
"prebuild": "prebuildify --napi",
"test": "mocha"
},
"version": "4.0.1"
}