UNPKG

esprima-extract-comments

Version:

Extract code comments from string or from a glob of files using esprima.

62 lines (61 loc) 1.21 kB
{ "name": "esprima-extract-comments", "description": "Extract code comments from string or from a glob of files using esprima.", "version": "1.1.0", "homepage": "https://github.com/jonschlinkert/esprima-extract-comments", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/esprima-extract-comments", "bugs": { "url": "https://github.com/jonschlinkert/esprima-extract-comments/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=4" }, "scripts": { "test": "mocha" }, "dependencies": { "esprima": "^4.0.0" }, "devDependencies": { "gulp-format-md": "^1.0.0", "mocha": "^3.5.3" }, "keywords": [ "block", "code", "comment", "comments", "context", "esprima", "extract", "glob", "javascript", "parse" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "extract-comments", "js-comments", "parse-comments" ] }, "lint": { "reflinks": true } } }