Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/parse5/package.json')
-rw-r--r--tools/eslint/node_modules/parse5/package.json149
1 files changed, 149 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/parse5/package.json b/tools/eslint/node_modules/parse5/package.json
new file mode 100644
index 00000000000..ff2381ba855
--- /dev/null
+++ b/tools/eslint/node_modules/parse5/package.json
@@ -0,0 +1,149 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "parse5@^2.2.2",
+ "scope": null,
+ "escapedName": "parse5",
+ "name": "parse5",
+ "rawSpec": "^2.2.2",
+ "spec": ">=2.2.2 <3.0.0",
+ "type": "range"
+ },
+ "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\eslint-plugin-markdown"
+ ]
+ ],
+ "_from": "parse5@>=2.2.2 <3.0.0",
+ "_id": "parse5@2.2.3",
+ "_inCache": true,
+ "_location": "/parse5",
+ "_nodeVersion": "5.4.1",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/parse5-2.2.3.tgz_1476879539034_0.8995897020213306"
+ },
+ "_npmUser": {
+ "name": "inikulin",
+ "email": "ifaaan@gmail.com"
+ },
+ "_npmVersion": "3.3.12",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "parse5@^2.2.2",
+ "scope": null,
+ "escapedName": "parse5",
+ "name": "parse5",
+ "rawSpec": "^2.2.2",
+ "spec": ">=2.2.2 <3.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/eslint-plugin-markdown"
+ ],
+ "_resolved": "https://registry.npmjs.org/parse5/-/parse5-2.2.3.tgz",
+ "_shasum": "0c4fc41c1000c5e6b93d48b03f8083837834e9f6",
+ "_shrinkwrap": null,
+ "_spec": "parse5@^2.2.2",
+ "_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\eslint-plugin-markdown",
+ "author": {
+ "name": "Ivan Nikulin",
+ "email": "ifaaan@gmail.com",
+ "url": "https://github.com/inikulin"
+ },
+ "bugs": {
+ "url": "https://github.com/inikulin/parse5/issues"
+ },
+ "contributors": [
+ {
+ "name": "Alan Clarke",
+ "url": "https://github.com/alanclarke"
+ },
+ {
+ "name": "Evan You",
+ "url": "http://evanyou.me"
+ },
+ {
+ "name": "Saksham Aggarwal",
+ "email": "s.agg2021@gmail.com"
+ },
+ {
+ "name": "Sebastian Mayr",
+ "email": "sebmaster16@gmail.com",
+ "url": "http://blog.smayr.name"
+ },
+ {
+ "name": "Sean Lang",
+ "email": "slang800@gmail.com",
+ "url": "http://slang.cx"
+ }
+ ],
+ "dependencies": {},
+ "description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js",
+ "devDependencies": {
+ "del": "^2.0.2",
+ "gulp": "^3.9.0",
+ "gulp-benchmark": "^1.1.1",
+ "gulp-concat": "^2.6.0",
+ "gulp-download": "0.0.1",
+ "gulp-eslint": "^3.0.1",
+ "gulp-insert": "^0.5.0",
+ "gulp-install": "^0.6.0",
+ "gulp-jsdoc-to-markdown": "^1.1.1",
+ "gulp-mocha": "^2.1.3",
+ "gulp-rename": "^1.2.2",
+ "publish-please": "^2.2.0",
+ "through2": "^2.0.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "0c4fc41c1000c5e6b93d48b03f8083837834e9f6",
+ "tarball": "https://registry.npmjs.org/parse5/-/parse5-2.2.3.tgz"
+ },
+ "files": [
+ "lib"
+ ],
+ "gitHead": "a06ec5006ee88f55d124d195b32ba3d261791acf",
+ "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",
+ "maintainers": [
+ {
+ "name": "inikulin",
+ "email": "ifaaan@gmail.com"
+ }
+ ],
+ "name": "parse5",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/inikulin/parse5.git"
+ },
+ "scripts": {
+ "prepublish": "publish-please guard",
+ "publish-please": "publish-please",
+ "test": "gulp test"
+ },
+ "version": "2.2.3"
+}