code-context
Version:
Parse a string of javascript to determine the context for functions, variables and comments based on the code that follows.
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "code-context",
"description": "Parse a string of javascript to determine the context for functions, variables and comments based on the code that follows.",
"version": "0.5.3",
"homepage": "https://github.com/jonschlinkert/code-context",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/code-context",
"bugs": {
"url": "https://github.com/jonschlinkert/code-context/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"parse-code-context": "^0.1.3"
},
"devDependencies": {
"fs-utils": "^0.4.3",
"mocha": "*",
"should": "^4.0.4"
},
"keywords": [
"code",
"comment",
"context",
"declaration",
"docs",
"documentation",
"expression",
"extract",
"function",
"javascript",
"js",
"method",
"parse",
"property",
"prototype",
"statement"
]
}