UNPKG

@goto-bus-stop/common-shake

Version:
39 lines (38 loc) 930 B
{ "name": "@goto-bus-stop/common-shake", "version": "2.4.1", "description": "CommonJS Tree Shake (fork)", "main": "lib/shake.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/goto-bus-stop/common-shake.git" }, "scripts": { "lint": "eslint lib/*.js lib/**/*.js test/*.js", "test:no-cov": "mocha --reporter=spec test/*-test.js", "test:cov": "nyc --reporter=html mocha --reporter=spec test/*-test.js", "test": "npm run test:cov && npm run lint" }, "files": [ "lib" ], "keywords": [ "commonjs", "tree", "shake" ], "author": "Fedor Indutny <fedor@indutny.com> (http://darksi.de/)", "license": "MIT", "dependencies": { "acorn-walk": "^7.0.0", "debug": "^3.2.6", "escope": "^3.6.0" }, "devDependencies": { "acorn": "^7.0.0", "assert-text": "^1.1.2", "eslint": "^6.4.0", "mocha": "^5.2.0", "nyc": "^15.0.0" } }