UNPKG

node-libtidy

Version:

Node bindings to the HTML Tidy library

64 lines (63 loc) 1.59 kB
{ "_from": "ini@~1.3.0", "_id": "ini@1.3.6", "_inBundle": false, "_integrity": "sha512-IZUoxEjNjubzrmvzZU4lKP7OnYmX72XRl3sqkfJhBKweKi5rnGi5+IUdlj/H1M+Ip5JQ1WzaDMOBRY90Ajc5jg==", "_location": "/ini", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ini@~1.3.0", "name": "ini", "escapedName": "ini", "rawSpec": "~1.3.0", "saveSpec": null, "fetchSpec": "~1.3.0" }, "_requiredBy": [ "/rc" ], "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.6.tgz", "_shasum": "f1c46a2a93a253e7b3905115e74d527cd23061a1", "_spec": "ini@~1.3.0", "_where": "/Users/oussama/WebstormProjects/node-libtidy/node_modules/rc", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "bugs": { "url": "https://github.com/isaacs/ini/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "An ini encoder/decoder for node", "devDependencies": { "standard": "^10.0.3", "tap": "^10.7.3 || 11" }, "engines": { "node": "*" }, "files": [ "ini.js" ], "homepage": "https://github.com/isaacs/ini#readme", "license": "ISC", "main": "ini.js", "name": "ini", "repository": { "type": "git", "url": "git://github.com/isaacs/ini.git" }, "scripts": { "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "pretest": "standard ini.js", "preversion": "npm test", "test": "tap test/*.js --100 -J" }, "version": "1.3.6" }