{
  "_args": [
    [
      "preact-render-to-string@3.7.0",
      "/Users/prateekbh/projects/preact-material-components/docs"
    ]
  ],
  "_from": "preact-render-to-string@3.7.0",
  "_id": "preact-render-to-string@3.7.0",
  "_inBundle": false,
  "_integrity": "sha1-fbQXdFS8ATleDQHWrAe8XoOOMe4=",
  "_location": "/preact-render-to-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "preact-render-to-string@3.7.0",
    "name": "preact-render-to-string",
    "escapedName": "preact-render-to-string",
    "rawSpec": "3.7.0",
    "saveSpec": null,
    "fetchSpec": "3.7.0"
  },
  "_requiredBy": [
    "/preact-cli",
    "/preact-compat"
  ],
  "_resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-3.7.0.tgz",
  "_spec": "3.7.0",
  "_where": "/Users/prateekbh/projects/preact-material-components/docs",
  "amdName": "preactRenderToString",
  "author": {
    "name": "Jason Miller",
    "email": "jason@developit.ca"
  },
  "bugs": {
    "url": "https://github.com/developit/preact-render-to-string/issues"
  },
  "dependencies": {
    "pretty-format": "^3.5.1"
  },
  "description": "Render JSX to an HTML string, with support for Preact components.",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-core": "^6.11.4",
    "babel-eslint": "^6.1.2",
    "babel-plugin-transform-class-properties": "^6.10.2",
    "babel-plugin-transform-react-jsx": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "copyfiles": "^1.2.0",
    "eslint": "^3.2.2",
    "mocha": "^3.0.0",
    "preact": "^8.1.0",
    "rollup": "^0.34.3",
    "rollup-plugin-babel": "^2.6.1",
    "rollup-plugin-commonjs": "^3.3.1",
    "rollup-plugin-memory": "^1.0.0",
    "rollup-plugin-node-resolve": "^2.0.0",
    "sinon": "^1.17.5",
    "sinon-chai": "^2.8.0"
  },
  "homepage": "https://github.com/developit/preact-render-to-string",
  "jsnext:main": "src/index.js",
  "keywords": [
    "preact",
    "render",
    "universal",
    "isomorphic"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "preact-render-to-string",
  "peerDependencies": {
    "preact": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/developit/preact-render-to-string.git"
  },
  "scripts": {
    "build": "npm run -s transpile && npm run -s transpile:jsx && npm run -s copy-typescript-definition",
    "copy-typescript-definition": "copyfiles -f src/index.d.ts dist",
    "prepublish": "npm run build",
    "release": "npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
    "test": "eslint src test && mocha --compilers js:babel-register test/**/*.js",
    "transpile": "rollup -c rollup.config.js -m ${npm_package_main}.map -f umd -n $npm_package_amdName $npm_package_jsnext_main -o $npm_package_main",
    "transpile:jsx": "ENTRY=jsx rollup -c rollup.config.js -m dist/jsx.js.map -f umd -n $npm_package_amdName src/jsx.js -o dist/jsx.js"
  },
  "typings": "src/index.d.ts",
  "version": "3.7.0"
}
