404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.59.225.66: ~ $
{
  "name": "comment-parser",
  "version": "0.7.6",
  "description": "Generic JSDoc-like comment parser. ",
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "test": "tests"
  },
  "dependencies": {},
  "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"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "scripts": {
    "typescript": "tsc index.d.ts",
    "lint:fix": "eslint --fix .",
    "test:lint": "eslint .",
    "test:typescript": "tsc index.d.ts",
    "test:unit": "nyc mocha tests",
    "test": "npm run test:typescript && npm run test:lint && npm run test:unit",
    "watch": "nodemon -q -i node_modules -x npm test"
  },
  "nyc": {
    "branches": 85,
    "lines": 85,
    "functions": 85,
    "statements": 85,
    "exclude": [
      "tests"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:yavorskiy/comment-parser.git"
  },
  "keywords": [
    "jsdoc",
    "comments",
    "parser"
  ],
  "author": "Sergii Iavorskyi <yavorskiy.s@gmail.com> (https://github.com/yavorskiy)",
  "contributors": [
    "Alexej Yaroshevich (https://github.com/zxqfox)",
    "Andre Wachsmuth (https://github.com/blutorange)",
    "Brett Zamir (https://github.com/brettz9)",
    "Dieter Oberkofler (https://github.com/doberkofler)",
    "Evgeny Reznichenko (https://github.com/zxcabs)",
    "Javier \"Ciberma\" Mora (https://github.com/jhm-ciberman)",
    "Jordan Harband (https://github.com/ljharb)",
    "tengattack (https://github.com/tengattack)",
    "Jayden Seric (https://github.com/jaydenseric)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yavorskiy/comment-parser/issues"
  },
  "homepage": "https://github.com/yavorskiy/comment-parser"
}

Filemanager

Name Type Size Permission Actions
.github Folder 0755
.vscode Folder 0755
.editorconfig File 243 B 0644
.eslintignore File 15 B 0644
.eslintrc.json File 142 B 0644
CHANGELOG.md File 2.34 KB 0644
LICENSE File 1.06 KB 0644
README.md File 7.42 KB 0644
index.d.ts File 7.26 KB 0644
index.js File 1.2 KB 0644
package.json File 2 KB 0644
parser.js File 7.21 KB 0644
parsers.js File 2.85 KB 0644
stringifier.js File 1.77 KB 0644