tunnckoCore/get-comments

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "get-comments",
  "version": "1.0.1",
  "description": "Extract javascript comments on per character basis. Comment object compatible with `acorn-extract-comments` and Esprima format.",
  "repository": "tunnckoCore/get-comments",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {},
  "devDependencies": {
    "assertit": "^0.1.0"
  },
  "keywords": [
    "array",
    "code",
    "codecomments",
    "comments",
    "esprima",
    "extract",
    "jscomments",
    "locations",
    "object"
  ]
}