{ "_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": "range", "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": [ "/htmlnano" ], "_resolved": "https://registry.npmjs.org/normalize-html-whitespace/-/normalize-html-whitespace-1.0.0.tgz", "_shasum": "5e3c8e192f1b06c3b9eee4b7e7f28854c7601e34", "_spec": "normalize-html-whitespace@^1.0.0", "_where": "/Users/justin/Code/granblue/hensei-web/node_modules/htmlnano", "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" }, "bundleDependencies": false, "deprecated": false, "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" }