{
  "_args": [
    [
      "html4-id@1.0.0",
      "/var/www/www-root/data/www/afutest.su"
    ]
  ],
  "_development": true,
  "_from": "html4-id@1.0.0",
  "_id": "html4-id@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-uS9lInlVRoHNL24W0n6q9nwCmL8=",
  "_location": "/html4-id",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "html4-id@1.0.0",
    "name": "html4-id",
    "escapedName": "html4-id",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/svg-spritemap-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/html4-id/-/html4-id-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/www-root/data/www/afutest.su",
  "author": {
    "name": "David Pate",
    "email": "davidtpate@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/RiptideElements/html4-id/issues"
  },
  "dependencies": {},
  "description": "Create a valid HTML4 ID from an input value.",
  "devDependencies": {
    "babel-core": "^6.14.0",
    "babel-loader": "^6.2.5",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-0": "^6.5.0",
    "buddy.js": "^0.9.2",
    "eslint": "^3.5.0",
    "expose-loader": "^0.7.1",
    "istanbul": "^0.4.5",
    "jscs": "^3.0.7",
    "jsinspect": "^0.8.0",
    "mocha": "^3.0.2",
    "nsp": "^2.6.1",
    "snyk": "^1.19.1",
    "webpack": "^1.13.2"
  },
  "homepage": "https://github.com/RiptideElements/html4-id#readme",
  "keywords": [
    "html",
    "id",
    "html4",
    "css"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "html4-id",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RiptideElements/html4-id.git"
  },
  "scripts": {
    "build": "webpack",
    "cover": "istanbul cover _mocha -- --check-leaks --timeout=25000 test && istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
    "lint": "eslint . && jscs . && jsinspect . && buddy --detect-objects ./lib",
    "prepublish": "npm run build",
    "security": "nsp check && snyk test",
    "test": "npm run lint && npm run security && npm run cover"
  },
  "version": "1.0.0"
}
