diff options
Diffstat (limited to 'tools/eslint/node_modules/parse-entities/package.json')
-rw-r--r-- | tools/eslint/node_modules/parse-entities/package.json | 107 |
1 files changed, 27 insertions, 80 deletions
diff --git a/tools/eslint/node_modules/parse-entities/package.json b/tools/eslint/node_modules/parse-entities/package.json index 065d95a54a..d37544983b 100644 --- a/tools/eslint/node_modules/parse-entities/package.json +++ b/tools/eslint/node_modules/parse-entities/package.json @@ -1,51 +1,28 @@ { - "_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/trott/io.js/tools/eslint/node_modules/remark-parse" - ] - ], - "_from": "parse-entities@>=1.0.2 <2.0.0", - "_id": "parse-entities@1.1.0", - "_inCache": true, + "_from": "parse-entities@^1.0.2", + "_id": "parse-entities@1.1.1", + "_inBundle": false, + "_integrity": "sha1-gRLYhHExnyerrk1klksSL+ThuJA=", "_location": "/parse-entities", - "_nodeVersion": "5.0.0", - "_npmOperationalInternal": { - "host": "packages-12-west.internal.npmjs.com", - "tmp": "tmp/parse-entities-1.1.0.tgz_1469964484071_0.15948437829501927" - }, - "_npmUser": { - "name": "wooorm", - "email": "tituswormer@gmail.com" - }, - "_npmVersion": "3.3.6", "_phantomChildren": {}, "_requested": { + "type": "range", + "registry": true, "raw": "parse-entities@^1.0.2", - "scope": null, - "escapedName": "parse-entities", "name": "parse-entities", + "escapedName": "parse-entities", "rawSpec": "^1.0.2", - "spec": ">=1.0.2 <2.0.0", - "type": "range" + "saveSpec": null, + "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/remark-parse", "/remark-stringify" ], - "_resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.0.tgz", - "_shasum": "4bc58f35fdc8e65dded35a12f2e40223ca24a3f7", - "_shrinkwrap": null, + "_resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.1.tgz", + "_shasum": "8112d88471319f27abae4d64964b122fe4e1b890", "_spec": "parse-entities@^1.0.2", - "_where": "/Users/trott/io.js/tools/eslint/node_modules/remark-parse", + "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/remark-parse", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", @@ -54,6 +31,7 @@ "bugs": { "url": "https://github.com/wooorm/parse-entities/issues" }, + "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", @@ -65,33 +43,24 @@ "character-entities": "^1.0.0", "character-entities-legacy": "^1.0.0", "character-reference-invalid": "^1.0.0", - "has": "^1.0.1", "is-alphanumerical": "^1.0.0", "is-decimal": "^1.0.0", "is-hexadecimal": "^1.0.0" }, + "deprecated": false, "description": "Parse HTML character references: fast, spec-compliant, positional information", "devDependencies": { - "browserify": "^13.0.0", + "browserify": "^14.0.0", "esmangle": "^1.0.0", - "nyc": "^7.1.0", - "remark-cli": "^1.0.0", - "remark-comment-config": "^4.0.0", - "remark-github": "^5.0.0", - "remark-lint": "^4.0.0", - "remark-validate-links": "^4.0.0", + "nyc": "^11.0.0", + "remark-cli": "^3.0.0", + "remark-preset-wooorm": "^3.0.0", "tape": "^4.2.0", - "xo": "^0.16.0" - }, - "directories": {}, - "dist": { - "shasum": "4bc58f35fdc8e65dded35a12f2e40223ca24a3f7", - "tarball": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.0.tgz" + "xo": "^0.18.0" }, "files": [ "index.js" ], - "gitHead": "5ff1136a4921a216e7baaefa23febb40d68b4712", "homepage": "https://github.com/wooorm/parse-entities#readme", "keywords": [ "parse", @@ -102,12 +71,6 @@ "entities" ], "license": "MIT", - "maintainers": [ - { - "name": "wooorm", - "email": "tituswormer@gmail.com" - } - ], "name": "parse-entities", "nyc": { "check-coverage": true, @@ -115,23 +78,10 @@ "functions": 100, "branches": 100 }, - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", "remarkConfig": { - "output": true, - "plugins": { - "lint": { - "heading-increment": false, - "list-item-spacing": false, - "no-duplicate-headings": false - }, - "github": null, - "comment-config": null, - "validate-links": null - }, - "settings": { - "bullet": "*" - } + "plugins": [ + "preset-wooorm" + ] }, "repository": { "type": "git", @@ -141,27 +91,24 @@ "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 . --quiet --frail", + "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.0", + "version": "1.1.1", "xo": { "space": true, + "esnext": false, "rules": { "guard-for-in": "off", "no-negated-condition": "off", "max-depth": "off", - "max-lines": "off", - "complexity": "off", - "no-eq-null": "off", - "eqeqeq": "off" + "complexity": "off" }, "ignores": [ - "parse-entities.js", - "parse-entities.min.js" + "parse-entities.js" ] } } |