mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
128 lines
3.0 KiB
JSON
128 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"comment-parser@0.7.2",
|
|
"."
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "comment-parser@0.7.2",
|
|
"_id": "comment-parser@0.7.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4Rjb1FnxtOcv9qsfuaNuVsmmVn4ooVoBHzYfyKteiXwIU84PClyGA5jASoFMwPV93+FPh9spwueXauxFJZkGAg==",
|
|
"_location": "/comment-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "comment-parser@0.7.2",
|
|
"name": "comment-parser",
|
|
"escapedName": "comment-parser",
|
|
"rawSpec": "0.7.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.7.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-jsdoc"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.7.2.tgz",
|
|
"_spec": "0.7.2",
|
|
"_where": ".",
|
|
"author": {
|
|
"name": "Sergii Iavorskyi",
|
|
"email": "yavorskiy.s@gmail.com",
|
|
"url": "https://github.com/yavorskiy"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yavorskiy/comment-parser/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Alexej Yaroshevich",
|
|
"url": "https://github.com/zxqfox"
|
|
},
|
|
{
|
|
"name": "Andre Wachsmuth",
|
|
"url": "https://github.com/blutorange"
|
|
},
|
|
{
|
|
"name": "Brett Zamir",
|
|
"url": "https://github.com/brettz9"
|
|
},
|
|
{
|
|
"name": "Dieter Oberkofler",
|
|
"url": "https://github.com/doberkofler"
|
|
},
|
|
{
|
|
"name": "Evgeny Reznichenko",
|
|
"url": "https://github.com/zxcabs"
|
|
},
|
|
{
|
|
"name": "Javier \"Ciberma\" Mora",
|
|
"url": "https://github.com/jhm-ciberman"
|
|
},
|
|
{
|
|
"name": "Jordan Harband",
|
|
"url": "https://github.com/ljharb"
|
|
},
|
|
{
|
|
"name": "tengattack",
|
|
"url": "https://github.com/tengattack"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Generic JSDoc-like comment parser. ",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-node": "^10.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"mocha": "^6.2.2",
|
|
"nodemon": "^1.19.4",
|
|
"nyc": "^14.1.1",
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
},
|
|
"homepage": "https://github.com/yavorskiy/comment-parser",
|
|
"keywords": [
|
|
"jsdoc",
|
|
"comments",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "comment-parser",
|
|
"nyc": {
|
|
"branches": 85,
|
|
"lines": 85,
|
|
"functions": 85,
|
|
"statements": 85,
|
|
"exclude": [
|
|
"tests"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/yavorskiy/comment-parser.git"
|
|
},
|
|
"scripts": {
|
|
"lint:fix": "eslint --fix .",
|
|
"test": "npm run test:typescript && npm run test:lint && npm run test:unit",
|
|
"test:lint": "eslint .",
|
|
"test:typescript": "tsc index.d.ts",
|
|
"test:unit": "nyc mocha tests",
|
|
"typescript": "tsc index.d.ts",
|
|
"watch": "nodemon -q -i node_modules -x npm test"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "0.7.2"
|
|
}
|