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.
 
 
 
 
 
 

132 lines
3.6 KiB

{
"_args": [
[
{
"raw": "character-entities@^1.0.0",
"scope": null,
"escapedName": "character-entities",
"name": "character-entities",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/trott/io.js/tools/eslint/node_modules/parse-entities"
]
],
"_from": "character-entities@>=1.0.0 <2.0.0",
"_id": "character-entities@1.2.0",
"_inCache": true,
"_location": "/character-entities",
"_nodeVersion": "4.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/character-entities-1.2.0.tgz_1478289534115_0.5894565787166357"
},
"_npmUser": {
"name": "wooorm",
"email": "tituswormer@gmail.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "character-entities@^1.0.0",
"scope": null,
"escapedName": "character-entities",
"name": "character-entities",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/parse-entities"
],
"_resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz",
"_shasum": "a683e2cf75dbe8b171963531364e58e18a1b155f",
"_shrinkwrap": null,
"_spec": "character-entities@^1.0.0",
"_where": "/Users/trott/io.js/tools/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"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {},
"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"
},
"directories": {},
"dist": {
"shasum": "a683e2cf75dbe8b171963531364e58e18a1b155f",
"tarball": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz"
},
"files": [
"index.json"
],
"gitHead": "c091dd2371a10a25095de2967ebb95458389fdb4",
"homepage": "https://github.com/wooorm/character-entities#readme",
"keywords": [
"html",
"entity",
"entities",
"character",
"reference",
"name",
"replacement"
],
"license": "MIT",
"main": "index.json",
"maintainers": [
{
"name": "wooorm",
"email": "tituswormer@gmail.com"
}
],
"name": "character-entities",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
]
}
}