package.json 2.39 KB
{
  "_args": [
    [
      {
        "raw": "eslint-plugin-html@^2.0.0",
        "scope": null,
        "escapedName": "eslint-plugin-html",
        "name": "eslint-plugin-html",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming"
    ]
  ],
  "_from": "eslint-plugin-html@>=2.0.0 <3.0.0",
  "_id": "eslint-plugin-html@2.0.1",
  "_inCache": true,
  "_location": "/eslint-plugin-html",
  "_nodeVersion": "7.5.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/eslint-plugin-html-2.0.1.tgz_1487249431635_0.5691141132265329"
  },
  "_npmUser": {
    "name": "benoitz",
    "email": "bzugmeyer@gmail.com"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "eslint-plugin-html@^2.0.0",
    "scope": null,
    "escapedName": "eslint-plugin-html",
    "name": "eslint-plugin-html",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-2.0.1.tgz",
  "_shasum": "3a829510e82522f1e2e44d55d7661a176121fce1",
  "_shrinkwrap": null,
  "_spec": "eslint-plugin-html@^2.0.0",
  "_where": "/Users/admin/Documents/workspace/programming",
  "bugs": {
    "url": "https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"
  },
  "dependencies": {
    "htmlparser2": "^3.8.2"
  },
  "description": "An ESLint plugin to extract and lint scripts from HTML files.",
  "devDependencies": {
    "eslint": "^3.2.2",
    "jest": "^18.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "3a829510e82522f1e2e44d55d7661a176121fce1",
    "tarball": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-2.0.1.tgz"
  },
  "homepage": "https://github.com/BenoitZugmeyer/eslint-plugin-html",
  "keywords": [
    "eslint-plugin",
    "eslintplugin",
    "eslint",
    "html"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "maintainers": [
    {
      "name": "benoitz",
      "email": "bzugmeyer@gmail.com"
    }
  ],
  "name": "eslint-plugin-html",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "jest"
  },
  "version": "2.0.1"
}