{ "_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" }, "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-parse" ] ], "_from": "parse-entities@>=1.0.2 <2.0.0", "_id": "parse-entities@1.1.0", "_inCache": true, "_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": { "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.0.tgz", "_shasum": "4bc58f35fdc8e65dded35a12f2e40223ca24a3f7", "_shrinkwrap": null, "_spec": "parse-entities@^1.0.2", "_where": "j:\\temp\\_git\\node-fork\\tools\\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", "has": "^1.0.1", "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": "^13.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", "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" }, "files": [ "index.js" ], "gitHead": "5ff1136a4921a216e7baaefa23febb40d68b4712", "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": { "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": "*" } }, "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 . --quiet --frail", "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", "xo": { "space": true, "rules": { "guard-for-in": "off", "no-negated-condition": "off", "max-depth": "off", "max-lines": "off", "complexity": "off", "no-eq-null": "off", "eqeqeq": "off" }, "ignores": [ "parse-entities.js", "parse-entities.min.js" ] } }