urltomarkdown/node_modules/domino/package.json

107 lines
3.9 KiB
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
"_args": [
[
{
"raw": "domino@^2.1.6",
"scope": null,
"escapedName": "domino",
"name": "domino",
"rawSpec": "^2.1.6",
"spec": ">=2.1.6 <3.0.0",
"type": "range"
},
"/home/centos/markdown/node_modules/turndown"
]
],
"_from": "domino@>=2.1.6 <3.0.0",
"_hasShrinkwrap": false,
"_id": "domino@2.1.6",
"_inCache": true,
"_location": "/domino",
"_nodeVersion": "14.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/domino_2.1.6_1594917481077_0.10918692233977967"
},
"_npmUser": {
"name": "cscott",
"email": "cscott@cscott.net"
},
"_npmVersion": "6.14.6",
"_phantomChildren": {},
"_requested": {
"raw": "domino@^2.1.6",
"scope": null,
"escapedName": "domino",
"name": "domino",
"rawSpec": "^2.1.6",
"spec": ">=2.1.6 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/turndown"
],
"_resolved": "https://registry.npmjs.org/domino/-/domino-2.1.6.tgz",
"_shasum": "fe4ace4310526e5e7b9d12c7de01b7f485a57ffe",
"_shrinkwrap": null,
"_spec": "domino@^2.1.6",
"_where": "/home/centos/markdown/node_modules/turndown",
"author": {
"name": "Felix Gnass",
"email": "fgnass@gmail.com"
},
"bugs": {
"url": "https://github.com/fgnass/domino/issues"
},
"dependencies": {},
"description": "Server-side DOM implementation based on Mozilla's dom.js",
"devDependencies": {
"jquery": "^3.5.1",
"jshint": "^2.11.1",
"mocha": "^6.2.3",
"should": "^13.2.3"
},
"directories": {},
"dist": {
"integrity": "sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==",
"shasum": "fe4ace4310526e5e7b9d12c7de01b7f485a57ffe",
"tarball": "https://registry.npmjs.org/domino/-/domino-2.1.6.tgz",
"fileCount": 59,
"unpackedSize": 784211,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEIJpCRA9TVsSAnZWagAArIoQAKCy2MrRSPHx37KQQXM5\nEKoxS+L2ynkGRIejD+1WvoXMOyLCZM5IFsFt3xggfdfr4Xwjif+ZXAyQZyVf\nSsXI+1jgGhyJTRSotEgJFZVwca5egpQpBwAa1dSB/yHDnu6pKgVB3NlTm25V\nIuWwB+Q/YhKQutcTyIonJeYnkMjCfCyp8+Em1az85gRcKTa6HuhX8twlIxdp\nZDOJbGONUqmM61pwH+XNFXCPWe8FvCDny+X/W00iDszOVOrBmTpEYKPR6PoQ\nf4Hu5Y+iOdr9xulPrFQfO4jg9Z1w5A0w+/sx6n5PY4qJh7k6Ij/YsFjWhyUg\nQfoxS/OBxzCcADOUAwPwzi0YT35FQdSVpOEF/STvVSMBjI6LoZ4C1PmceZW+\nQ1moroXLEKXohb86IpgZoHJee0ZfzZP4tRIWTmfhym7BpfC1N5ULCNbTw0IY\nEFufF04q+2xnJrEMHXNbmOVv/gN0x85EY7HI7smCzQ1syMqmGnwUmD0EkzIe\ncDRLlowW4QZkCnMV1IEsXaHZhEII55G2jIvRz5coL9vE3bwMILl49cuuUP6R\nOxU7DNTe5h9+DP7ai75f0yE/sU37MgX1JrGdyQuTctCzJRaUQX1HPRBo/qvu\nhx24lQJ80yq7TUkJS+QxxsANUDjIaAdoDvi1b+SPZeGSHeAKLvdvURzvGRdi\n9Kf8\r\n=9Tf4\r\n-----END PGP SIGNATURE-----\r\n"
},
"gitHead": "ba4fbd8daa04409cd4d24af7bbdb2e48fcb32093",
"homepage": "https://github.com/fgnass/domino",
"license": "BSD-2-Clause",
"main": "./lib",
"maintainers": [
{
"name": "cscott",
"email": "cscott@cscott.net"
},
{
"name": "fgnass",
"email": "fgnass@gmail.com"
}
],
"name": "domino",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/fgnass/domino.git"
},
"scripts": {
"bump-version": "npm version patch -m 'Release domino %s.' && tools/bump-version.js && npm run version && git add package.json && git commit -m 'Bump version after release.'",
"lint": "jshint lib test/*.js",
"mocha": "mocha",
"mocha-spec": "mocha -R spec",
"regen-html5lib-tests": "node test/tools/update-html5lib-tests.js test/html5lib-tests.json",
"test": "npm run lint && npm run mocha",
"test-spec": "npm run lint && npm run mocha-spec",
"version": "tools/update-changelog.js && git add CHANGELOG.md"
},
"types": "lib/index.d.ts",
"version": "2.1.6"
}