package.json 1.67 KB
{
  "_args": [
    [
      "sse@0.0.8",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_from": "sse@0.0.8",
  "_id": "sse@0.0.8",
  "_inBundle": false,
  "_integrity": "sha512-cviG7JH31TUhZeaEVhac3zTzA+2FwA7qvHziAHpb7mC7RNVJ/RbHN+6LIGsS2ugP4o2H15DWmrSMK+91CboIcg==",
  "_location": "/sse",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sse@0.0.8",
    "name": "sse",
    "escapedName": "sse",
    "rawSpec": "0.0.8",
    "saveSpec": null,
    "fetchSpec": "0.0.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/sse/-/sse-0.0.8.tgz",
  "_spec": "0.0.8",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "author": {
    "name": "Einar Otto Stangvik",
    "email": "einaros@gmail.com",
    "url": "http://2x.io"
  },
  "bugs": {
    "url": "https://github.com/einaros/sse.js/issues"
  },
  "dependencies": {
    "options": "0.0.6"
  },
  "description": "The HTML5 Server-Sent events specification is introduced \"to enable servers to push data to Web pages over HTTP or using dedicated server-push protocols\".",
  "devDependencies": {
    "expect.js": "0.3.1",
    "mocha": "4.0.1"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "homepage": "https://github.com/einaros/sse.js#readme",
  "keywords": [
    "real-time",
    "server-sent-events",
    "html5",
    "sse",
    "messaging"
  ],
  "name": "sse",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/einaros/sse.js.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.0.8"
}