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.

152 lines
4.0 KiB

{
"_args": [
[
{
"raw": "stringify-entities@^1.0.1",
"scope": null,
"escapedName": "stringify-entities",
"name": "stringify-entities",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-stringify"
]
],
"_from": "stringify-entities@>=1.0.1 <2.0.0",
"_id": "stringify-entities@1.3.0",
"_inCache": true,
"_location": "/stringify-entities",
"_nodeVersion": "4.0.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/stringify-entities-1.3.0.tgz_1480008002322_0.8982367573771626"
},
"_npmUser": {
"name": "wooorm",
"email": "tituswormer@gmail.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "stringify-entities@^1.0.1",
"scope": null,
"escapedName": "stringify-entities",
"name": "stringify-entities",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/remark-stringify"
],
"_resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.0.tgz",
"_shasum": "2244a516c4f1e8e01b73dad01023016776abd917",
"_shrinkwrap": null,
"_spec": "stringify-entities@^1.0.1",
"_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-stringify",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/hast-util-to-html/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {
"character-entities-html4": "^1.0.0",
"character-entities-legacy": "^1.0.0",
"has": "^1.0.1",
"is-alphanumerical": "^1.0.0",
"is-hexadecimal": "^1.0.0"
},
"description": "Encode HTML character references and character entities",
"devDependencies": {
"browserify": "^13.0.0",
"character-entities": "^1.0.0",
"esmangle": "^1.0.0",
"nyc": "^10.0.0",
"remark-cli": "^2.1.0",
"remark-preset-wooorm": "^1.0.0",
"tape": "^4.0.0",
"xo": "^0.17.1"
},
"directories": {},
"dist": {
"shasum": "2244a516c4f1e8e01b73dad01023016776abd917",
"tarball": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.0.tgz"
},
"files": [
"dangerous.json",
"index.js"
],
"gitHead": "ae8ece85dd2f9f980bfb7eca9da77cc804350194",
"homepage": "https://github.com/wooorm/stringify-entities#readme",
"keywords": [
"stringify",
"encode",
"escape",
"html",
"character",
"reference",
"entity",
"entities"
],
"license": "MIT",
"maintainers": [
{
"name": "wooorm",
"email": "tituswormer@gmail.com"
}
],
"name": "stringify-entities",
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"remarkConfig": {
"presets": "wooorm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/stringify-entities.git"
},
"scripts": {
"build": "npm run build-dangerous && npm run build-md && npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js --bare -s stringifyEntities > stringify-entities.js",
"build-dangerous": "node build",
"build-mangle": "esmangle stringify-entities.js > stringify-entities.min.js",
"build-md": "remark . -qfo",
"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.3.0",
"xo": {
"space": true,
"rules": {
"guard-for-in": "off",
"eqeqeq": [
"off",
"allow-null"
],
"no-eq-null": "off"
},
"ignores": [
"stringify-entities.js"
]
}
}