UNPKG

jsctags

Version:
75 lines (74 loc) 1.89 kB
{ "name": "jsctags", "version": "5.2.2", "description": "jsctags generator", "keywords": [ "ctags", "jsctags", "tern" ], "homepage": "https://github.com/ramitos/jsctags", "bugs": { "url": "http://github.com/ramitos/jsctags/issues", "email": "mail@sergioramos.me" }, "license": "MIT", "main": "src/parser.js", "bin": { "jsctags": "bin/jsctags", "xjsctags": "bin/xjsctags" }, "directories": { "lib": "src", "bin": "bin" }, "repository": { "type": "git", "url": "git://github.com/ramitos/jsctags.git" }, "scripts": { "test": "NODE_ENV=test nyc node test", "lint": "eslint . --fix", "coverage": "nyc report --reporter=text-lcov | codeclimate-test-reporter" }, "dependencies": { "acorn": "^5.6.1", "acorn-jsx": "^4.1.1", "async": "^2.6.1", "collect-stream": "^1.2.1", "deepmerge": "^2.1.1", "force-array": "^3.1.0", "glob": "^7.1.2", "lodash.clonedeep": "^4.5.0", "lodash.defaults": "^4.2.0", "lodash.flatten": "^4.4.0", "lodash.get": "^4.4.2", "lodash.includes": "^4.3.0", "lodash.isarray": "^4.0.0", "lodash.isfunction": "^3.0.9", "lodash.isplainobject": "^4.0.6", "lodash.isstring": "^4.0.1", "lodash.isundefined": "^3.0.1", "lodash.sortby": "^4.7.0", "lodash.without": "^4.4.0", "node-uuid": "^1.4.8", "object-hash": "^1.3.0", "once": "^1.4.0", "optimist": "^0.6.1", "tern": "^0.21.0", "tern-jsx": "ramitos/tern-jsx#8587d84", "tryor": "^0.1.2" }, "devDependencies": { "assert-diff": "^1.2.6", "cli-color": "^1.2.0", "codeclimate-test-reporter": "^0.5.0", "eslint": "^4.19.1", "eslint-config-xo-react": "^0.16.0", "eslint-config-xo-space": "^0.18.0", "eslint-plugin-react": "^7.8.2", "longjohn": "^0.2.12", "md5": "^2.2.1", "nyc": "^12.0.1" } }