{
  "_args": [
    [
      {
        "raw": "rollup-watch@^2.5.0",
        "scope": null,
        "escapedName": "rollup-watch",
        "name": "rollup-watch",
        "rawSpec": "^2.5.0",
        "spec": ">=2.5.0 <3.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/codemirror"
    ]
  ],
  "_from": "rollup-watch@>=2.5.0 <3.0.0",
  "_id": "rollup-watch@2.5.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/rollup-watch",
  "_nodeVersion": "6.2.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/rollup-watch-2.5.0.tgz_1468279016354_0.8105918045621365"
  },
  "_npmUser": {
    "name": "rich_harris",
    "email": "richard.a.harris@gmail.com"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "rollup-watch@^2.5.0",
    "scope": null,
    "escapedName": "rollup-watch",
    "name": "rollup-watch",
    "rawSpec": "^2.5.0",
    "spec": ">=2.5.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/rollup-watch/-/rollup-watch-2.5.0.tgz",
  "_shasum": "852d660ddecc51696890aa8c22e95ed4558cc5f7",
  "_shrinkwrap": null,
  "_spec": "rollup-watch@^2.5.0",
  "_where": "/home/lively4/lively4/codemirror",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/rollup/rollup-watch/issues"
  },
  "dependencies": {
    "semver": "^5.1.0"
  },
  "description": "Watch files for changes and perform incremental rebuilds with Rollup",
  "devDependencies": {
    "eslint": "^2.11.1",
    "mocha": "^2.5.3",
    "rollup": "^0.28.0",
    "rollup-plugin-buble": "^0.10.0",
    "rollup-plugin-json": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "852d660ddecc51696890aa8c22e95ed4558cc5f7",
    "tarball": "https://registry.npmjs.org/rollup-watch/-/rollup-watch-2.5.0.tgz"
  },
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "gitHead": "abba4d039213675fa36fe2ea648ee65ba6ed1511",
  "homepage": "https://github.com/rollup/rollup-watch#readme",
  "jsnext:main": "dist/rollup-watch.es6.js",
  "keywords": [
    "rollup",
    "modules",
    "bundling"
  ],
  "license": "MIT",
  "main": "dist/rollup-watch.cjs.js",
  "maintainers": [
    {
      "name": "rich_harris",
      "email": "richard.a.harris@gmail.com"
    }
  ],
  "name": "rollup-watch",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rollup/rollup-watch.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint src",
    "prepublish": "npm run lint && npm test",
    "pretest": "npm run build",
    "test": "mocha"
  },
  "version": "2.5.0"
}
