UNPKG

libtidy

Version:

Node bindings to the HTML Tidy library

66 lines (65 loc) 1.45 kB
{ "_args": [ [ "aproba@1.1.2", "/home/mvg/src/node-libtidy" ] ], "_from": "aproba@1.1.2", "_id": "aproba@1.1.2", "_inBundle": false, "_integrity": "sha512-ZpYajIfO0j2cOFTO955KUMIKNmj6zhX8kVztMAxFsDaMwz+9Z9SV0uou2pC9HJqcfpffOsjnbrDMvkNy+9RXPw==", "_location": "/aproba", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "aproba@1.1.2", "name": "aproba", "escapedName": "aproba", "rawSpec": "1.1.2", "saveSpec": null, "fetchSpec": "1.1.2" }, "_requiredBy": [ "/gauge" ], "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.2.tgz", "_spec": "1.1.2", "_where": "/home/mvg/src/node-libtidy", "author": { "name": "Rebecca Turner", "email": "me@re-becca.org" }, "bugs": { "url": "https://github.com/iarna/aproba/issues" }, "dependencies": {}, "description": "A rediculously light-weight argument validator", "devDependencies": { "standard": "^8.6.0", "tap": "^10.0.2" }, "directories": { "test": "test" }, "files": [ "index.js" ], "homepage": "https://github.com/iarna/aproba", "keywords": [ "argument", "validate" ], "license": "ISC", "main": "index.js", "name": "aproba", "repository": { "type": "git", "url": "git+https://github.com/iarna/aproba.git" }, "scripts": { "test": "standard && tap -j3 test/*.js" }, "version": "1.1.2" }