package.json 2.56 KB
{
  "_args": [
    [
      {
        "raw": "eventsource-polyfill@^0.9.6",
        "scope": null,
        "escapedName": "eventsource-polyfill",
        "name": "eventsource-polyfill",
        "rawSpec": "^0.9.6",
        "spec": ">=0.9.6 <0.10.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming"
    ]
  ],
  "_from": "eventsource-polyfill@>=0.9.6 <0.10.0",
  "_id": "eventsource-polyfill@0.9.6",
  "_inCache": true,
  "_location": "/eventsource-polyfill",
  "_nodeVersion": "0.10.33",
  "_npmUser": {
    "name": "amvtek",
    "email": "devel@amvtek.com"
  },
  "_npmVersion": "2.6.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "eventsource-polyfill@^0.9.6",
    "scope": null,
    "escapedName": "eventsource-polyfill",
    "name": "eventsource-polyfill",
    "rawSpec": "^0.9.6",
    "spec": ">=0.9.6 <0.10.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eventsource-polyfill/-/eventsource-polyfill-0.9.6.tgz",
  "_shasum": "10e0d187f111b167f28fdab918843ce7d818f13c",
  "_shrinkwrap": null,
  "_spec": "eventsource-polyfill@^0.9.6",
  "_where": "/Users/admin/Documents/workspace/programming",
  "author": {
    "name": "amvtek",
    "email": "devel@amvtek.com"
  },
  "bugs": {
    "url": "https://github.com/amvtek/EventSource/issues"
  },
  "dependencies": {},
  "description": "A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-string-replace": "^1.0.0"
  },
  "directories": {
    "doc": "docs"
  },
  "dist": {
    "shasum": "10e0d187f111b167f28fdab918843ce7d818f13c",
    "tarball": "https://registry.npmjs.org/eventsource-polyfill/-/eventsource-polyfill-0.9.6.tgz"
  },
  "files": [
    "dist/eventsource.js",
    "dist/browserify-eventsource.js"
  ],
  "gitHead": "030f993d5bc2a9f9aeabfcafcd5ea4e8424ff68a",
  "homepage": "https://github.com/amvtek/EventSource",
  "keywords": [
    "sse",
    "server sent events",
    "eventsource",
    "event-source",
    "polyfill"
  ],
  "license": "MIT",
  "main": "dist/browserify-eventsource.js",
  "maintainers": [
    {
      "name": "amvtek",
      "email": "devel@amvtek.com"
    }
  ],
  "name": "eventsource-polyfill",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amvtek/EventSource.git"
  },
  "scripts": {
    "test": "echo \"Error: to run browser tests, visit http://testevs.amvtek.com/\" && exit 1"
  },
  "version": "0.9.6"
}