{
  "_from": "pelo@^0.1.0",
  "_id": "pelo@0.1.0",
  "_inBundle": false,
  "_integrity": "sha512-+oVixa69fxS/X+3s1DaSJVQLG/ukHfjK2pHCmpIgjRChp73lnAfbqOYZ0MEo5C5yVkYeUJSoWAcRK0lx0hvOjQ==",
  "_location": "/pelo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pelo@^0.1.0",
    "name": "pelo",
    "escapedName": "pelo",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/bel"
  ],
  "_resolved": "https://registry.npmjs.org/pelo/-/pelo-0.1.0.tgz",
  "_shasum": "54157d3bc63c10da65504d6b801f0b535584c11b",
  "_spec": "pelo@^0.1.0",
  "_where": "/home/null/code/wasm-metering/demo/node_modules/bel",
  "author": {
    "name": "Shuhei Kagawa",
    "email": "shuhei.kagawa@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shuhei/pelo/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Lightning fast server-side rendering with tagged template literals",
  "devDependencies": {
    "bel": "^4.6.0",
    "browserify": "^14.3.0",
    "html-minifier": "^3.5.6",
    "nanomorph": "^5.1.3",
    "standard": "^10.0.2",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/shuhei/pelo",
  "license": "ISC",
  "main": "index.js",
  "name": "pelo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shuhei/pelo.git"
  },
  "scripts": {
    "build": "browserify client.js > bundle.js",
    "compare": "node compare.js",
    "start": "npm run build && node server.js",
    "test": "tape '**/*.test.js' && node benchmark.js"
  },
  "version": "0.1.0"
}
