| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "parse-code-context",
- "description": "Parse code context in a single line of javascript, for functions, variable declarations, methods, prototype properties, prototype methods etc.",
- "version": "0.2.2",
- "homepage": "https://github.com/jonschlinkert/parse-code-context",
- "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "repository": "jonschlinkert/parse-code-context",
- "bugs": {
- "url": "https://github.com/jonschlinkert/parse-code-context/issues"
- },
- "license": "MIT",
- "files": [
- "index.js"
- ],
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "devDependencies": {
- "gulp": "^3.9.0",
- "gulp-eslint": "^1.0.0",
- "gulp-format-md": "^0.1.4",
- "gulp-istanbul": "^0.10.2",
- "gulp-mocha": "^2.1.3",
- "mocha": "*",
- "should": "*"
- },
- "keywords": [
- "args",
- "arguments",
- "code",
- "code-context",
- "context",
- "declaration",
- "function",
- "method",
- "parse",
- "property",
- "prototype",
- "statement"
- ],
- "verb": {
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "code-context",
- "strip-comments",
- "snapdragon"
- ]
- }
- }
- }
|