@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
110 lines (109 loc) • 4.78 kB
JSON
{
"_args": [
[
{
"raw": "parse5@https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz",
"scope": null,
"escapedName": "parse5",
"name": "parse5",
"rawSpec": "https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz",
"spec": "https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz",
"type": "remote"
},
"/Users/code/tfs/agent3/_work/2/s/extensions/extension-editing"
]
],
"_from": "parse5@>=3.0.2 <4.0.0",
"_id": "parse5@3.0.2",
"_inCache": true,
"_location": "/parse5",
"_phantomChildren": {},
"_requested": {
"raw": "parse5@https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz",
"scope": null,
"escapedName": "parse5",
"name": "parse5",
"rawSpec": "https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz",
"spec": "https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz",
"type": "remote"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz",
"_shasum": "05eff57f0ef4577fb144a79f8b9a967a6cc44510",
"_shrinkwrap": null,
"_spec": "parse5@https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz",
"_where": "/Users/code/tfs/agent3/_work/2/s/extensions/extension-editing",
"author": {
"name": "Ivan Nikulin",
"email": "ifaaan@gmail.com",
"url": "https://github.com/inikulin"
},
"bugs": {
"url": "https://github.com/inikulin/parse5/issues"
},
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"dependencies": {
"@types/node": "^6.0.46"
},
"description": "HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.",
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-benchmark": "^1.1.1",
"gulp-download": "0.0.1",
"gulp-eslint": "^3.0.1",
"gulp-install": "^0.6.0",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-typedoc": "^2.0.0",
"gulp-typescript": "^3.1.2",
"publish-please": "^2.2.0",
"through2": "^2.0.0",
"typedoc": "^0.5.1",
"typescript": "^2.0.6"
},
"files": [
"lib"
],
"homepage": "https://github.com/inikulin/parse5",
"keywords": [
"html",
"parser",
"html5",
"WHATWG",
"specification",
"fast",
"html parser",
"html5 parser",
"htmlparser",
"parse5",
"serializer",
"html serializer",
"htmlserializer",
"sax",
"simple api",
"parse",
"tokenize",
"serialize",
"tokenizer"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "parse5",
"optionalDependencies": {},
"readme": "<p align=\"center\">\n <a href=\"https://github.com/inikulin/parse5\">\n <img src=\"https://raw.github.com/inikulin/parse5/master/media/logo.png\" alt=\"parse5\" />\n </a>\n</p>\n\n<p align=\"center\">\n<i>HTML parsing/serialization toolset for Node.js. <a href=\"https://html.spec.whatwg.org/multipage/\">WHATWG HTML Living Standard (aka HTML5)</a>-compliant.</i>\n</p>\n\n<p align=\"center\">\n <a href=\"https://travis-ci.org/inikulin/parse5\"><img alt=\"Build Status\" src=\"https://api.travis-ci.org/inikulin/parse5.svg\"></a>\n <a href=\"https://www.npmjs.com/package/parse5\"><img alt=\"NPM Version\" src=\"https://img.shields.io/npm/v/parse5.svg\"></a>\n <a href=\"https://npmjs.org/package/parse5\"><img alt=\"Downloads\" src=\"http://img.shields.io/npm/dm/parse5.svg\"></a>\n <a href=\"https://npmjs.org/package/parse5\"><img alt=\"Downloads total\" src=\"http://img.shields.io/npm/dt/parse5.svg\"></a>\n</p>\n\n<p align=\"center\">\n<b><i>parse5</i></b> provides nearly everything you may need when dealing with HTML. It's the fastest spec-compliant HTML parser\nfor Node to date. It parses HTML the way the latest version of your browser does. It has proven itself reliable in such projects\nas <a href=\"https://github.com/tmpvar/jsdom\">jsdom</a>, <a href=\"https://github.com/angular/angular\">Angular2</a>, <a href=\"https://www.polymer-project.org\">Polymer</a> and many more.\n</p>\n\n----\n\n<p align=\"center\">\n <a href=\"http://inikulin.github.io/parse5\">Documentation</a>\n</p>\n\n<p align=\"center\">\n <a href=\"http://inikulin.github.io/parse5#version-history\">Version history</a>\n</p>\n\n<p align=\"center\">\n <a href=\"http://astexplorer.net/#/1CHlCXc4n4\">Online playground</a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://github.com/inikulin/parse5/issues\">Issue tracker</a>\n</p>\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/inikulin/parse5.git"
},
"scripts": {
"prepublish": "publish-please guard",
"publish-please": "publish-please",
"test": "gulp test"
},
"types": "./lib/index.d.ts",
"version": "3.0.2"
}