{
  "_args": [
    [
      "rollup-plugin-node-resolve@4.2.3",
      "D:\\Pytliki\\dom"
    ]
  ],
  "_development": true,
  "_from": "rollup-plugin-node-resolve@4.2.3",
  "_id": "rollup-plugin-node-resolve@4.2.3",
  "_inBundle": false,
  "_integrity": "sha512-r+WaesPzdGEynpLZLALFEDugA4ACa5zn7bc/+LVX4vAXQQ8IgDHv0xfsSvJ8tDXUtprfBtrDtRFg27ifKjcJTg==",
  "_location": "/rollup-plugin-node-resolve",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rollup-plugin-node-resolve@4.2.3",
    "name": "rollup-plugin-node-resolve",
    "escapedName": "rollup-plugin-node-resolve",
    "rawSpec": "4.2.3",
    "saveSpec": null,
    "fetchSpec": "4.2.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.2.3.tgz",
  "_spec": "4.2.3",
  "_where": "D:\\Pytliki\\dom",
  "author": {
    "name": "Rich Harris",
    "email": "richard.a.harris@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/rollup/rollup-plugin-node-resolve/issues"
  },
  "dependencies": {
    "@types/resolve": "0.0.8",
    "builtin-modules": "^3.1.0",
    "is-module": "^1.0.0",
    "resolve": "^1.10.0"
  },
  "description": "Bundle third-party dependencies in node_modules",
  "devDependencies": {
    "buble": "^0.19.7",
    "es5-ext": "^0.10.49",
    "eslint": "^5.16.0",
    "mocha": "^6.1.2",
    "rollup": "^1.9.3",
    "rollup-plugin-buble": "^0.19.6",
    "rollup-plugin-commonjs": "^9.3.4",
    "string-capitalize": "^1.0.1",
    "typescript": "^3.4.3"
  },
  "files": [
    "src",
    "dist",
    "index.d.ts"
  ],
  "homepage": "https://github.com/rollup/rollup-plugin-node-resolve#readme",
  "jsnext:main": "dist/rollup-plugin-node-resolve.es.js",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "es2015",
    "npm",
    "modules"
  ],
  "license": "MIT",
  "main": "dist/rollup-plugin-node-resolve.cjs.js",
  "module": "dist/rollup-plugin-node-resolve.es.js",
  "name": "rollup-plugin-node-resolve",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rollup/rollup-plugin-node-resolve.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint src",
    "posttest": "tsc && eslint src test/*.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "pretest": "npm run build",
    "test": "mocha"
  },
  "version": "4.2.3"
}
