| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "esprima-extract-comments",
- "description": "Extract code comments from string or from a glob of files using esprima.",
- "version": "0.2.1",
- "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": ">=0.8"
- },
- "scripts": {
- "test": "mocha"
- },
- "dependencies": {
- "esprima": "^2.7.1"
- },
- "keywords": [
- "block",
- "code",
- "comment",
- "comments",
- "context",
- "esprima",
- "extract",
- "glob",
- "javascript",
- "parse"
- ],
- "verb": {
- "related": {
- "list": [
- "extract-comments",
- "js-comments",
- "parse-comments"
- ]
- },
- "plugins": [
- "gulp-format-md"
- ]
- }
- }
|