tunnckoCore/acorn-extract-comments

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "acorn-extract-comments",
  "version": "0.0.0",
  "description": "Extract JavaScript code comments from a string, using `acorn`.",
  "repository": "tunnckoCore/acorn-extract-comments",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "acorn": "^3.0.2",
    "arr-filter": "^1.1.1",
    "extend-shallow": "^2.0.1",
    "strip-shebang": "^1.0.2"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "pre-commit": "*"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "acorn",
    "acorn-extract-comments",
    "ast",
    "block",
    "code",
    "code-comments",
    "comment",
    "comments",
    "extract",
    "fast",
    "get",
    "glob",
    "javascript",
    "js",
    "line",
    "string",
    "tokenize",
    "tokens",
    "use"
  ]
}