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/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/stringify-entities"
]
],
"_from": "character-entities-html4@>=1.0.0 <2.0.0",
"_id": "character-entities-html4@1.1.1",
"_inCache": true,
"_location": "/character-entities-html4",
"_nodeVersion": "4.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/character-entities-html4-1.1.1.tgz_1499793624920_0.09249134175479412"
},
"_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.1.tgz",
"_shasum": "359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50",
"_shrinkwrap": null,
"_spec": "character-entities-html4@^1.0.0",
"_where": "/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/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": "^14.0.0",
"concat-stream": "^1.5.2",
"esmangle": "^1.0.1",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.0.0",
"xo": "^0.18.0"
},
"directories": {},
"dist": {
"shasum": "359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50",
"tarball": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.1.tgz"
},
"files": [
"index.json"
],
"gitHead": "5f4898282ba7563f9aabc774005bb89dfd5a50a6",
"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": {
"plugins": [
"preset-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 . -qfo",
"lint": "xo",
"test": "npm run build && npm run lint && npm run test-api",
"test-api": "node test"
},
"version": "1.1.1",
"xo": {
"space": true,
"esnext": false,
"ignores": [
"character-entities-html4.js"
]
}
}