{ "_from": "character-entities@^1.0.0", "_id": "character-entities@1.2.0", "_inBundle": false, "_integrity": "sha1-poPiz3Xb6LFxljUxNk5Y4YobFV8=", "_location": "/character-entities", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "character-entities@^1.0.0", "name": "character-entities", "escapedName": "character-entities", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/parse-entities" ], "_resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz", "_shasum": "a683e2cf75dbe8b171963531364e58e18a1b155f", "_spec": "character-entities@^1.0.0", "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/parse-entities", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/character-entities/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": {}, "deprecated": false, "description": "HTML character entity information", "devDependencies": { "bail": "^1.0.1", "browserify": "^13.0.1", "concat-stream": "^1.5.2", "esmangle": "^1.0.1", "nyc": "^8.0.0", "remark-cli": "^2.0.0", "remark-preset-wooorm": "^1.0.0", "tape": "^4.0.0", "xo": "^0.17.0" }, "files": [ "index.json" ], "homepage": "https://github.com/wooorm/character-entities#readme", "keywords": [ "html", "entity", "entities", "character", "reference", "name", "replacement" ], "license": "MIT", "main": "index.json", "name": "character-entities", "remarkConfig": { "output": true, "presets": "wooorm" }, "repository": { "type": "git", "url": "git+https://github.com/wooorm/character-entities.git" }, "scripts": { "build": "npm run build-md && npm run build-generate && npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.json --bare -s characterEntities > character-entities.js", "build-generate": "node build", "build-mangle": "esmangle character-entities.js > character-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", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "1.2.0", "xo": { "space": true, "ignores": [ "character-entities.js" ] } }