package.json 1.69 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
{
  "_args": [
    [
      "eventsource@0.1.6",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_development": true,
  "_from": "eventsource@0.1.6",
  "_id": "eventsource@0.1.6",
  "_inBundle": false,
  "_integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=",
  "_location": "/eventsource",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eventsource@0.1.6",
    "name": "eventsource",
    "escapedName": "eventsource",
    "rawSpec": "0.1.6",
    "saveSpec": null,
    "fetchSpec": "0.1.6"
  },
  "_requiredBy": [
    "/sockjs-client"
  ],
  "_resolved": "https://registry.npmjs.org/eventsource/-/eventsource-0.1.6.tgz",
  "_spec": "0.1.6",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "Aslak Hellesøy",
    "email": "aslak.hellesoy@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/aslakhellesoy/eventsource-node/issues"
  },
  "dependencies": {
    "original": ">=0.0.5"
  },
  "description": "W3C compliant EventSource client for Node.js",
  "devDependencies": {
    "mocha": ">=1.21.4"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "http://github.com/aslakhellesoy/eventsource-node",
  "keywords": [
    "eventsource",
    "http",
    "streaming",
    "sse"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/aslakhellesoy/eventsource-node/raw/master/LICENSE"
    }
  ],
  "main": "./lib/eventsource",
  "name": "eventsource",
  "repository": {
    "type": "git",
    "url": "git://github.com/aslakhellesoy/eventsource-node.git"
  },
  "scripts": {
    "postpublish": "git push && git push --tags",
    "test": "mocha --reporter spec"
  },
  "version": "0.1.6"
}