node/tools/eslint/node_modules/parse-entities/package.json
Rich Trott 31f572c3ea
tools: update to ESLint 4.3.0
PR-URL: https://github.com/nodejs/node/pull/14417
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2017-09-05 12:50:01 -04:00

149 lines
3.9 KiB
JSON

{
"_args": [
[
{
"raw": "parse-entities@^1.0.2",
"scope": null,
"escapedName": "parse-entities",
"name": "parse-entities",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/remark-parse"
]
],
"_from": "parse-entities@>=1.0.2 <2.0.0",
"_id": "parse-entities@1.1.1",
"_inCache": true,
"_location": "/parse-entities",
"_nodeVersion": "4.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/parse-entities-1.1.1.tgz_1497637037808_0.8155671106651425"
},
"_npmUser": {
"name": "wooorm",
"email": "tituswormer@gmail.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "parse-entities@^1.0.2",
"scope": null,
"escapedName": "parse-entities",
"name": "parse-entities",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/remark-parse",
"/remark-stringify"
],
"_resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.1.tgz",
"_shasum": "8112d88471319f27abae4d64964b122fe4e1b890",
"_shrinkwrap": null,
"_spec": "parse-entities@^1.0.2",
"_where": "/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/remark-parse",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/parse-entities/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {
"character-entities": "^1.0.0",
"character-entities-legacy": "^1.0.0",
"character-reference-invalid": "^1.0.0",
"is-alphanumerical": "^1.0.0",
"is-decimal": "^1.0.0",
"is-hexadecimal": "^1.0.0"
},
"description": "Parse HTML character references: fast, spec-compliant, positional information",
"devDependencies": {
"browserify": "^14.0.0",
"esmangle": "^1.0.0",
"nyc": "^11.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.2.0",
"xo": "^0.18.0"
},
"directories": {},
"dist": {
"shasum": "8112d88471319f27abae4d64964b122fe4e1b890",
"tarball": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.1.tgz"
},
"files": [
"index.js"
],
"gitHead": "97b0395ac443ba8f49d34cb0de07da186f654108",
"homepage": "https://github.com/wooorm/parse-entities#readme",
"keywords": [
"parse",
"html",
"character",
"reference",
"entity",
"entities"
],
"license": "MIT",
"maintainers": [
{
"name": "wooorm",
"email": "tituswormer@gmail.com"
}
],
"name": "parse-entities",
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/parse-entities.git"
},
"scripts": {
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js --bare -s parseEntities > parse-entities.js",
"build-mangle": "esmangle parse-entities.js > parse-entities.min.js",
"build-md": "remark . -qfo",
"lint": "xo",
"test": "npm run build && npm run lint && npm run test-coverage",
"test-api": "node test.js",
"test-coverage": "nyc --reporter lcov tape test.js"
},
"version": "1.1.1",
"xo": {
"space": true,
"esnext": false,
"rules": {
"guard-for-in": "off",
"no-negated-condition": "off",
"max-depth": "off",
"complexity": "off"
},
"ignores": [
"parse-entities.js"
]
}
}