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.
107 lines
2.5 KiB
107 lines
2.5 KiB
6 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"entities@~1.1.1",
|
||
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/dom-serializer"
|
||
|
]
|
||
|
],
|
||
|
"_from": "entities@>=1.1.1 <1.2.0",
|
||
|
"_id": "entities@1.1.1",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/entities",
|
||
|
"_npmUser": {
|
||
|
"email": "me@feedic.com",
|
||
|
"name": "feedic"
|
||
|
},
|
||
|
"_npmVersion": "1.4.6",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "entities",
|
||
|
"raw": "entities@~1.1.1",
|
||
|
"rawSpec": "~1.1.1",
|
||
|
"scope": null,
|
||
|
"spec": ">=1.1.1 <1.2.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/dom-serializer"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
|
||
|
"_shasum": "6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "entities@~1.1.1",
|
||
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/dom-serializer",
|
||
|
"author": {
|
||
|
"email": "me@feedic.com",
|
||
|
"name": "Felix Boehm"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/fb55/node-entities/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "Encode & decode XML/HTML entities with ease",
|
||
|
"devDependencies": {
|
||
|
"coveralls": "*",
|
||
|
"istanbul": "*",
|
||
|
"jshint": "2",
|
||
|
"mocha": "1",
|
||
|
"mocha-lcov-reporter": "*"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"dist": {
|
||
|
"shasum": "6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0",
|
||
|
"tarball": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz"
|
||
|
},
|
||
|
"homepage": "https://github.com/fb55/node-entities",
|
||
|
"jshintConfig": {
|
||
|
"eqeqeq": true,
|
||
|
"eqnull": true,
|
||
|
"freeze": true,
|
||
|
"globals": {
|
||
|
"describe": true,
|
||
|
"it": true
|
||
|
},
|
||
|
"latedef": "nofunc",
|
||
|
"noarg": true,
|
||
|
"node": true,
|
||
|
"nonbsp": true,
|
||
|
"proto": true,
|
||
|
"quotmark": "double",
|
||
|
"smarttabs": true,
|
||
|
"trailing": true,
|
||
|
"undef": true,
|
||
|
"unused": true
|
||
|
},
|
||
|
"keywords": [
|
||
|
"html",
|
||
|
"xml",
|
||
|
"entity",
|
||
|
"encoding"
|
||
|
],
|
||
|
"license": "BSD-like",
|
||
|
"main": "./index.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"email": "me@feedic.com",
|
||
|
"name": "feedic"
|
||
|
}
|
||
|
],
|
||
|
"name": "entities",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/fb55/node-entities.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
|
||
|
"lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
|
||
|
"lint": "jshint index.js lib/*.js test/*.js",
|
||
|
"test": "mocha && npm run lint"
|
||
|
},
|
||
|
"version": "1.1.1"
|
||
|
}
|