{"_id":"depcheck","_rev":"2237254","name":"depcheck","description":"Check dependencies in your node module","dist-tags":{"latest":"1.4.3","next":"0.7.0-alpha.1"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"time":{"modified":"2022-01-09T19:16:18.000Z","created":"2013-09-20T13:01:53.300Z","1.4.3":"2022-01-09T19:04:19.361Z","0.0.1":"2022-01-09T19:03:51.716Z","1.4.2":"2021-06-25T12:46:24.228Z","1.4.1":"2021-05-11T07:14:40.793Z","1.4.0":"2021-02-16T15:13:27.703Z","1.3.1":"2020-11-09T23:01:41.746Z","1.3.0":"2020-11-09T15:36:42.946Z","1.2.0":"2020-08-12T08:50:57.499Z","1.1.0":"2020-08-12T08:40:47.955Z","1.0.0":"2020-07-05T08:09:00.781Z","0.9.2":"2020-01-30T10:32:50.755Z","0.9.1":"2019-11-08T23:24:51.123Z","0.9.0":"2019-11-01T22:45:06.807Z","0.8.4":"2019-10-29T20:27:03.663Z","0.8.3":"2019-07-09T09:27:44.503Z","0.8.2":"2019-07-03T08:30:48.791Z","0.8.1":"2019-06-14T08:48:53.878Z","0.8.0":"2019-05-08T14:05:29.317Z","0.7.2":"2019-02-28T18:46:21.057Z","0.7.1":"2019-01-27T10:34:25.284Z","0.7.0-alpha.1":"2018-09-12T13:34:11.493Z","0.6.11":"2018-08-25T03:52:25.686Z","0.6.10":"2018-08-25T03:50:32.937Z","0.6.10-beta.2":"2018-08-23T19:05:30.759Z","0.6.10-beta.1":"2018-08-20T09:12:57.372Z","0.6.9":"2018-02-28T03:54:41.616Z","0.6.8":"2017-10-10T13:23:05.326Z","0.6.7":"2016-12-08T16:06:23.118Z","0.6.6":"2016-11-29T18:10:11.960Z","0.6.5":"2016-11-18T18:51:30.056Z","0.6.4":"2016-07-24T10:43:32.055Z","0.6.3":"2016-04-01T20:25:24.549Z","0.6.2":"2016-03-27T13:08:32.204Z","0.6.1":"2016-03-19T15:00:21.592Z","0.7.0-beta.1":"2016-03-13T14:31:22.370Z","0.6.0":"2016-02-24T17:51:32.136Z","0.5.11":"2015-12-02T14:45:28.398Z","0.5.10":"2015-11-22T01:16:10.314Z","0.5.9":"2015-11-04T14:22:38.019Z","0.4.7":"2015-04-24T18:29:21.221Z","0.4.6":"2015-04-24T18:28:01.919Z","0.4.5":"2015-02-26T12:23:45.573Z","0.4.3":"2014-09-13T21:21:56.160Z","0.4.2":"2014-09-09T07:50:12.800Z","0.4.1":"2014-06-16T10:03:12.967Z","0.4.0":"2014-06-14T20:13:06.454Z","0.3.1":"2014-06-09T15:09:54.139Z","0.3.0":"2014-05-25T22:18:24.678Z","0.2.0":"2013-09-22T15:23:24.039Z","0.1.0":"2013-09-20T13:01:53.300Z"},"users":{"real_ate":true,"sevko":true,"denji":true,"erincinci":true,"cycomachead":true,"bense4ger":true,"nanook":true,"seachange":true,"jacopkane":true,"austinkeeley":true,"stany":true,"lijunle":true,"leahcimic":true,"timothy.pharo":true,"moosecouture":true,"alex-cory":true,"meetravi":true,"noyobo":true,"voyant":true,"rochejul":true,"sdt":true,"albizures":true,"zoomyzoom":true,"tdmalone":true,"griffithtp":true,"brutaldev":true,"muroc":true,"calebo":true,"wedneyyuri":true,"vnguyen":true,"huhgawz":true,"maximusx":true,"hckhanh":true,"leizongmin":true,"vio":true,"herrherrmann":true,"tomkuehl":true,"wfalkwallace":true,"doublelift":true,"emah":true,"xlaoyu":true,"abnerlin":true,"maemichi-monosense":true,"brunocarvalhodearaujo":true,"adilibre":true,"2lach":true,"tommyldunn":true,"milotindragos":true,"ramonrf":true,"jeltemx":true,"kontrollanten":true,"stefano_magrassi":true,"dsiddy":true,"anchnk":true,"mikroacse":true,"brofox":true,"nicomee":true,"stone_breaker":true},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"versions":{"1.4.3":{"name":"depcheck","version":"1.4.3","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"7.16.4","@babel/traverse":"^7.12.5","@vue/compiler-sfc":"^3.0.5","camelcase":"^6.2.0","cosmiconfig":"^7.0.0","debug":"^4.2.0","deps-regex":"^0.1.4","ignore":"^5.1.8","is-core-module":"^2.4.0","js-yaml":"^3.14.0","json5":"^2.1.3","lodash":"^4.17.20","minimatch":"^3.0.4","multimatch":"^5.0.0","please-upgrade-node":"^3.2.0","query-ast":"^1.0.3","readdirp":"^3.5.0","require-package-name":"^2.0.1","resolve":"^1.18.1","sass":"^1.29.0","scss-parser":"^1.0.4","semver":"^7.3.2","yargs":"^16.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/plugin-transform-object-assign":"^7.12.1","@babel/polyfill":"^7.12.1","@babel/preset-env":"^7.12.1","@babel/register":"^7.12.1","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.4","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.13.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-mocha":"^8.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.21.5","fs-extra":"^9.0.1","mocha":"^8.2.1","node-sass":"^6.0.0","nyc":"^15.1.0","patch-version":"^0.1.1","prettier":"^2.1.2","proxyquire":"^2.1.3","should":"^13.2.3","svelte":"^3.38.2","typescript":"^4.0.5"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"d0af6ba14e7445b32074c374c0ae3ebaf6828e46","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@1.4.3","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"faa4c143921f3fe25d5a7a633f9864327c250843","size":50697,"noattachment":false,"key":"/depcheck/-/depcheck-1.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-1.4.3.tgz"},"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_1.4.3_1641755059158_0.5025780595632534"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-09T19:04:27.512Z","publish_time":1641755059361,"_cnpm_publish_time":1641755059361},"0.0.1":{"name":"depcheck","version":"0.0.1","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"7.16.4","@babel/traverse":"^7.12.5","@vue/compiler-sfc":"^3.0.5","camelcase":"^6.2.0","cosmiconfig":"^7.0.0","debug":"^4.2.0","deps-regex":"^0.1.4","ignore":"^5.1.8","is-core-module":"^2.4.0","js-yaml":"^3.14.0","json5":"^2.1.3","lodash":"^4.17.20","minimatch":"^3.0.4","multimatch":"^5.0.0","please-upgrade-node":"^3.2.0","query-ast":"^1.0.3","readdirp":"^3.5.0","require-package-name":"^2.0.1","resolve":"^1.18.1","sass":"^1.29.0","scss-parser":"^1.0.4","semver":"^7.3.2","yargs":"^16.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/plugin-transform-object-assign":"^7.12.1","@babel/polyfill":"^7.12.1","@babel/preset-env":"^7.12.1","@babel/register":"^7.12.1","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.4","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.13.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-mocha":"^8.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.21.5","fs-extra":"^9.0.1","mocha":"^8.2.1","node-sass":"^6.0.0","nyc":"^15.1.0","patch-version":"^0.1.1","prettier":"^2.1.2","proxyquire":"^2.1.3","should":"^13.2.3","svelte":"^3.38.2","typescript":"^4.0.5"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"d0af6ba14e7445b32074c374c0ae3ebaf6828e46","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.0.1","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"bd0bb3d2095cc33a3515e5d1f610bc91999addc4","size":50695,"noattachment":false,"key":"/depcheck/-/depcheck-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.0.1.tgz"},"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.0.1_1641755031540_0.9893354332290989"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-09T19:03:59.492Z","publish_time":1641755031716,"_cnpm_publish_time":1641755031716},"1.4.2":{"name":"depcheck","version":"1.4.2","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.12.5","@babel/traverse":"^7.12.5","@vue/compiler-sfc":"^3.0.5","camelcase":"^6.2.0","cosmiconfig":"^7.0.0","debug":"^4.2.0","deps-regex":"^0.1.4","ignore":"^5.1.8","is-core-module":"^2.4.0","js-yaml":"^3.14.0","json5":"^2.1.3","lodash":"^4.17.20","minimatch":"^3.0.4","multimatch":"^5.0.0","please-upgrade-node":"^3.2.0","query-ast":"^1.0.3","readdirp":"^3.5.0","require-package-name":"^2.0.1","resolve":"^1.18.1","sass":"^1.29.0","scss-parser":"^1.0.4","semver":"^7.3.2","yargs":"^16.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/plugin-transform-object-assign":"^7.12.1","@babel/polyfill":"^7.12.1","@babel/preset-env":"^7.12.1","@babel/register":"^7.12.1","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.4","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.13.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-mocha":"^8.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.21.5","fs-extra":"^9.0.1","mocha":"^8.2.1","node-sass":"^6.0.0","nyc":"^15.1.0","patch-version":"^0.1.1","prettier":"^2.1.2","proxyquire":"^2.1.3","should":"^13.2.3","svelte":"^3.38.2","typescript":"^4.0.5"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"2df335fcc8ecfa174c4d18fd319957ea324268c7","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@1.4.2","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"dedeb8729b8fdf990e2bc45a869d99cfb4460097","size":51118,"noattachment":false,"key":"/depcheck/-/depcheck-1.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-1.4.2.tgz"},"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_1.4.2_1624625184043_0.921613973373131"},"_hasShrinkwrap":false,"publish_time":1624625184228,"_cnpm_publish_time":1624625184228},"1.4.1":{"name":"depcheck","version":"1.4.1","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.12.5","@babel/traverse":"^7.12.5","@vue/compiler-sfc":"^3.0.5","camelcase":"^6.2.0","cosmiconfig":"^7.0.0","debug":"^4.2.0","deps-regex":"^0.1.4","ignore":"^5.1.8","js-yaml":"^3.14.0","json5":"^2.1.3","lodash":"^4.17.20","minimatch":"^3.0.4","multimatch":"^5.0.0","please-upgrade-node":"^3.2.0","query-ast":"^1.0.3","readdirp":"^3.5.0","require-package-name":"^2.0.1","resolve":"^1.18.1","sass":"^1.29.0","scss-parser":"^1.0.4","semver":"^7.3.2","yargs":"^16.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/plugin-transform-object-assign":"^7.12.1","@babel/polyfill":"^7.12.1","@babel/preset-env":"^7.12.1","@babel/register":"^7.12.1","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.4","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.13.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-mocha":"^8.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.21.5","fs-extra":"^9.0.1","mocha":"^8.2.1","node-sass":"^5.0.0","nyc":"^15.1.0","patch-version":"^0.1.1","prettier":"^2.1.2","proxyquire":"^2.1.3","should":"^13.2.3","typescript":"^4.0.5"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"01e3d0cca3f7f6af2cdcfb680b16b154124f173a","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@1.4.1","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"1dfbac61ad6411ae407050a383e7411eb8933ad2","size":50471,"noattachment":false,"key":"/depcheck/-/depcheck-1.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-1.4.1.tgz"},"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_1.4.1_1620717280652_0.9726295322985985"},"_hasShrinkwrap":false,"publish_time":1620717280793,"_cnpm_publish_time":1620717280793},"1.4.0":{"name":"depcheck","version":"1.4.0","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.12.5","@babel/traverse":"^7.12.5","@vue/compiler-sfc":"^3.0.5","builtin-modules":"^3.1.0","camelcase":"^6.2.0","cosmiconfig":"^7.0.0","debug":"^4.2.0","deps-regex":"^0.1.4","ignore":"^5.1.8","js-yaml":"^3.14.0","json5":"^2.1.3","lodash":"^4.17.20","minimatch":"^3.0.4","multimatch":"^5.0.0","please-upgrade-node":"^3.2.0","query-ast":"^1.0.3","readdirp":"^3.5.0","require-package-name":"^2.0.1","resolve":"^1.18.1","sass":"^1.29.0","scss-parser":"^1.0.4","semver":"^7.3.2","yargs":"^16.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/plugin-transform-object-assign":"^7.12.1","@babel/polyfill":"^7.12.1","@babel/preset-env":"^7.12.1","@babel/register":"^7.12.1","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.4","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.13.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-mocha":"^8.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.21.5","fs-extra":"^9.0.1","mocha":"^8.2.1","node-sass":"^5.0.0","nyc":"^15.1.0","patch-version":"^0.1.1","prettier":"^2.1.2","proxyquire":"^2.1.3","should":"^13.2.3","typescript":"^4.0.5"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"6ae51e7ae99db98cd25de9f86ee79a1d8fab4ee2","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@1.4.0","_nodeVersion":"12.20.2","_npmVersion":"6.14.11","dist":{"shasum":"1b49e0da4ce32f2e372da9be7ba25b139b7b9a00","size":49664,"noattachment":false,"key":"/depcheck/-/depcheck-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-1.4.0.tgz"},"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_1.4.0_1613488407520_0.7329365085794937"},"_hasShrinkwrap":false,"publish_time":1613488407703,"_cnpm_publish_time":1613488407703},"1.3.1":{"name":"depcheck","version":"1.3.1","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.12.5","@babel/traverse":"^7.12.5","builtin-modules":"^3.1.0","camelcase":"^6.2.0","cosmiconfig":"^7.0.0","debug":"^4.2.0","deps-regex":"^0.1.4","ignore":"^5.1.8","js-yaml":"^3.14.0","json5":"^2.1.3","lodash":"^4.17.20","minimatch":"^3.0.4","multimatch":"^5.0.0","please-upgrade-node":"^3.2.0","query-ast":"^1.0.3","readdirp":"^3.5.0","require-package-name":"^2.0.1","resolve":"^1.18.1","sass":"^1.29.0","scss-parser":"^1.0.4","semver":"^7.3.2","vue-template-compiler":"^2.6.12","yargs":"^16.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/plugin-transform-object-assign":"^7.12.1","@babel/polyfill":"^7.12.1","@babel/preset-env":"^7.12.1","@babel/register":"^7.12.1","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.4","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.13.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-mocha":"^8.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.21.5","fs-extra":"^9.0.1","mocha":"^8.2.1","node-sass":"^5.0.0","nyc":"^15.1.0","patch-version":"^0.1.1","prettier":"^2.1.2","proxyquire":"^2.1.3","should":"^13.2.3","typescript":"^4.0.5"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"c4a21f739b89cb923737ffe9acf7cea1542adc47","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@1.3.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"b4765503da3e6ba1f3810dad0c34c0a649e7e91d","size":49540,"noattachment":false,"key":"/depcheck/-/depcheck-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-1.3.1.tgz"},"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_1.3.1_1604962901610_0.7087742931700192"},"_hasShrinkwrap":false,"publish_time":1604962901746,"_cnpm_publish_time":1604962901746},"1.3.0":{"name":"depcheck","version":"1.3.0","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.12.5","@babel/traverse":"^7.12.5","builtin-modules":"^3.1.0","camelcase":"^6.2.0","cosmiconfig":"^7.0.0","debug":"^4.2.0","deps-regex":"^0.1.4","ignore":"^5.1.8","js-yaml":"^3.14.0","json5":"^2.1.3","lodash":"^4.17.20","minimatch":"^3.0.4","multimatch":"^5.0.0","please-upgrade-node":"^3.2.0","query-ast":"^1.0.3","readdirp":"^3.5.0","require-package-name":"^2.0.1","resolve":"^1.18.1","sass":"^1.29.0","scss-parser":"^1.0.4","semver":"^7.3.2","vue-template-compiler":"^2.6.12","yargs":"^16.1.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/plugin-transform-object-assign":"^7.12.1","@babel/polyfill":"^7.12.1","@babel/preset-env":"^7.12.1","@babel/register":"^7.12.1","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.4","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.13.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.22.1","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-mocha":"^8.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.21.5","fs-extra":"^9.0.1","mocha":"^8.2.1","node-sass":"^5.0.0","nyc":"^15.1.0","patch-version":"^0.1.1","prettier":"^2.1.2","proxyquire":"^2.1.3","should":"^13.2.3","typescript":"^4.0.5"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"940cbdc6583899757b0d2c2c32c408bd9a3b4172","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@1.3.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"41aace6b54539f224a2eb23dd5c035b83c81fea6","size":49096,"noattachment":false,"key":"/depcheck/-/depcheck-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-1.3.0.tgz"},"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_1.3.0_1604936202815_0.39401570199504077"},"_hasShrinkwrap":false,"publish_time":1604936202946,"_cnpm_publish_time":1604936202946},"1.2.0":{"name":"depcheck","version":"1.2.0","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.10.4","@babel/traverse":"^7.10.4","builtin-modules":"^3.1.0","camelcase":"^6.0.0","cosmiconfig":"^6.0.0","debug":"^4.1.1","deps-regex":"^0.1.4","ignore":"^5.1.8","js-yaml":"^3.14.0","json5":"^2.1.3","lodash":"^4.17.19","minimatch":"^3.0.4","multimatch":"^4.0.0","please-upgrade-node":"^3.2.0","readdirp":"^3.4.0","require-package-name":"^2.0.1","resolve":"^1.17.0","sass":"^1.26.10","vue-template-compiler":"^2.6.11","yargs":"^15.4.0"},"devDependencies":{"@babel/cli":"^7.10.4","@babel/core":"^7.10.4","@babel/plugin-transform-object-assign":"^7.10.4","@babel/polyfill":"^7.10.4","@babel/preset-env":"^7.10.4","@babel/register":"^7.10.4","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.4.0","eslint-config-airbnb":"^18.2.0","eslint-config-prettier":"^6.11.0","eslint-plugin-import":"^2.22.0","eslint-plugin-jsx-a11y":"^6.3.1","eslint-plugin-mocha":"^7.0.1","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.20.3","fs-extra":"^9.0.1","mocha":"^8.1.1","node-sass":"^4.14.1","nyc":"^15.1.0","patch-version":"^0.1.1","prettier":"^2.0.5","proxyquire":"^2.1.3","should":"^13.2.3","typescript":"^3.9.6"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"1d1874b67a9d8f071574725cdfac8c6694a72fe3","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@1.2.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"shasum":"4e47caafcad3fc2d4bdefdb7d6e463f4db10721b","size":47701,"noattachment":false,"key":"/depcheck/-/depcheck-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-1.2.0.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_1.2.0_1597222257296_0.3383207245869899"},"_hasShrinkwrap":false,"publish_time":1597222257499,"_cnpm_publish_time":1597222257499},"1.1.0":{"name":"depcheck","version":"1.1.0","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.10.4","@babel/traverse":"^7.10.4","builtin-modules":"^3.1.0","camelcase":"^6.0.0","cosmiconfig":"^6.0.0","debug":"^4.1.1","deps-regex":"^0.1.4","ignore":"^5.1.8","js-yaml":"^3.14.0","json5":"^2.1.3","lodash":"^4.17.15","minimatch":"^3.0.4","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.2.0","readdirp":"^3.4.0","require-package-name":"^2.0.1","resolve":"^1.17.0","vue-template-compiler":"^2.6.11","yargs":"^15.4.0"},"devDependencies":{"@babel/cli":"^7.10.4","@babel/core":"^7.10.4","@babel/plugin-transform-object-assign":"^7.10.4","@babel/polyfill":"^7.10.4","@babel/preset-env":"^7.10.4","@babel/register":"^7.10.4","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.4.0","eslint-config-airbnb":"^18.2.0","eslint-config-prettier":"^6.11.0","eslint-plugin-import":"^2.22.0","eslint-plugin-jsx-a11y":"^6.3.1","eslint-plugin-mocha":"^7.0.1","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.20.3","fs-extra":"^9.0.1","mocha":"^8.0.1","node-sass":"^4.14.1","nyc":"^15.1.0","patch-version":"^0.1.1","prettier":"^2.0.5","proxyquire":"^2.1.3","should":"^13.2.3","typescript":"^3.9.6"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"adb216659b9f4d3ffe7e34fbae88d56e142ad090","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@1.1.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"shasum":"02831ff128ad438048aa467c1361f62001c63d5f","size":47272,"noattachment":false,"key":"/depcheck/-/depcheck-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-1.1.0.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_1.1.0_1597221647838_0.30524917008931896"},"_hasShrinkwrap":false,"publish_time":1597221647955,"_cnpm_publish_time":1597221647955},"1.0.0":{"name":"depcheck","version":"1.0.0","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.9.6","@babel/traverse":"^7.9.6","builtin-modules":"^3.1.0","camelcase":"^6.0.0","cosmiconfig":"^6.0.0","debug":"^4.1.1","deps-regex":"^0.1.4","ignore":"^5.1.4","js-yaml":"^3.13.1","lodash":"^4.17.15","minimatch":"^3.0.4","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.2.0","readdirp":"^3.4.0","require-package-name":"^2.0.1","resolve":"^1.17.0","vue-template-compiler":"^2.6.11","yargs":"^15.3.1"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.9.6","@babel/plugin-transform-object-assign":"^7.8.3","@babel/polyfill":"^7.8.7","@babel/preset-env":"^7.9.6","@babel/register":"^7.9.0","babel-eslint":"^10.1.0","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-istanbul":"^6.0.0","cross-env":"^7.0.2","eslint":"^7.0.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.11.0","eslint-plugin-import":"^2.20.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-mocha":"^6.3.0","eslint-plugin-prettier":"^3.1.3","eslint-plugin-react":"^7.19.0","fs-extra":"^9.0.0","mocha":"^7.1.2","node-sass":"^4.14.1","nyc":"^15.0.1","patch-version":"^0.1.1","prettier":"^2.0.5","proxyquire":"^2.1.3","should":"^13.2.3","typescript":"^3.8.3"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"8228da293f61085e001a68e59912c38a921e9e79","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@1.0.0","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"d19693f769bcef62a11395dfcec74ca2d7a2943e","size":46582,"noattachment":false,"key":"/depcheck/-/depcheck-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-1.0.0.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_1.0.0_1593936540623_0.4832525725461507"},"_hasShrinkwrap":false,"publish_time":1593936540781,"_cnpm_publish_time":1593936540781},"0.9.2":{"name":"depcheck","version":"0.9.2","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","prettier":"prettier \"**/*.@(js|json|md|yml)\"","prettier-check":"npm run prettier -- --check","lint":"eslint ./src ./build ./test","test":"mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.7.7","@babel/traverse":"^7.7.4","builtin-modules":"^3.0.0","camelcase":"^5.3.1","cosmiconfig":"^5.2.1","debug":"^4.1.1","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.15","minimatch":"^3.0.2","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.2.0","require-package-name":"^2.0.1","resolve":"^1.14.1","vue-template-compiler":"^2.6.11","walkdir":"^0.4.1","yargs":"^15.0.2"},"devDependencies":{"@babel/cli":"^7.7.7","@babel/core":"^7.7.7","@babel/plugin-transform-object-assign":"^7.7.4","@babel/polyfill":"^7.7.0","@babel/preset-env":"^7.7.7","@babel/register":"^7.7.7","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^6.0.0","codecov":"^3.6.1","cross-env":"^6.0.3","dependent-build":"^0.1.2","eslint":"^6.8.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-plugin-import":"^2.19.1","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-mocha":"^6.2.2","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.17.0","fs-extra":"^8.1.0","mocha":"^6.2.2","node-sass":"^4.13.0","nyc":"^15.0.0","patch-version":"^0.1.1","prettier":"^1.19.1","proxyquire":"^2.1.3","should":"^13.2.3","typescript":"^3.7.4"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"mocha":{"require":["@babel/register"]},"gitHead":"19f9dadcfa728d77ea6943e368ba0a949ccd6594","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.9.2","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"9e3198b44a527836914c61ba5395479c62ecbaf4","size":201600,"noattachment":false,"key":"/depcheck/-/depcheck-0.9.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.9.2.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.9.2_1580380370612_0.5520675715908425"},"_hasShrinkwrap":false,"publish_time":1580380370755,"_cnpm_publish_time":1580380370755},"0.9.1":{"name":"depcheck","version":"0.9.1","description":"Check dependencies in your node module","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=10"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json && node -r @babel/register ./build/component.js ./index.d.tmpl > ./dist/index.d.ts","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/src/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.6.4","@babel/traverse":"^7.6.3","builtin-modules":"^3.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.15","minimatch":"^3.0.2","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.2.0","require-from-string":"^2.0.2","require-package-name":"^2.0.1","resolve":"^1.12.0","vue-template-compiler":"^2.6.10","walkdir":"^0.4.1","yargs":"^14.2.0"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/plugin-transform-object-assign":"^7.2.0","@babel/polyfill":"^7.6.0","@babel/preset-env":"^7.6.3","@babel/register":"^7.6.2","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^5.2.0","codecov":"^3.6.1","cross-env":"^6.0.3","dependent-build":"^0.1.2","eslint":"^6.6.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.5.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-prettier":"^3.1.1","eslint-plugin-react":"^7.16.0","fs-extra":"^8.1.0","mocha":"^6.2.2","node-sass":"^4.13.0","nyc":"^14.1.0","patch-version":"^0.1.1","prettier":"^1.18.2","proxyquire":"^2.1.3","should":"^13.2.3","typescript":"^3.6.4"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"5e2ae0d8cfdfe26cadffe22f7617f7176e7ec5e9","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.9.1","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"11a9d22f6fef309ce44545453df0909bf9e26649","size":178574,"noattachment":false,"key":"/depcheck/-/depcheck-0.9.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.9.1.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.9.1_1573255490925_0.9492954512012046"},"_hasShrinkwrap":false,"publish_time":1573255491123,"_cnpm_publish_time":1573255491123},"0.9.0":{"name":"depcheck","version":"0.9.0","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=6"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/src/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.6.4","@babel/traverse":"^7.6.3","builtin-modules":"^3.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.15","minimatch":"^3.0.2","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.2.0","require-package-name":"^2.0.1","resolve":"^1.12.0","vue-template-compiler":"^2.6.10","walkdir":"^0.4.1","yargs":"^14.2.0"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/plugin-transform-object-assign":"^7.2.0","@babel/polyfill":"^7.6.0","@babel/preset-env":"^7.6.3","@babel/register":"^7.6.2","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^5.2.0","codecov":"^3.6.1","cross-env":"^6.0.3","dependent-build":"^0.1.2","eslint":"^6.6.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.16.0","fs-extra":"^8.1.0","mocha":"^6.2.2","node-sass":"^4.13.0","nyc":"^14.1.0","patch-version":"^0.1.1","proxyquire":"^2.1.3","should":"^13.2.3"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"9ede22fba89f562b2ded67a5c185641da4613fc3","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.9.0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"fab778e91908b5196d38a0fde45291495fc13c3b","size":175925,"noattachment":false,"key":"/depcheck/-/depcheck-0.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.9.0.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.9.0_1572648306237_0.2340695066707157"},"_hasShrinkwrap":false,"publish_time":1572648306807,"_cnpm_publish_time":1572648306807},"0.8.4":{"name":"depcheck","version":"0.8.4","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=6"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/src/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.6.4","@babel/traverse":"^7.6.3","builtin-modules":"^3.0.0","deprecate":"^1.1.1","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.15","minimatch":"^3.0.2","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.2.0","require-package-name":"^2.0.1","resolve":"^1.12.0","vue-template-compiler":"^2.6.10","walkdir":"^0.4.1","yargs":"^14.2.0"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/plugin-transform-object-assign":"^7.2.0","@babel/polyfill":"^7.6.0","@babel/preset-env":"^7.6.3","@babel/register":"^7.6.2","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^5.2.0","codecov":"^3.6.1","cross-env":"^6.0.3","dependent-build":"^0.1.2","eslint":"^6.6.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.16.0","fs-extra":"^8.1.0","mocha":"^6.2.2","node-sass":"^4.13.0","nyc":"^14.1.0","patch-version":"^0.1.1","proxyquire":"^2.1.3","should":"^13.2.3"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"f7240a14801b6c170d649d1279c4cda865408f9f","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.8.4","_npmVersion":"6.4.1","_nodeVersion":"8.16.2","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"dist":{"shasum":"4c1edff6fc22261938dd3dcff77ba1d2f3797100","size":58721,"noattachment":false,"key":"/depcheck/-/depcheck-0.8.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.8.4.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.8.4_1572380823526_0.011147623899035786"},"_hasShrinkwrap":false,"publish_time":1572380823663,"_cnpm_publish_time":1572380823663},"0.8.3":{"name":"depcheck","version":"0.8.3","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=6"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.3.1","@babel/traverse":"^7.2.3","builtin-modules":"^3.0.0","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.11","minimatch":"^3.0.2","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.1.1","require-package-name":"^2.0.1","resolve":"^1.10.0","vue-template-compiler":"^2.6.10","walkdir":"^0.3.2","yargs":"^13.2.2"},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-transform-object-assign":"^7.2.0","@babel/polyfill":"^7.2.5","@babel/preset-env":"^7.3.1","@babel/register":"^7.0.0","babel-eslint":"^10.0.1","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^5.1.0","codecov":"^3.0.4","cross-env":"^5.0.1","dependent-build":"^0.1.2","eslint":"^5.3.0","eslint-config-airbnb":"^17.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","fs-extra":"^7.0.0","mocha":"^6.1.4","node-sass":"^4.9.3","nyc":"^14.1.0","patch-version":"^0.1.1","proxyquire":"^2.1.0","should":"^13.2.3","typescript":"^3.0.1"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"e080198f8f34ca93529933887ebe118bbb7d03f7","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.8.3","_nodeVersion":"6.17.1","_npmVersion":"6.10.0","dist":{"shasum":"430aad19016820cfe7b0766ee561817fcdea5835","size":101383,"noattachment":false,"key":"/depcheck/-/depcheck-0.8.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.8.3.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.8.3_1562664464370_0.6854345729421729"},"_hasShrinkwrap":false,"publish_time":1562664464503,"_cnpm_publish_time":1562664464503},"0.8.2":{"name":"depcheck","version":"0.8.2","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=6"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.3.1","@babel/traverse":"^7.2.3","builtin-modules":"^3.0.0","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.11","minimatch":"^3.0.2","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.1.1","require-package-name":"^2.0.1","resolve":"^1.10.0","vue-template-compiler":"^2.6.10","walkdir":"^0.3.2","yargs":"^13.2.2"},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-transform-object-assign":"^7.2.0","@babel/polyfill":"^7.2.5","@babel/preset-env":"^7.3.1","@babel/register":"^7.0.0","babel-eslint":"^10.0.1","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^5.1.0","codecov":"^3.0.4","cross-env":"^5.0.1","dependent-build":"^0.1.2","eslint":"^5.3.0","eslint-config-airbnb":"^17.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","fs-extra":"^7.0.0","mocha":"^6.1.4","node-sass":"^4.9.3","nyc":"^14.1.0","patch-version":"^0.1.1","proxyquire":"^2.1.0","should":"^13.2.3","typescript":"^3.0.1"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"c42fdb7afb742876aa149a431b7378f421711eb6","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.8.2","_nodeVersion":"6.17.1","_npmVersion":"6.9.2","dist":{"shasum":"edee87d0bbe52f6d600b8cde82bf9851ee747f27","size":100153,"noattachment":false,"key":"/depcheck/-/depcheck-0.8.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.8.2.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.8.2_1562142648617_0.7480138809343657"},"_hasShrinkwrap":false,"publish_time":1562142648791,"_cnpm_publish_time":1562142648791},"0.8.1":{"name":"depcheck","version":"0.8.1","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=6"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js --ignore-dirs=fake_modules","depcheck-json":"node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.3.1","@babel/traverse":"^7.2.3","builtin-modules":"^3.0.0","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.11","minimatch":"^3.0.2","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.1.1","require-package-name":"^2.0.1","resolve":"^1.10.0","walkdir":"^0.3.2","yargs":"^13.2.2"},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-transform-object-assign":"^7.2.0","@babel/polyfill":"^7.2.5","@babel/preset-env":"^7.3.1","@babel/register":"^7.0.0","babel-eslint":"^10.0.1","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^5.1.0","codecov":"^3.0.4","cross-env":"^5.0.1","dependent-build":"^0.1.2","eslint":"^5.3.0","eslint-config-airbnb":"^17.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","fs-extra":"^7.0.0","mocha":"^6.1.4","node-sass":"^4.9.3","nyc":"^14.1.0","patch-version":"^0.1.1","proxyquire":"^2.1.0","should":"^13.2.3","typescript":"^3.0.1","vue-template-compiler":"^2.5.16"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"13bd6e891d324a3852327991e69ffa2d1b1b4a08","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.8.1","_nodeVersion":"6.17.1","_npmVersion":"6.9.0","dist":{"shasum":"bb15dc13b9b312b8abd975a40b359680f502ed7e","size":100121,"noattachment":false,"key":"/depcheck/-/depcheck-0.8.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.8.1.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.8.1_1560502133748_0.4295079573724314"},"_hasShrinkwrap":false,"publish_time":1560502133878,"_cnpm_publish_time":1560502133878},"0.8.0":{"name":"depcheck","version":"0.8.0","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=6"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js","depcheck-json":"node ./bin/depcheck.js --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.3.1","@babel/traverse":"^7.2.3","builtin-modules":"^3.0.0","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.11","minimatch":"^3.0.2","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.1.1","require-package-name":"^2.0.1","resolve":"^1.10.0","walkdir":"^0.3.2","yargs":"^13.2.2"},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-transform-object-assign":"^7.2.0","@babel/polyfill":"^7.2.5","@babel/preset-env":"^7.3.1","@babel/register":"^7.0.0","babel-eslint":"^10.0.1","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^5.1.0","codecov":"^3.0.4","cross-env":"^5.0.1","dependent-build":"^0.1.2","eslint":"^5.3.0","eslint-config-airbnb":"^17.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","fs-extra":"^7.0.0","mocha":"^6.1.4","node-sass":"^4.9.3","nyc":"^14.1.0","patch-version":"^0.1.1","proxyquire":"^2.1.0","should":"^13.2.3","typescript":"^3.0.1","vue-template-compiler":"^2.5.16"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"f5bf9e744b5b001baf4b3f51410dcb7175f70ef4","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.8.0","_nodeVersion":"6.17.1","_npmVersion":"6.9.0","dist":{"shasum":"2f6f0bd5ebdd65051e1df336feb9a601711c1bfd","size":99389,"noattachment":false,"key":"/depcheck/-/depcheck-0.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.8.0.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.8.0_1557324329152_0.04836432965483284"},"_hasShrinkwrap":false,"publish_time":1557324329317,"_cnpm_publish_time":1557324329317},"0.7.2":{"name":"depcheck","version":"0.7.2","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=6"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js","depcheck-json":"node ./bin/depcheck.js --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.3.1","@babel/traverse":"^7.2.3","builtin-modules":"^3.0.0","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.11","minimatch":"^3.0.2","node-sass-tilde-importer":"^1.0.2","please-upgrade-node":"^3.1.1","require-package-name":"^2.0.1","resolve":"^1.10.0","walkdir":"0.0.12","yargs":"^12.0.1"},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-transform-object-assign":"^7.2.0","@babel/polyfill":"^7.2.5","@babel/preset-env":"^7.3.1","@babel/register":"^7.0.0","babel-eslint":"^10.0.1","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^5.1.0","codecov":"^3.0.4","cross-env":"^5.0.1","dependent-build":"^0.1.2","eslint":"^5.3.0","eslint-config-airbnb":"^17.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","fs-extra":"^7.0.0","mocha":"^5.2.0","node-sass":"^4.9.3","nyc":"^13.1.0","patch-version":"^0.1.1","proxyquire":"^2.1.0","should":"^13.2.3","typescript":"^3.0.1","vue-template-compiler":"^2.5.16"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"b016a96f60322313ed5146f038c1b42de9c9229c","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.7.2","_nodeVersion":"6.17.0","_npmVersion":"6.8.0","dist":{"shasum":"beb2914f218b5d0902d5d0d292f3109486e4f78f","size":23812,"noattachment":false,"key":"/depcheck/-/depcheck-0.7.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.7.2.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.7.2_1551379580899_0.6740404819206018"},"_hasShrinkwrap":false,"publish_time":1551379581057,"_cnpm_publish_time":1551379581057},"0.7.1":{"name":"depcheck","version":"0.7.1","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=6"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js","depcheck-json":"node ./bin/depcheck.js --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"@babel/parser":"^7.3.1","@babel/traverse":"^7.2.3","builtin-modules":"^3.0.0","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.17.11","minimatch":"^3.0.2","please-upgrade-node":"^3.1.1","require-package-name":"^2.0.1","resolve":"^1.10.0","walkdir":"0.0.12","yargs":"^12.0.1"},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-transform-object-assign":"^7.2.0","@babel/polyfill":"^7.2.5","@babel/preset-env":"^7.3.1","@babel/register":"^7.0.0","babel-eslint":"^10.0.1","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-istanbul":"^5.1.0","codecov":"^3.0.4","cross-env":"^5.0.1","dependent-build":"^0.1.2","eslint":"^5.3.0","eslint-config-airbnb":"^17.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","fs-extra":"^7.0.0","mocha":"^5.2.0","node-sass":"^4.9.3","nyc":"^13.1.0","patch-version":"^0.1.1","proxyquire":"^2.1.0","should":"^13.2.3","typescript":"^3.0.1","vue-template-compiler":"^2.5.16"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"aab83702bf3ab59a2860afec9ce183c9de14bf86","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.7.1","_nodeVersion":"6.16.0","_npmVersion":"6.7.0","dist":{"shasum":"d4ef8511620fc5c783dafe27887cfdab533b1215","size":56482,"noattachment":false,"key":"/depcheck/-/depcheck-0.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.7.1.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.7.1_1548585265144_0.68735897217808"},"_hasShrinkwrap":false,"publish_time":1548585265284,"_cnpm_publish_time":1548585265284},"0.7.0-alpha.1":{"name":"depcheck","version":"0.7.0-alpha.1","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=6"},"bin":{"depcheck":"bin/depcheck.js"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"node -r @babel/register ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck.js","depcheck-web":"node ./bin/depcheck.js --json | depcheck-web","depcheck-json":"node ./bin/depcheck.js --json | node -r @babel/register ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"node -r @babel/register node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"node -r @babel/register node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","readmeFilename":"README.md","dependencies":{"@babel/traverse":"^7.0.0-rc.1","babylon":"^6.1.21","builtin-modules":"^3.0.0","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","please-upgrade-node":"^3.1.1","require-package-name":"^2.0.1","walkdir":"0.0.12","yargs":"^12.0.1"},"devDependencies":{"@babel/cli":"^7.0.0-rc.1","@babel/core":"^7.0.0-rc.1","@babel/plugin-transform-object-assign":"^7.0.0-rc.1","@babel/polyfill":"^7.0.0-rc.1","@babel/preset-env":"^7.0.0-rc.1","@babel/register":"^7.0.0-rc.1","babel-eslint":"^8.2.6","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^4.1.6","codecov":"^3.0.4","cross-env":"^5.0.1","depcheck-web":"^0.1.0","dependent-build":"^0.1.2","eslint":"^5.3.0","eslint-config-airbnb":"^17.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","fs-extra":"^7.0.0","mocha":"^5.2.0","node-sass":"^4.9.3","nyc":"^12.0.2","patch-version":"^0.1.1","should":"^13.2.3","typescript":"^3.0.1","vue-template-compiler":"^2.5.16"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["@babel/polyfill","@babel/register"],"reporter":["html","text"]},"gitHead":"8e32807d6336d59918bb771a35a89bf5ebbd3c77","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.7.0-alpha.1","_npmVersion":"6.4.0","_nodeVersion":"6.10.2","_npmUser":{"name":"mnkhouri","email":"npm@khouri.ca"},"dist":{"shasum":"0426d4877d48b33098a2c7ab3d09ee8debc85368","size":53363,"noattachment":false,"key":"/depcheck/-/depcheck-0.7.0-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.7.0-alpha.1.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.7.0-alpha.1_1536759251347_0.9821824634457774"},"_hasShrinkwrap":false,"publish_time":1536759251493,"_cnpm_publish_time":1536759251493},"0.6.11":{"name":"depcheck","version":"0.6.11","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=4"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"babel-node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^8.0.2"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-object-assign":"^6.1.18","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","babel-register":"^6.18.0","codecov.io":"^0.1.6","cross-env":"^5.0.1","depcheck-web":"^0.1.0","dependent-build":"^0.1.2","eslint":"^3.10.1","eslint-config-airbnb":"^15.0.2","eslint-plugin-import":"^2.6.1","eslint-plugin-jsx-a11y":"^5.1.1","eslint-plugin-react":"^7.1.0","fs-extra":"^4.0.0","mocha":"^5.2.0","node-sass":"^4.5.3","nyc":"^11.0.3","patch-version":"^0.1.1","should":"^11.0.0","typescript":"^2.4.1","vue-template-compiler":"^2.5.16"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["babel-polyfill","babel-register"],"reporter":["html","text"]},"gitHead":"0a11cf8ebdc7ea55aab871f74b86cec177665867","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.11","_npmVersion":"6.4.0","_nodeVersion":"6.10.2","_npmUser":{"name":"mnkhouri","email":"npm@khouri.ca"},"dist":{"shasum":"6b616f2cf8c44ddcfdc5d7c7f7759bc53b479262","size":54515,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.11.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.6.11_1535169145564_0.1486453599704851"},"_hasShrinkwrap":false,"publish_time":1535169145686,"_cnpm_publish_time":1535169145686},"0.6.10":{"name":"depcheck","version":"0.6.10","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=4"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"babel-node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^8.0.2"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-object-assign":"^6.1.18","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","babel-register":"^6.18.0","codecov.io":"^0.1.6","cross-env":"^5.0.1","depcheck-web":"^0.1.0","dependent-build":"^0.1.2","eslint":"^3.10.1","eslint-config-airbnb":"^15.0.2","eslint-plugin-import":"^2.6.1","eslint-plugin-jsx-a11y":"^5.1.1","eslint-plugin-react":"^7.1.0","fs-extra":"^4.0.0","mocha":"^5.2.0","node-sass":"^4.5.3","nyc":"^11.0.3","patch-version":"^0.1.1","should":"^11.0.0","typescript":"^2.4.1","vue-template-compiler":"^2.5.16"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["babel-polyfill","babel-register"],"reporter":["html","text"]},"gitHead":"0a11cf8ebdc7ea55aab871f74b86cec177665867","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.10","_npmVersion":"6.4.0","_nodeVersion":"6.10.2","_npmUser":{"name":"mnkhouri","email":"npm@khouri.ca"},"dist":{"shasum":"7c1c085bc71a0b20ad40f8a51f27112433479a66","size":54516,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.10.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.6.10_1535169032734_0.658476454453288"},"_hasShrinkwrap":false,"publish_time":1535169032937,"_cnpm_publish_time":1535169032937},"0.6.10-beta.2":{"name":"depcheck","version":"0.6.10-beta.2","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=4"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"babel-node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","readmeFilename":"README.md","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^8.0.2"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-object-assign":"^6.1.18","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","babel-register":"^6.18.0","codecov.io":"^0.1.6","cross-env":"^5.0.1","depcheck-web":"^0.1.0","dependent-build":"^0.1.2","eslint":"^3.10.1","eslint-config-airbnb":"^15.0.2","eslint-plugin-import":"^2.6.1","eslint-plugin-jsx-a11y":"^5.1.1","eslint-plugin-react":"^7.1.0","fs-extra":"^4.0.0","mocha":"^5.2.0","node-sass":"^4.5.3","nyc":"^11.0.3","patch-version":"^0.1.1","should":"^11.0.0","typescript":"^2.4.1","vue-template-compiler":"^2.5.16"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["babel-polyfill","babel-register"],"reporter":["html","text"]},"gitHead":"0a11cf8ebdc7ea55aab871f74b86cec177665867","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.10-beta.2","_npmVersion":"6.4.0","_nodeVersion":"6.10.2","_npmUser":{"name":"mnkhouri","email":"npm@khouri.ca"},"dist":{"shasum":"de3ab8218bb208e546cd11235e63baf03a340c60","size":54520,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.10-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.10-beta.2.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.6.10-beta.2_1535051130679_0.43764070573453506"},"_hasShrinkwrap":false,"publish_time":1535051130759,"_cnpm_publish_time":1535051130759},"0.6.10-beta.1":{"name":"depcheck","version":"0.6.10-beta.1","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=4"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"babel-node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^8.0.2"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-object-assign":"^6.1.18","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","babel-register":"^6.18.0","codecov.io":"^0.1.6","cross-env":"^5.0.1","depcheck-web":"^0.1.0","dependent-build":"^0.1.2","eslint":"^3.10.1","eslint-config-airbnb":"^15.0.2","eslint-plugin-import":"^2.6.1","eslint-plugin-jsx-a11y":"^5.1.1","eslint-plugin-react":"^7.1.0","fs-extra":"^4.0.0","mocha":"^5.2.0","node-sass":"^4.5.3","nyc":"^11.0.3","patch-version":"^0.1.1","should":"^11.0.0","typescript":"^2.4.1","vue-template-compiler":"^2.5.16"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["babel-polyfill","babel-register"],"reporter":["html","text"]},"gitHead":"6354f1077fe0a652b8d09c2473f254a89073dbd1","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.10-beta.1","_npmVersion":"6.2.0","_nodeVersion":"8.11.3","_npmUser":{"name":"mnkhouri","email":"npm@khouri.ca"},"dist":{"shasum":"9db556a4504e2ca67083d33f213e2830e31b7256","size":20300,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.10-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.10-beta.1.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.6.10-beta.1_1534756377301_0.7085825780699826"},"_hasShrinkwrap":false,"publish_time":1534756377372,"_cnpm_publish_time":1534756377372},"0.6.9":{"name":"depcheck","version":"0.6.9","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=4"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublishOnly":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"babel-node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^8.0.2"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-object-assign":"^6.1.18","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","babel-register":"^6.18.0","codecov.io":"^0.1.6","cross-env":"^5.0.1","depcheck-web":"^0.1.0","dependent-build":"^0.1.2","eslint":"^3.10.1","eslint-config-airbnb":"^15.0.2","eslint-plugin-import":"^2.6.1","eslint-plugin-jsx-a11y":"^5.1.1","eslint-plugin-react":"^7.1.0","fs-extra":"^4.0.0","mocha":"^3.0.0","node-sass":"^4.5.3","nyc":"^11.0.3","patch-version":"^0.1.1","should":"^11.0.0","typescript":"^2.4.1"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["babel-polyfill","babel-register"],"reporter":["html","text"]},"gitHead":"c5654a693f91d9e0d9c22c92b0f03e9cd4de8639","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.9","_shasum":"efe6fdf5cf00c2172811bc2a2403d59e5341e519","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.13.0","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"efe6fdf5cf00c2172811bc2a2403d59e5341e519","size":54044,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.9.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck_0.6.9_1519790081566_0.5690157183860809"},"_hasShrinkwrap":false,"publish_time":1519790081616,"_cnpm_publish_time":1519790081616},"0.6.8":{"name":"depcheck","version":"0.6.8","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=4"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"dependent-build","test-coverage":"babel-node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^8.0.2"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-object-assign":"^6.1.18","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","babel-register":"^6.18.0","codecov.io":"^0.1.6","cross-env":"^5.0.1","depcheck-web":"^0.1.0","dependent-build":"^0.1.2","eslint":"^3.10.1","eslint-config-airbnb":"^15.0.2","eslint-plugin-import":"^2.6.1","eslint-plugin-jsx-a11y":"^5.1.1","eslint-plugin-react":"^7.1.0","fs-extra":"^4.0.0","mocha":"^3.0.0","node-sass":"^4.5.3","nyc":"^11.0.3","patch-version":"^0.1.1","should":"^11.0.0","typescript":"^2.4.1"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["babel-polyfill","babel-register"],"reporter":["html","text"]},"gitHead":"004663011d9e6be55970199c34bf9fdf1e1a7cc8","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.8","_shasum":"822bd72efe900afd66b78b59dd269ba63b10020c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.4","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"822bd72efe900afd66b78b59dd269ba63b10020c","size":53679,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.8.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/depcheck-0.6.8.tgz_1507641784065_0.33944936166517437"},"directories":{},"publish_time":1507641785326,"_hasShrinkwrap":false,"_cnpm_publish_time":1507641785326},"0.6.7":{"name":"depcheck","version":"0.6.7","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=0.12"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"node-version-gte-4 && eslint ./src ./test ./build || node-version-lt-4","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-dependent":"node-version-gte-4 && dependent-build || node-version-lt-4","test-coverage":"babel-node node_modules/cross-env/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^6.0.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-object-assign":"^6.1.18","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","babel-register":"^6.18.0","codecov.io":"^0.1.6","cross-env":"^3.1.3","depcheck-web":"^0.1.0","dependent-build":"^0.1.2","eslint":"^3.10.1","eslint-config-airbnb":"^13.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^2.2.3","eslint-plugin-react":"^6.7.0","fs-promise":"^1.0.0","mocha":"^3.0.0","node-sass":"^3.4.0","node-version-check":"^2.1.1","nyc":"^10.0.0","patch-version":"^0.1.1","should":"^11.0.0","typescript":"^1.8.0"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["babel-polyfill","babel-register"],"reporter":["html","text"]},"gitHead":"083e5d72bd0b26be3240a9850ccab1103228087e","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.7","_shasum":"6b3d1e993931e09ee673d3507d3175db734823e6","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"6b3d1e993931e09ee673d3507d3175db734823e6","size":53565,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.7.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/depcheck-0.6.7.tgz_1481213182471_0.032279788982123137"},"directories":{},"publish_time":1481213183118,"_cnpm_publish_time":1481213183118,"_hasShrinkwrap":false},"0.6.6":{"name":"depcheck","version":"0.6.6","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=0.12"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"node-version-gte-4 && eslint ./src ./test ./build || node-version-lt-4","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/cross-env/bin/cross-env.js NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^6.0.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-object-assign":"^6.1.18","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","babel-register":"^6.18.0","codecov.io":"^0.1.6","cross-env":"^3.1.3","depcheck-web":"^0.1.0","eslint":"^3.10.1","eslint-config-airbnb":"^13.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^2.2.3","eslint-plugin-react":"^6.7.0","fs-promise":"^1.0.0","mocha":"^3.0.0","node-sass":"^3.4.0","node-version-check":"^2.1.1","nyc":"^10.0.0","patch-version":"^0.1.1","should":"^11.0.0","typescript":"^1.8.0"},"nyc":{"sourceMap":false,"instrument":false,"exclude":["dist","test"],"require":["babel-polyfill","babel-register"],"reporter":["html","text"]},"gitHead":"4ed07a1db378ffd66d597eb769d4bce0a92cee63","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.6","_shasum":"e01b8c5883c102c28b7df6127fe53c3d85ffb6e1","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"e01b8c5883c102c28b7df6127fe53c3d85ffb6e1","size":19043,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.6.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/depcheck-0.6.6.tgz_1480443011280_0.6877840883098543"},"directories":{},"publish_time":1480443011960,"_cnpm_publish_time":1480443011960,"_hasShrinkwrap":false},"0.6.5":{"name":"depcheck","version":"0.6.5","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=0.12"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"node-version-gte-4 && eslint ./src ./test ./build || node-version-lt-4","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special --timeout 10000"},"author":{"name":"Djordje Lukic","email":"lukic.djordje@gmail.com"},"contributors":[{"name":"Junle Li","email":"lijunle@gmail.com"}],"keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^1.0.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^6.0.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-object-assign":"^6.1.18","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","codecov.io":"^0.1.6","depcheck-web":"^0.1.0","eslint":"^3.10.1","eslint-config-airbnb":"^13.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^2.2.3","eslint-plugin-react":"^6.7.0","fs-promise":"^1.0.0","isparta":"^4.0.0","istanbul":"0.4.4","mocha":"^3.0.0","node-sass":"^3.4.0","node-version-check":"^2.1.1","patch-version":"^0.1.1","should":"^11.0.0","typescript":"^1.8.0"},"gitHead":"26c0b3ddcfdaa5bb3ebfb7716b95d084650eb5d9","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.5","_shasum":"baee2148e83f1295d372d7c50fd6f7205ccdb8fa","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"baee2148e83f1295d372d7c50fd6f7205ccdb8fa","size":18915,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.5.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/depcheck-0.6.5.tgz_1479495089411_0.09680665517225862"},"directories":{},"publish_time":1479495090056,"_cnpm_publish_time":1479495090056,"_hasShrinkwrap":false},"0.6.4":{"name":"depcheck","version":"0.6.4","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=0.12"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special --timeout 10000"},"author":"","keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^0.1.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.2","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^4.0.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^6.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-object-assign":"^6.1.18","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","codecov.io":"^0.1.6","depcheck-web":"^0.1.0","eslint":"^2.4.0","eslint-config-airbnb":"^9.0.0","eslint-plugin-import":"^1.8.1","eslint-plugin-jsx-a11y":"^1.5.3","eslint-plugin-react":"^5.2.2","fs-promise":"^0.5.0","isparta":"^4.0.0","mocha":"^2.1.0","node-sass":"^3.4.0","patch-version":"^0.1.1","should":"^9.0.0","typescript":"^1.8.0"},"gitHead":"fc44c61dfcc4e3e64c86bb87ce9e29a7dec8529e","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.4","_shasum":"a64042fd024d48baba41029697c4f53ccfa94561","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"a64042fd024d48baba41029697c4f53ccfa94561","size":18674,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.4.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/depcheck-0.6.4.tgz_1469357009952_0.15179045405238867"},"directories":{},"publish_time":1469357012055,"_cnpm_publish_time":1469357012055,"_hasShrinkwrap":false},"0.6.3":{"name":"depcheck","version":"0.6.3","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=0.12"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special --timeout 10000"},"author":"","keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^0.1.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.0","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^4.0.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"6.0.0-beta.6","babel-plugin-add-module-exports":"^0.1.1","babel-plugin-transform-object-assign":"^6.1.18","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","codecov.io":"^0.1.6","depcheck-web":"^0.1.0","eslint":"^2.4.0","eslint-config-airbnb":"^6.0.1","fs-promise":"^0.5.0","isparta":"^4.0.0","mocha":"^2.1.0","node-sass":"^3.4.0","patch-version":"^0.1.1","should":"^8.0.0","typescript":"^1.8.0"},"gitHead":"9085c70ae62dba0a5c7f7c6f439400689cbb38c4","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.3","_shasum":"42e8a0df4467806c2eea7dad9d59c34d85c929fa","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.0","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"42e8a0df4467806c2eea7dad9d59c34d85c929fa","size":18570,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.3.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/depcheck-0.6.3.tgz_1459542322184_0.6962326015345752"},"directories":{},"publish_time":1459542324549,"_cnpm_publish_time":1459542324549,"_hasShrinkwrap":false},"0.6.2":{"name":"depcheck","version":"0.6.2","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=0.12"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special --timeout 10000"},"author":"","keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babel-traverse":"^6.7.3","babylon":"^6.1.21","builtin-modules":"^1.1.1","deprecate":"^0.1.0","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.0","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^4.0.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"6.0.0-beta.6","babel-plugin-add-module-exports":"^0.1.1","babel-plugin-transform-object-assign":"^6.1.18","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","codecov.io":"^0.1.6","depcheck-web":"^0.1.0","eslint":"^2.4.0","eslint-config-airbnb":"^6.0.1","fs-promise":"^0.5.0","isparta":"^4.0.0","mocha":"^2.1.0","node-sass":"^3.4.0","patch-version":"^0.1.1","should":"^8.0.0","typescript":"^1.8.0"},"peerDependencies":{"node-sass":"^3.4.0","typescript":"^1.8.0"},"gitHead":"ba87edc34854c01561856e8a1097ea280bb0c912","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.2","_shasum":"d93c9a0ac9a03f967caee0a94ec87f615ec02de5","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"d93c9a0ac9a03f967caee0a94ec87f615ec02de5","size":18453,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.2.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/depcheck-0.6.2.tgz_1459084109852_0.964337399462238"},"directories":{},"publish_time":1459084112204,"_cnpm_publish_time":1459084112204,"_hasShrinkwrap":false},"0.6.1":{"name":"depcheck","version":"0.6.1","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=0.12"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special --timeout 10000"},"author":"","keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babylon":"^6.1.21","builtin-modules":"^1.1.1","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.0","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^4.0.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^5.0.0","babel-plugin-add-module-exports":"^0.1.1","babel-plugin-transform-object-assign":"^6.1.18","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","codecov.io":"^0.1.6","depcheck-web":"^0.1.0","eslint":"=2.2.0","eslint-config-airbnb":"^6.0.1","fs-promise":"^0.5.0","isparta":"^4.0.0","mocha":"^2.1.0","patch-version":"^0.1.1","should":"^8.0.0"},"peerDependencies":{"node-sass":"^3.4.0","typescript":"^1.8.0"},"gitHead":"498ba042bbe806f8d071be20104cdcecf1b151e9","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.1","_shasum":"7c78aae87b2bba420f8a769708719e6b3adbe900","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.0","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"7c78aae87b2bba420f8a769708719e6b3adbe900","size":16462,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.1.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/depcheck-0.6.1.tgz_1458399619118_0.7993253751192242"},"directories":{},"publish_time":1458399621592,"_cnpm_publish_time":1458399621592,"_hasShrinkwrap":false},"0.7.0-beta.1":{"name":"depcheck","version":"0.7.0-beta.1","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=0.12"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special --timeout 10000"},"author":"","keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babylon":"^6.1.21","builtin-modules":"^1.1.1","deps-regex":"^0.1.4","js-yaml":"^3.4.2","lodash":"^4.5.1","minimatch":"^3.0.0","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^4.0.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^5.0.0","babel-plugin-add-module-exports":"^0.1.1","babel-plugin-transform-object-assign":"^6.1.18","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","codecov.io":"^0.1.6","depcheck-web":"^0.1.0","eslint":"=2.2.0","eslint-config-airbnb":"^6.0.1","fs-promise":"^0.4.1","isparta":"^4.0.0","mocha":"^2.1.0","patch-version":"^0.1.1","should":"^8.0.0"},"gitHead":"9aafe36bd18f81f19303820b269cf0135817f26e","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.7.0-beta.1","_shasum":"838812a0ab203499f80908eed797f2db9631774e","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"838812a0ab203499f80908eed797f2db9631774e","size":14995,"noattachment":false,"key":"/depcheck/-/depcheck-0.7.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.7.0-beta.1.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/depcheck-0.7.0-beta.1.tgz_1457879480112_0.20091395382769406"},"directories":{},"publish_time":1457879482370,"_cnpm_publish_time":1457879482370,"_hasShrinkwrap":false},"0.6.0":{"name":"depcheck","version":"0.6.0","description":"Check dependencies in your node module","main":"dist/index.js","engines":{"node":">=0.12"},"bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-web":"node ./bin/depcheck --json | depcheck-web","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special --timeout 10000"},"author":"","keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babylon":"^6.1.21","builtin-modules":"^1.1.1","deps-regex":"^0.1.4","js-yaml":"^3.4.2","minimatch":"^3.0.0","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^4.0.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^5.0.0","babel-plugin-add-module-exports":"^0.1.1","babel-plugin-transform-object-assign":"^6.1.18","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","codecov.io":"^0.1.6","depcheck-web":"^0.1.0","eslint":"^2.2.0","eslint-config-airbnb":"^6.0.1","fs-promise":"^0.4.1","isparta":"^4.0.0","mocha":"^2.1.0","patch-version":"^0.1.1","should":"^8.0.0"},"gitHead":"66d598d3ff56218f490f1003b478952aec1ac261","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.6.0","_shasum":"a6d79ebf2b08e71c3d721eeee2d4bb05d452981f","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"a6d79ebf2b08e71c3d721eeee2d4bb05d452981f","size":14917,"noattachment":false,"key":"/depcheck/-/depcheck-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.6.0.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/depcheck-0.6.0.tgz_1456336289106_0.8249026432167739"},"directories":{},"publish_time":1456336292136,"_cnpm_publish_time":1456336292136,"_hasShrinkwrap":false},"0.5.11":{"name":"depcheck","version":"0.5.11","description":"Check dependencies in your node module","main":"dist/index.js","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special --timeout 10000"},"author":"","keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babylon":"^6.1.21","deps-regex":"^0.1.4","js-yaml":"^3.4.2","minimatch":"^3.0.0","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^3.26.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^4.1.3","babel-plugin-add-module-exports":"^0.1.1","babel-plugin-transform-object-assign":"^6.1.18","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","codecov.io":"^0.1.6","eslint":"^1.7.3","eslint-config-airbnb":"^1.0.0","fs-promise":"^0.3.1","isparta":"^4.0.0","mocha":"^2.1.0","patch-version":"0.0.2","should":"^7.1.0"},"gitHead":"487b3bee82798ecae87b91db0760e517bcc61b81","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.5.11","_shasum":"64279dba3e51716ca85f5318b610e73e2341f0f1","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"64279dba3e51716ca85f5318b610e73e2341f0f1","size":15601,"noattachment":false,"key":"/depcheck/-/depcheck-0.5.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.5.11.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"publish_time":1449067528398,"_cnpm_publish_time":1449067528398,"_hasShrinkwrap":false},"0.5.10":{"name":"depcheck","version":"0.5.10","description":"Check dependencies in your node module","main":"dist/index.js","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/depcheck/depcheck.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel src/ -d dist/","depcheck":"node ./bin/depcheck","depcheck-json":"node ./bin/depcheck --json | babel-node ./build/check-json","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"babel-node node_modules/mocha/bin/_mocha ./test ./test/special --timeout 10000","test-coverage":"babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special --timeout 10000"},"author":"","keywords":["check","unused","package","packages","depcheck","dependency","dependencies","devDependencies"],"license":"MIT","dependencies":{"babylon":"^6.1.21","deps-regex":"^0.1.4","js-yaml":"^3.4.2","minimatch":"^3.0.0","require-package-name":"^2.0.1","walkdir":"0.0.11","yargs":"^3.26.0"},"devDependencies":{"babel-cli":"^6.1.1","babel-eslint":"^4.1.3","babel-plugin-add-module-exports":"^0.1.1","babel-plugin-transform-object-assign":"^6.1.18","babel-preset-es2015":"^6.0.15","babel-preset-stage-2":"^6.0.15","codecov.io":"^0.1.6","eslint":"^1.7.3","eslint-config-airbnb":"^1.0.0","fs-promise":"^0.3.1","isparta":"^4.0.0","mocha":"^2.1.0","patch-version":"0.0.2","should":"^7.1.0"},"gitHead":"83163fb7640ce8bdef2d71c86990188fd14cfe26","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"homepage":"https://github.com/depcheck/depcheck#readme","_id":"depcheck@0.5.10","_shasum":"fbc8b41ed9cb5969adcc3e38348807d2bec1fce0","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"fbc8b41ed9cb5969adcc3e38348807d2bec1fce0","size":15589,"noattachment":false,"key":"/depcheck/-/depcheck-0.5.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.5.10.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"publish_time":1448154970314,"_cnpm_publish_time":1448154970314,"_hasShrinkwrap":false},"0.5.9":{"name":"depcheck","version":"0.5.9","description":"Check dependencies in your node module","main":"dist/index.js","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/lijunle/depcheck-es6.git"},"scripts":{"component":"babel-node ./build/component.js > ./dist/component.json","compile":"babel --optional runtime src/ -d dist/","depcheck":"node ./bin/depcheck --ignore-bin-package=false --specials=bin,eslint","depcheck-web":"node ./bin/depcheck --ignore-bin-package=false --specials=bin,eslint --web-report","patch-version":"babel-node ./build/patch-version.js","prepublish":"npm run compile && npm run component","lint":"eslint ./src ./test ./build","test":"mocha --compilers js:babel/register ./test ./test/special","test-coverage":"babel-node ./node_modules/.bin/isparta cover node_modules/mocha/bin/_mocha -- ./test ./test/special"},"author":"","license":"MIT","dependencies":{"babel-runtime":"^5.8.25","babylon":"^5.8.29","deps-regex":"^0.1.4","js-yaml":"^3.4.2","minimatch":"^3.0.0","request":"^2.65.0","require-package-name":"^2.0.1","walkdir":"0.0.10","yargs":"^3.26.0"},"devDependencies":{"babel":"^5.8.23","babel-eslint":"^4.1.3","codecov.io":"^0.1.6","eslint":"^1.7.3","eslint-config-airbnb":"0.1.0","isparta":"^3.0.4","mocha":"^2.1.0","should":"^7.1.0"},"gitHead":"7e156cc34c8a89a4bc4b0d61f0f88f1024b656b3","bugs":{"url":"https://github.com/lijunle/depcheck-es6/issues"},"homepage":"https://github.com/lijunle/depcheck-es6#readme","_id":"depcheck@0.5.9","_shasum":"ceaf52f32a36dfdd057276d6ad067f2978ce2c70","_from":".","_npmVersion":"3.3.10","_nodeVersion":"5.0.0","_npmUser":{"name":"lijunle","email":"lijunle@gmail.com"},"dist":{"shasum":"ceaf52f32a36dfdd057276d6ad067f2978ce2c70","size":13012,"noattachment":false,"key":"/depcheck/-/depcheck-0.5.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.5.9.tgz"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"publish_time":1446646958019,"_cnpm_publish_time":1446646958019,"_hasShrinkwrap":false},"0.4.7":{"name":"depcheck","version":"0.4.7","description":"Check dependencies in your node module","main":"index","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/index.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","dependencies":{"detective":"^4.0.0","lodash":"^3.3.0","minimatch":"^2.0.1","optimist":"~0.6.0","q":"^1.0.1","walkdir":"0.0.7"},"devDependencies":{"mocha":"^2.1.0","should":"^5.0.1"},"gitHead":"1d9da2b7d4a2742839f49202f3e949a2c5d89e92","bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"homepage":"https://github.com/rumpl/depcheck","_id":"depcheck@0.4.7","_shasum":"2584e2dd05c50026f64a37f64c36e625c53a9d41","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"dist":{"shasum":"2584e2dd05c50026f64a37f64c36e625c53a9d41","size":10663,"noattachment":false,"key":"/depcheck/-/depcheck-0.4.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.4.7.tgz"},"directories":{},"publish_time":1429900161221,"_cnpm_publish_time":1429900161221,"_hasShrinkwrap":false},"0.4.6":{"name":"depcheck","version":"0.4.6","description":"Check dependencies in your node module","main":"index","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/index.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","dependencies":{"detective":"^4.0.0","lodash":"^3.3.0","minimatch":"^2.0.1","optimist":"~0.6.0","q":"^1.0.1","walkdir":"0.0.7"},"devDependencies":{"mocha":"^2.1.0","should":"^5.0.1"},"gitHead":"7d711e9f6c5de42f2462f60c4bb169e501a82acd","bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"homepage":"https://github.com/rumpl/depcheck","_id":"depcheck@0.4.6","_shasum":"0f742f55e16c54cd97f08d728c5fb61150d96d0d","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"dist":{"shasum":"0f742f55e16c54cd97f08d728c5fb61150d96d0d","size":10665,"noattachment":false,"key":"/depcheck/-/depcheck-0.4.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.4.6.tgz"},"directories":{},"publish_time":1429900081919,"_cnpm_publish_time":1429900081919,"_hasShrinkwrap":false},"0.4.5":{"name":"depcheck","version":"0.4.5","description":"Check dependencies in your node module","main":"index","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/index.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","dependencies":{"detective":"^4.0.0","lodash":"^3.3.0","minimatch":"^2.0.1","optimist":"~0.6.0","q":"^1.0.1","walkdir":"0.0.7"},"devDependencies":{"mocha":"^2.1.0","should":"^5.0.1"},"gitHead":"2e0d92f12055e17b295b7184d3179afa931e8e66","bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"homepage":"https://github.com/rumpl/depcheck","_id":"depcheck@0.4.5","_shasum":"cd3b295ccc87c772331bc2fe86d8e1cf3ab0fb20","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"dist":{"shasum":"cd3b295ccc87c772331bc2fe86d8e1cf3ab0fb20","size":6529,"noattachment":false,"key":"/depcheck/-/depcheck-0.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.4.5.tgz"},"directories":{},"publish_time":1424953425573,"_cnpm_publish_time":1424953425573,"_hasShrinkwrap":false},"0.4.3":{"name":"depcheck","version":"0.4.3","description":"Check dependencies in your node module","main":"index","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/index.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","dependencies":{"detective":"^3.1.0","lodash":"^2.4.1","minimatch":"^1.0.0","optimist":"~0.6.0","q":"^1.0.1","walkdir":"0.0.7"},"devDependencies":{"mocha":"^1.21.4","should":"^4.0.4"},"gitHead":"662126aa6aa24c02ba72cd21d3fd89204542194a","bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"homepage":"https://github.com/rumpl/depcheck","_id":"depcheck@0.4.3","_shasum":"5016f307389ac28cb93a5cd97cd96e4087a41d15","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"dist":{"shasum":"5016f307389ac28cb93a5cd97cd96e4087a41d15","size":6249,"noattachment":false,"key":"/depcheck/-/depcheck-0.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.4.3.tgz"},"directories":{},"publish_time":1410643316160,"_cnpm_publish_time":1410643316160,"_hasShrinkwrap":false},"0.4.2":{"name":"depcheck","version":"0.4.2","description":"Check dependencies in your node module","main":"index","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/index.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","dependencies":{"detective":"^3.1.0","lodash":"^2.4.1","minimatch":"^1.0.0","optimist":"~0.6.0","q":"^1.0.1","walkdir":"0.0.7"},"devDependencies":{"mocha":"^1.21.4","should":"^4.0.4"},"gitHead":"828b2b6f49e1bdef01f9e5aaa46475e7ac28f6e4","bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"homepage":"https://github.com/rumpl/depcheck","_id":"depcheck@0.4.2","_shasum":"b267a6b09c8f241e16d0256f59c47b9ff2fdafaa","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"dist":{"shasum":"b267a6b09c8f241e16d0256f59c47b9ff2fdafaa","size":5972,"noattachment":false,"key":"/depcheck/-/depcheck-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.4.2.tgz"},"directories":{},"publish_time":1410249012800,"_cnpm_publish_time":1410249012800,"_hasShrinkwrap":false},"0.4.1":{"name":"depcheck","version":"0.4.1","description":"Check dependencies in your node module","main":"index","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/index.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","dependencies":{"detective":"^3.1.0","esprima":"~1.0.4","lodash":"^2.4.1","minimatch":"^0.3.0","q":"^1.0.1","walkdir":"0.0.7","optimist":"~0.6.0"},"devDependencies":{"should":"~1.2.2","mocha":"~1.8.1"},"bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"_id":"depcheck@0.4.1","dist":{"shasum":"f66c9746fc62e1b2971cca2fd127680bce40aa5d","size":3841,"noattachment":false,"key":"/depcheck/-/depcheck-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.4.1.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"publish_time":1402912992967,"_cnpm_publish_time":1402912992967,"_hasShrinkwrap":false},"0.4.0":{"name":"depcheck","version":"0.4.0","description":"Check dependencies in your node module","main":"index","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/index.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","dependencies":{"detective":"^3.1.0","esprima":"~1.0.4","lodash":"^2.4.1","minimatch":"^0.3.0","q":"^1.0.1","walkdir":"0.0.7"},"devDependencies":{"should":"~1.2.2","mocha":"~1.8.1","optimist":"~0.6.0"},"bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"_id":"depcheck@0.4.0","dist":{"shasum":"78d73f7ac97b43a3adcffd4658adeae766e6ad5b","size":7834,"noattachment":false,"key":"/depcheck/-/depcheck-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.4.0.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"publish_time":1402776786454,"_cnpm_publish_time":1402776786454,"_hasShrinkwrap":false},"0.3.1":{"name":"depcheck","version":"0.3.1","description":"Check dependencies in your node module","main":"index","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/index.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","dependencies":{"optimist":"~0.6.0","walkdir":"0.0.7","esprima":"~1.0.4","simplesets":"~1.2.0"},"devDependencies":{"should":"~1.2.2","mocha":"~1.8.1"},"bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"_id":"depcheck@0.3.1","dist":{"shasum":"2c8a14b980c73ba2e966059035a4cc2f2357a664","size":7843,"noattachment":false,"key":"/depcheck/-/depcheck-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.3.1.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"publish_time":1402326594139,"_cnpm_publish_time":1402326594139,"_hasShrinkwrap":false},"0.3.0":{"name":"depcheck","version":"0.3.0","description":"Check dependencies in your node module","main":"bin/depcheck","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/index.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","dependencies":{"optimist":"~0.6.0","walkdir":"0.0.7","esprima":"~1.0.4","simplesets":"~1.2.0"},"devDependencies":{"should":"~1.2.2","mocha":"~1.8.1"},"bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"_id":"depcheck@0.3.0","dist":{"shasum":"df1c16a9d4e4560425917e6c9cbc40f7a2d50588","size":7700,"noattachment":false,"key":"/depcheck/-/depcheck-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.3.0.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"publish_time":1401056304678,"_cnpm_publish_time":1401056304678,"_hasShrinkwrap":false},"0.2.0":{"name":"depcheck","version":"0.2.0","description":"Check dependencies in your node module","main":"bin/depcheck","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/*.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","readmeFilename":"README.md","dependencies":{"optimist":"~0.6.0","walkdir":"0.0.7","esprima":"~1.0.4","should":"~1.2.2","simplesets":"~1.2.0"},"devDependencies":{"mocha":"~1.8.1"},"bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"_id":"depcheck@0.2.0","dist":{"shasum":"c419e0b3b6ff53b7a5a7b71aadb397250983f71f","size":3417,"noattachment":false,"key":"/depcheck/-/depcheck-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"publish_time":1379863404039,"_cnpm_publish_time":1379863404039,"_hasShrinkwrap":false},"0.1.0":{"name":"depcheck","version":"0.1.0","description":"Check dependencies in your node module","main":"bin/depcheck","bin":{"depcheck":"bin/depcheck"},"repository":{"type":"git","url":"git://github.com/rumpl/depcheck.git"},"scripts":{"test":"mocha test/*.js"},"author":{"name":"Djordje Lukic"},"license":"MIT","readmeFilename":"README.md","dependencies":{"optimist":"~0.6.0","findit":"~0.1.2","walkdir":"0.0.7","esprima":"~1.0.4","should":"~1.2.2","simplesets":"~1.2.0"},"devDependencies":{"mocha":"~1.8.1"},"bugs":{"url":"https://github.com/rumpl/depcheck/issues"},"_id":"depcheck@0.1.0","dist":{"shasum":"9aae8d304e1adfaebae57d1cf1d3f61174e561b6","size":3016,"noattachment":false,"key":"/depcheck/-/depcheck-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/depcheck/download/depcheck-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"rumpl","email":"lukic.djordje@gmail.com"},"maintainers":[{"name":"lijunle","email":"lijunle@gmail.com"},{"name":"rumpl","email":"lukic.djordje@gmail.com"}],"directories":{},"publish_time":1379682113300,"_cnpm_publish_time":1379682113300,"_hasShrinkwrap":false}},"readme":"# depcheck\n\nDepcheck is a tool for analyzing the dependencies in a project to see: how each dependency is used, which dependencies are useless, and which dependencies are missing from `package.json`.\n\n## Status\n\n[![Build Status](https://github.com/depcheck/depcheck/workflows/ci/badge.svg)](https://github.com/depcheck/depcheck/actions)\n[![Financial Contributors on Open Collective](https://opencollective.com/depcheck/all/badge.svg?label=financial+contributors)](https://opencollective.com/depcheck) [![Build status](https://ci.appveyor.com/api/projects/status/xbooh370dinuyi0y/branch/master?svg=true)](https://ci.appveyor.com/project/lijunle/depcheck/branch/master)\n[![codecov.io](https://codecov.io/github/depcheck/depcheck/coverage.svg?branch=master)](https://codecov.io/github/depcheck/depcheck?branch=master)\n\n[![Dependencies](https://img.shields.io/librariesio/github/depcheck/depcheck)](https://libraries.io/github/depcheck/depcheck)\n\n## Installation\n\n```\nnpm install -g depcheck\n```\n\nOr simply using [npx](https://blog.npmjs.org/post/162869356040/introducing-npx-an-npm-package-runner) which is a package runner bundled in `npm`:\n\n```\n$ npx depcheck\n```\n\n_Notice:_ depcheck needs node.js >= 10.\n\n## Syntax Support\n\nDepcheck not only recognizes the dependencies in JavaScript files, but also supports these syntaxes:\n\n- JavaScript (ES5, ES6 and ES7)\n- [React JSX](http://facebook.github.io/react/docs/jsx-in-depth.html)\n- [CoffeeScript](http://coffeescript.org/)\n- [TypeScript](http://www.typescriptlang.org/) (with `typescript` dependency)\n- [SASS and SCSS](http://sass-lang.com/)\n- [Vue.js](https://vuejs.org/) (with `@vue/compiler-sfc` dependency)\n\nTo get the syntax support by external dependency, please install the corresponding package explicitly. For example, for TypeScript user, install depcheck with `typescript` package:\n\n```\nnpm install -g depcheck typescript\n```\n\n## Special\n\nThe _special_ component is used to recognize the dependencies that are not generally used in the above syntax files. The following scenarios are supported by specials:\n\n- `babel` - [Babel](https://www.npmjs.com/package/babel) presets and plugins\n- `bin` - Dependencies used in npm commands, Travis scripts or other CI scripts\n- `commitizen` - [Commitizen](https://www.npmjs.com/package/commitizen) configuration adaptor\n- `eslint` - [ESLint](https://www.npmjs.com/package/eslint) configuration presets, parsers and plugins\n- `feross-standard` - [Feross standard](https://www.npmjs.com/package/standard) format parser\n- `gatsby` - [Gatsby](https://www.npmjs.com/package/gatsby) configuration parser\n- `gulp-load-plugins` - [Gulp-load-plugins](https://www.npmjs.com/package/gulp-load-plugins) lazy loaded plugins\n- `husky` - [Husky](https://www.npmjs.com/package/husky) configuration parser\n- `istanbul` - [Istanbul nyc](https://www.npmjs.com/package/nyc) configuration extensions\n- `jest` - [Jest](https://www.npmjs.com/package/jest) properties in [Jest Configuration](https://jestjs.io/docs/en/configuration)\n- `karma` - [Karma](https://www.npmjs.com/package/karma) configuration frameworks, browsers, preprocessors and reporters\n- `lint-staged` - [Lint-staged](https://www.npmjs.com/package/lint-staged) configuration parser\n- `mocha` - [Mocha](https://www.npmjs.com/package/mocha) explicit required dependencies\n- `prettier` - [Prettier](https://www.npmjs.com/package/prettier) configuration module\n- `tslint` - [TSLint](https://www.npmjs.com/package/tslint) configuration presets, parsers and plugins\n- `ttypescript` - [ttypescript](https://github.com/cevek/ttypescript) transformers\n- `webpack` - [Webpack](https://www.npmjs.com/package/webpack) loaders\n- `serverless`- [Serverless](https://www.npmjs.com/package/serverless) plugins\n\nThe logic of a special is not perfect. There might be [false alerts](#false-alert). If this happens, please open an issue for us.\n\n## Usage\n\n```\ndepcheck [directory] [arguments]\n```\n\nThe `directory` argument is the root directory of your project (where the `package.json` file is). If unspecified, defaults to current directory.\n\nAll of the arguments are optional:\n\n`--ignore-bin-package=[true|false]`: A flag to indicate if depcheck ignores the packages containing bin entry. The default value is `false`.\n\n`--skip-missing=[true|false]`: A flag to indicate if depcheck skips calculation of missing dependencies. The default value is `false`.\n\n`--json`: Output results in JSON. When not specified, depcheck outputs in human friendly format.\n\n`--oneline`: Output results as space separated string. Useful for copy/paste.\n\n`--ignores`: A comma separated array containing package names to ignore. It can be glob expressions. Example, `--ignores=\"eslint,babel-*\"`.\n\n`--ignore-dirs`: DEPRECATED, use ignore-patterns instead. A comma separated array containing directory names to ignore. Example, `--ignore-dirs=dist,coverage`.\n\n`--ignore-path`: Path to a file with patterns describing files to ignore. Files must match the .gitignore [spec](http://git-scm.com/docs/gitignore). Example, `--ignore-path=.eslintignore`.\n\n`--ignore-patterns`: Comma separated patterns describing files to ignore. Patterns must match the .gitignore [spec](http://git-scm.com/docs/gitignore). Example, `--ignore-patterns=build/Release,dist,coverage,*.log`.\n\n`--quiet`: Suppress the \"No depcheck issue\" log. Useful in a monorepo with multiple packages to focus only on packages with issues.\n\n`--help`: Show the help message.\n\n`--parsers`, `--detectors` and `--specials`: These arguments are for advanced usage. They provide an easy way to customize the file parser and dependency detection. Check [the pluggable design document](https://github.com/depcheck/depcheck/blob/master/doc/pluggable-design.md) for more information.\n\n`--config=[filename]`: An external configuration file (see below).\n\n## Usage with a configuration file\n\nDepcheck can be used with an rc configuration file. In order to do so, create a .depcheckrc file in your project's package.json folder, and set the CLI keys in YAML, JSON, and JavaScript formats.\nFor example, the CLI arguments `--ignores=\"eslint,babel-*\" --skip-missing=true` would turn into:\n\n**_.depcheckrc_**\n\n```\nignores: [\"eslint\", \"babel-*\"]\nskip-missing: true\n```\n\n**Important:** if provided CLI arguments conflict with configuration file ones, the CLI ones will take precedence over the rc file ones.\n\nThe rc configuration file can also contain the following extensions: `.json`, `.yaml`, `.yml`.\n\n## API\n\nSimilar options are provided to `depcheck` function for programming:\n\n```js\nimport depcheck from 'depcheck';\n\nconst options = {\n  ignoreBinPackage: false, // ignore the packages with bin entry\n  skipMissing: false, // skip calculation of missing dependencies\n  ignorePatterns: [\n    // files matching these patterns will be ignored\n    'sandbox',\n    'dist',\n    'bower_components',\n  ],\n  ignoreMatches: [\n    // ignore dependencies that matches these globs\n    'grunt-*',\n  ],\n  parsers: {\n    // the target parsers\n    '**/*.js': depcheck.parser.es6,\n    '**/*.jsx': depcheck.parser.jsx,\n  },\n  detectors: [\n    // the target detectors\n    depcheck.detector.requireCallExpression,\n    depcheck.detector.importDeclaration,\n  ],\n  specials: [\n    // the target special parsers\n    depcheck.special.eslint,\n    depcheck.special.webpack,\n  ],\n  package: {\n    // may specify dependencies instead of parsing package.json\n    dependencies: {\n      lodash: '^4.17.15',\n    },\n    devDependencies: {\n      eslint: '^6.6.0',\n    },\n    peerDependencies: {},\n    optionalDependencies: {},\n  },\n};\n\ndepcheck('/path/to/your/project', options).then((unused) => {\n  console.log(unused.dependencies); // an array containing the unused dependencies\n  console.log(unused.devDependencies); // an array containing the unused devDependencies\n  console.log(unused.missing); // a lookup containing the dependencies missing in `package.json` and where they are used\n  console.log(unused.using); // a lookup indicating each dependency is used by which files\n  console.log(unused.invalidFiles); // files that cannot access or parse\n  console.log(unused.invalidDirs); // directories that cannot access\n});\n```\n\n## Example\n\nThe following example checks the dependencies under `/path/to/my/project` folder:\n\n```sh\n$> depcheck /path/to/my/project\nUnused dependencies\n* underscore\nUnused devDependencies\n* jasmine\nMissing dependencies\n* lodash\n```\n\nIt figures out:\n\n- The dependency `underscore` is declared in the `package.json` file, but not used by any code.\n- The devDependency `jasmine` is declared in the `package.json` file, but not used by any code.\n- The dependency `lodash` is used somewhere in the code, but not declared in the `package.json` file.\n\nPlease note that, if a subfolder has a `package.json` file, it is considered another project and should be checked with another depcheck command.\n\nThe following example checks the same project, however, outputs as a JSON blob. Depcheck's JSON output is in one single line for easy pipe and computation. The [`json`](https://www.npmjs.com/package/json) command after the pipe is a node.js program to beautify the output.\n\n```js\n$> depcheck /path/to/my/project --json | json\n{\n  \"dependencies\": [\n    \"underscore\"\n  ],\n  \"devDependencies\": [\n    \"jasmine\"\n  ],\n  \"missing\": {\n    \"lodash\": [\n      \"/path/to/my/project/file.using.lodash.js\"\n    ]\n  },\n  \"using\": {\n    \"react\": [\n      \"/path/to/my/project/file.using.react.jsx\",\n      \"/path/to/my/project/another.file.using.react.jsx\"\n    ],\n    \"lodash\": [\n      \"/path/to/my/project/file.using.lodash.js\"\n    ]\n  },\n  \"invalidFiles\": {\n    \"/path/to/my/project/file.having.syntax.error.js\": \"SyntaxError: <call stack here>\"\n  },\n  \"invalidDirs\": {\n    \"/path/to/my/project/folder/without/permission\": \"Error: EACCES, <call stack here>\"\n  }\n}\n```\n\n- The `dependencies`, `devDependencies` and `missing` properties have the same meanings in the previous example.\n- The `using` property is a lookup indicating each dependency is used by which files.\n- The value of `missing` and `using` lookup is an array. It means the dependency may be used by many files.\n- The `invalidFiles` property contains the files having syntax error or permission error. The value is the error details. However, only one error is stored in the lookup.\n- The `invalidDirs` property contains the directories having permission error. The value is the error details.\n\n## False Alert\n\nDepcheck just walks through all files and tries to find the dependencies according to some predefined rules. However, the predefined rules may not be enough or may even be wrong.\n\nThere may be some cases in which a dependency is being used but is reported as unused, or a dependency is not used but is reported as missing. These are _false alert_ situations.\n\nIf you find that depcheck is reporting a false alert, please [open an issue](https://github.com/depcheck/depcheck/issues/new) with the following information to let us know:\n\n- The output from `depcheck --json` command. Beautified JSON is better.\n- Which dependencies are considered as false alert?\n- How are you using those dependencies, what do the files look like?\n\n## Changelog\n\nWe use the [GitHub release page](https://github.com/depcheck/depcheck/releases) to manage changelog.\n\n## Contributors\n\n### Code Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\n<a href=\"https://github.com/depcheck/depcheck/graphs/contributors\"><img src=\"https://opencollective.com/depcheck/contributors.svg?width=890&button=false\" /></a>\n\n### Financial Contributors\n\nBecome a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/depcheck/contribute)]\n\n#### Individuals\n\n<a href=\"https://opencollective.com/depcheck\"><img src=\"https://opencollective.com/depcheck/individuals.svg?width=890\"></a>\n\n#### Organizations\n\nSupport this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/depcheck/contribute)]\n\n<a href=\"https://opencollective.com/depcheck/organization/0/website\"><img src=\"https://opencollective.com/depcheck/organization/0/avatar.svg\"></a>\n<a href=\"https://opencollective.com/depcheck/organization/1/website\"><img src=\"https://opencollective.com/depcheck/organization/1/avatar.svg\"></a>\n<a href=\"https://opencollective.com/depcheck/organization/2/website\"><img src=\"https://opencollective.com/depcheck/organization/2/avatar.svg\"></a>\n<a href=\"https://opencollective.com/depcheck/organization/3/website\"><img src=\"https://opencollective.com/depcheck/organization/3/avatar.svg\"></a>\n<a href=\"https://opencollective.com/depcheck/organization/4/website\"><img src=\"https://opencollective.com/depcheck/organization/4/avatar.svg\"></a>\n<a href=\"https://opencollective.com/depcheck/organization/5/website\"><img src=\"https://opencollective.com/depcheck/organization/5/avatar.svg\"></a>\n<a href=\"https://opencollective.com/depcheck/organization/6/website\"><img src=\"https://opencollective.com/depcheck/organization/6/avatar.svg\"></a>\n<a href=\"https://opencollective.com/depcheck/organization/7/website\"><img src=\"https://opencollective.com/depcheck/organization/7/avatar.svg\"></a>\n<a href=\"https://opencollective.com/depcheck/organization/8/website\"><img src=\"https://opencollective.com/depcheck/organization/8/avatar.svg\"></a>\n<a href=\"https://opencollective.com/depcheck/organization/9/website\"><img src=\"https://opencollective.com/depcheck/organization/9/avatar.svg\"></a>\n\n## License\n\nMIT License.\n","_attachments":{},"homepage":"https://github.com/depcheck/depcheck#readme","bugs":{"url":"https://github.com/depcheck/depcheck/issues"},"license":"MIT"}