mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-15 21:36:08 +00:00
Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
75
node_modules/ws-without-native/package.json
generated
vendored
Normal file
75
node_modules/ws-without-native/package.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"_from": "ws-without-native@>=1.0.2 <2.0.0",
|
||||
"_id": "ws-without-native@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-65Y37C3oCMAJIoS5URoEOJ5FHnvbBgyn+qzzdWjSyA8FV5IIxvUPve+0JAosYVTsJpa4xJisWH5r/9ISHysHBw==",
|
||||
"_location": "/ws-without-native",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "ws-without-native@1.0.2",
|
||||
"name": "ws-without-native",
|
||||
"escapedName": "ws-without-native",
|
||||
"rawSpec": "1.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/",
|
||||
"/skills-service-manager",
|
||||
"/skills-service-manager/jibo-service-framework",
|
||||
"/skills-service-manager/jibo-service-framework/jibo-client-framework",
|
||||
"/skills-service-manager/jibo/jibo-client-framework"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ws-without-native/-/ws-without-native-1.0.2.tgz",
|
||||
"_shasum": "d326272c04573cf5f11e968d9c9618359d779eaa",
|
||||
"_spec": "ws-without-native@1.0.2",
|
||||
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
|
||||
"author": {
|
||||
"name": "Einar Otto Stangvik",
|
||||
"email": "einaros@gmail.com",
|
||||
"url": "http://2x.io"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/websockets/ws/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"options": ">=0.0.5",
|
||||
"ultron": "1.0.x"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
|
||||
"devDependencies": {
|
||||
"ansi": "0.3.x",
|
||||
"benchmark": "0.3.x",
|
||||
"bufferutil": "1.2.x",
|
||||
"expect.js": "0.3.x",
|
||||
"mocha": "2.3.x",
|
||||
"should": "8.0.x",
|
||||
"tinycolor": "0.0.x",
|
||||
"utf-8-validate": "1.2.x"
|
||||
},
|
||||
"homepage": "https://github.com/websockets/ws#readme",
|
||||
"keywords": [
|
||||
"Hixie",
|
||||
"HyBi",
|
||||
"Push",
|
||||
"RFC-6455",
|
||||
"WebSocket",
|
||||
"WebSockets",
|
||||
"real-time"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "ws-without-native",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/websockets/ws.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user