12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_from": "socket.io@^1.3.7",
- "_id": "socket.io@1.7.4",
- "_inBundle": false,
- "_integrity": "sha1-L37O3DORvy1cc+KR/iM+bjTU3QA=",
- "_location": "/socket.io",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "socket.io@^1.3.7",
- "name": "socket.io",
- "escapedName": "socket.io",
- "rawSpec": "^1.3.7",
- "saveSpec": null,
- "fetchSpec": "^1.3.7"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.7.4.tgz",
- "_shasum": "2f7ecedc3391bf2d5c73e291fe233e6e34d4dd00",
- "_spec": "socket.io@^1.3.7",
- "_where": "C:\\socket\\chatroom-myclient",
- "bugs": {
- "url": "https://github.com/socketio/socket.io/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Guillermo Rauch",
- "email": "rauchg@gmail.com"
- },
- {
- "name": "Arnout Kazemier",
- "email": "info@3rd-eden.com"
- },
- {
- "name": "Vladimir Dronnikov",
- "email": "dronnikov@gmail.com"
- },
- {
- "name": "Einar Otto Stangvik",
- "email": "einaros@gmail.com"
- }
- ],
- "dependencies": {
- "debug": "2.3.3",
- "engine.io": "~1.8.4",
- "has-binary": "0.1.7",
- "object-assign": "4.1.0",
- "socket.io-adapter": "0.5.0",
- "socket.io-client": "1.7.4",
- "socket.io-parser": "2.3.1"
- },
- "deprecated": false,
- "description": "node.js realtime framework server",
- "devDependencies": {
- "babel-preset-es2015": "6.3.13",
- "del": "2.2.0",
- "expect.js": "0.3.1",
- "gulp": "3.9.0",
- "gulp-babel": "6.1.1",
- "gulp-istanbul": "0.10.3",
- "gulp-mocha": "2.2.0",
- "gulp-task-listing": "1.0.1",
- "istanbul": "0.4.1",
- "mocha": "2.3.4",
- "superagent": "1.6.1",
- "supertest": "1.1.0"
- },
- "files": [
- "lib/"
- ],
- "homepage": "https://github.com/socketio/socket.io#readme",
- "keywords": [
- "realtime",
- "framework",
- "websocket",
- "tcp",
- "events",
- "socket",
- "io"
- ],
- "license": "MIT",
- "main": "./lib/index",
- "name": "socket.io",
- "repository": {
- "type": "git",
- "url": "git://github.com/socketio/socket.io.git"
- },
- "scripts": {
- "test": "gulp test"
- },
- "version": "1.7.4"
- }
|