123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_args": [
- [
- "eventsource@0.1.6",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_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:\\amr1.0\\AMR",
- "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"
- }
|