{
  "_args": [
    [
      "normalize-html-whitespace@1.0.0",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "normalize-html-whitespace@1.0.0",
  "_id": "normalize-html-whitespace@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-9ui7CGtOOlehQu0t/OhhlmDyc71mKVlv+4vF+me4iZLPrNtRL2xoquEdfZxasC/bdQi/Hr3iTrpyRKIG+ocabA==",
  "_location": "/normalize-html-whitespace",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "normalize-html-whitespace@1.0.0",
    "name": "normalize-html-whitespace",
    "escapedName": "normalize-html-whitespace",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/@ampproject/toolbox-optimizer"
  ],
  "_resolved": "https://registry.npmjs.org/normalize-html-whitespace/-/normalize-html-whitespace-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Steven Vachon",
    "email": "contact@svachon.com",
    "url": "https://www.svachon.com/"
  },
  "browser": "index-es5.js",
  "bugs": {
    "url": "https://github.com/stevenvachon/normalize-html-whitespace/issues"
  },
  "description": "Safely remove repeating whitespace from HTML text.",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.3",
    "@babel/preset-env": "^7.3.1",
    "chai": "^4.2.0",
    "mocha": "^6.0.1"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "index.js",
    "index-es5.js"
  ],
  "homepage": "https://github.com/stevenvachon/normalize-html-whitespace#readme",
  "keywords": [
    "collapse",
    "compact",
    "condense",
    "html",
    "minify",
    "normalize",
    "remove",
    "space",
    "str",
    "string",
    "strip",
    "trim",
    "whitespace"
  ],
  "license": "MIT",
  "name": "normalize-html-whitespace",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevenvachon/normalize-html-whitespace.git"
  },
  "scripts": {
    "pretest": "babel index.js --out-file=index-es5.js --presets=@babel/env",
    "test": "mocha test --check-leaks --bail"
  },
  "version": "1.0.0"
}
