{ "_from": "comment-parser@^0.7.6", "_id": "comment-parser@0.7.6", "_inBundle": false, "_integrity": "sha512-GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==", "_location": "/comment-parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "comment-parser@^0.7.6", "name": "comment-parser", "escapedName": "comment-parser", "rawSpec": "^0.7.6", "saveSpec": null, "fetchSpec": "^0.7.6" }, "_requiredBy": [ "/eslint-plugin-jsdoc" ], "_resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.7.6.tgz", "_shasum": "0e743a53c8e646c899a1323db31f6cd337b10f12", "_spec": "comment-parser@^0.7.6", "_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/eslint-plugin-jsdoc", "author": { "name": "Sergii Iavorskyi", "email": "yavorskiy.s@gmail.com", "url": "https://github.com/yavorskiy" }, "bugs": { "url": "https://github.com/yavorskiy/comment-parser/issues" }, "bundleDependencies": false, "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" }, { "name": "Jayden Seric", "url": "https://github.com/jaydenseric" } ], "dependencies": {}, "deprecated": false, "description": "Generic JSDoc-like comment parser. ", "devDependencies": { "chai": "^4.2.0", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "mocha": "^7.1.2", "nodemon": "^2.0.3", "nyc": "^15.0.1", "readable-stream": "^3.6.0", "typescript": "^3.8.3" }, "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.6" }