You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

133 lines
3.7 KiB

{
"_args": [
[
{
"raw": "character-entities-html4@^1.0.0",
"scope": null,
"escapedName": "character-entities-html4",
"name": "character-entities-html4",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/trott/io.js/tools/eslint/node_modules/stringify-entities"
]
],
"_from": "character-entities-html4@>=1.0.0 <2.0.0",
"_id": "character-entities-html4@1.1.0",
"_inCache": true,
"_location": "/character-entities-html4",
"_nodeVersion": "4.0.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/character-entities-html4-1.1.0.tgz_1478288953070_0.18045797967351973"
},
"_npmUser": {
"name": "wooorm",
"email": "tituswormer@gmail.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "character-entities-html4@^1.0.0",
"scope": null,
"escapedName": "character-entities-html4",
"name": "character-entities-html4",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/stringify-entities"
],
"_resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.0.tgz",
"_shasum": "1ab08551d3ce1fa1df08d00fb9ca1defb147a06c",
"_shrinkwrap": null,
"_spec": "character-entities-html4@^1.0.0",
"_where": "/Users/trott/io.js/tools/eslint/node_modules/stringify-entities",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/character-entities-html4/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {},
"description": "HTML4 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"
},
"directories": {},
"dist": {
"shasum": "1ab08551d3ce1fa1df08d00fb9ca1defb147a06c",
"tarball": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.0.tgz"
},
"files": [
"index.json"
],
"gitHead": "85835d7948614c96443f5191ea0e2265b41987da",
"homepage": "https://github.com/wooorm/character-entities-html4#readme",
"keywords": [
"html",
"html4",
"entity",
"entities",
"character",
"reference",
"name",
"replacement"
],
"license": "MIT",
"main": "index.json",
"maintainers": [
{
"name": "wooorm",
"email": "tituswormer@gmail.com"
}
],
"name": "character-entities-html4",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"remarkConfig": {
"output": true,
"presets": "wooorm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/character-entities-html4.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 characterEntitiesHTML4 > character-entities-html4.js",
"build-generate": "node build",
"build-mangle": "esmangle character-entities-html4.js > character-entities-html4.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.1.0",
"xo": {
"space": true,
"ignores": [
"character-entities-html4.js"
]
}
}