package.json 2 KB
{
  "_args": [
    [
      "void-elements@^2.0.1",
      "/root/nodejs/myapp/node_modules/pug-code-gen"
    ]
  ],
  "_from": "void-elements@>=2.0.1 <3.0.0",
  "_id": "void-elements@2.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/void-elements",
  "_npmUser": {
    "email": "hemanth.hm@gmail.com",
    "name": "hemanth"
  },
  "_npmVersion": "1.3.11",
  "_phantomChildren": {},
  "_requested": {
    "name": "void-elements",
    "raw": "void-elements@^2.0.1",
    "rawSpec": "^2.0.1",
    "scope": null,
    "spec": ">=2.0.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/pug-code-gen"
  ],
  "_resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
  "_shasum": "c066afb582bb1cb4128d60ea92392e94d5e9dbec",
  "_shrinkwrap": null,
  "_spec": "void-elements@^2.0.1",
  "_where": "/root/nodejs/myapp/node_modules/pug-code-gen",
  "author": {
    "name": "hemanth.hm"
  },
  "bugs": {
    "url": "https://github.com/hemanth/void-elements/issues"
  },
  "dependencies": {},
  "description": "Array of \"void elements\" defined by the HTML specification.",
  "devDependencies": {
    "cheerio": "^0.18.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c066afb582bb1cb4128d60ea92392e94d5e9dbec",
    "tarball": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/hemanth/void-elements",
  "keywords": [
    "elements",
    "html",
    "void"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "hemanth",
      "email": "hemanth.hm@gmail.com"
    },
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    }
  ],
  "name": "void-elements",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/hemanth/void-elements.git"
  },
  "scripts": {
    "prepublish": "node pre-publish.js > index.js",
    "test": "node test"
  },
  "version": "2.0.1"
}