UNPKG

jsctags-oasis

Version:
78 lines (77 loc) 1.87 kB
{ "name": "jsctags-oasis", "version": "0.0.9", "description": "jsctags generator", "keywords": [ "ctags", "jsctags", "tern" ], "homepage": "https://github.com/othree/jsctags-oasis", "bugs": { "url": "https://github.com/othree/jsctags-oasis/issues" }, "license": "MIT", "main": "src/parser.js", "bin": { "jsctags": "bin/jsctags" }, "files": [ "bin", "src", "lib" ], "directories": { "lib": "src", "bin": "bin" }, "repository": { "type": "git", "url": "git://github.com/othree/jsctags-oasis" }, "scripts": { "test": "NODE_ENV=test nyc node test", "lint": "eslint . bin/* --fix", "coverage": "nyc report --reporter=text-lcov | codeclimate-test-reporter" }, "dependencies": { "acorn-jsx": "^5.0.1", "acorn-walk": "^6.1.1", "async": "^2.6.1", "collect-stream": "^1.2.1", "deepmerge": "^2.1.1", "glob": "^7.1.2", "globrex": "^0.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", "minimist": "^1.2.0", "object-hash": "^1.3.0", "once": "^1.4.0", "tern": "^0.23.0", "tern-jsx": "ramitos/tern-jsx#8587d84", "tryor": "^0.1.2", "uuid": "^3.3.2" }, "devDependencies": { "assert-diff": "^1.2.6", "cli-color": "^1.2.0", "commander": "^2.20.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": "^13.3.0" } }