Newer
Older
ez-indexation / app / node_modules / domutils / package.json
@kieffer kieffer on 7 Mar 2017 2 KB v0.0.0
{
  "_args": [
    [
      {
        "raw": "domutils@1.5.1",
        "scope": null,
        "escapedName": "domutils",
        "name": "domutils",
        "rawSpec": "1.5.1",
        "spec": "1.5.1",
        "type": "version"
      },
      "/home/kieffer/tdm/ez-indexation/node_modules/css-select"
    ]
  ],
  "_from": "domutils@1.5.1",
  "_id": "domutils@1.5.1",
  "_inCache": true,
  "_location": "/domutils",
  "_nodeVersion": "1.0.4",
  "_npmUser": {
    "name": "feedic",
    "email": "me@feedic.com"
  },
  "_npmVersion": "2.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "domutils@1.5.1",
    "scope": null,
    "escapedName": "domutils",
    "name": "domutils",
    "rawSpec": "1.5.1",
    "spec": "1.5.1",
    "type": "version"
  },
  "_requiredBy": [
    "/css-select",
    "/htmlparser2"
  ],
  "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
  "_shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
  "_shrinkwrap": null,
  "_spec": "domutils@1.5.1",
  "_where": "/home/kieffer/tdm/ez-indexation/node_modules/css-select",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "bugs": {
    "url": "https://github.com/FB55/domutils/issues"
  },
  "dependencies": {
    "dom-serializer": "0",
    "domelementtype": "1"
  },
  "description": "utilities for working with htmlparser2's dom",
  "devDependencies": {
    "domhandler": "2",
    "htmlparser2": "~3.3.0",
    "jshint": "~2.3.0",
    "mocha": "~1.15.1"
  },
  "directories": {
    "test": "tests"
  },
  "dist": {
    "shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
    "tarball": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"
  },
  "gitHead": "7d4bd16cd36ffce62362ef91616806ea27e30d95",
  "homepage": "https://github.com/FB55/domutils",
  "jshintConfig": {
    "proto": true,
    "unused": true,
    "eqnull": true,
    "undef": true,
    "quotmark": "double",
    "eqeqeq": true,
    "trailing": true,
    "node": true,
    "globals": {
      "describe": true,
      "it": true,
      "beforeEach": true
    }
  },
  "keywords": [
    "dom",
    "htmlparser2"
  ],
  "main": "index.js",
  "maintainers": [
    {
      "name": "feedic",
      "email": "me@feedic.com"
    }
  ],
  "name": "domutils",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/FB55/domutils.git"
  },
  "scripts": {
    "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
  },
  "version": "1.5.1"
}