mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"websocket-extensions@0.1.3",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "websocket-extensions@0.1.3",
|
|
"_id": "websocket-extensions@0.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==",
|
|
"_location": "/websocket-extensions",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "websocket-extensions@0.1.3",
|
|
"name": "websocket-extensions",
|
|
"escapedName": "websocket-extensions",
|
|
"rawSpec": "0.1.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/websocket-driver"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz",
|
|
"_spec": "0.1.3",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"author": {
|
|
"name": "James Coglan",
|
|
"email": "jcoglan@gmail.com",
|
|
"url": "http://jcoglan.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/faye/websocket-extensions-node/issues"
|
|
},
|
|
"description": "Generic extension manager for WebSocket connections",
|
|
"devDependencies": {
|
|
"jstest": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "http://github.com/faye/websocket-extensions-node",
|
|
"keywords": [
|
|
"websocket"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/websocket_extensions",
|
|
"name": "websocket-extensions",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/faye/websocket-extensions-node.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jstest spec/runner.js"
|
|
},
|
|
"version": "0.1.3"
|
|
}
|