{"name":"dependency-cruiser","version":"4.23.0-beta-2","description":"Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.","keywords":["static analysis","circular","dependencies","typescript","javascript","coffeescript","ES6","ES2015","AMD","CommonJS","validation","spelunking"],"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"contributors":[{"name":"Klaus Meinhardt","url":"https://github.com/ajafff"}],"license":"MIT","bin":{"dependency-cruiser":"bin/dependency-cruise","dependency-cruise":"bin/dependency-cruise","depcruise":"bin/dependency-cruise"},"main":"src/main/index.js","types":"types/dependency-cruiser.d.ts","scripts":{"build":"make dev-build","build:clean":"make clean","check":"npm-run-all build lint depcruise test:cover","check:full":"npm-run-all check test:glob test:integration","depcruise":"node ./bin/dependency-cruise --validate -- src bin/dependency-cruise test configs","depcruise:graph:dir":"node ./bin/dependency-cruise --validate --include-only '(^src|^[^/]+(js|json)$)' --output-type ddot bin src | dot -T png > tmp_deps.png","depcruise:graph:doc":"npm-run-all --parallel depcruise:graph:doc:*","depcruise:graph:doc:html":"node ./bin/dependency-cruise --validate --include-only '(^src|^[^/]+(js|json)$)' --output-type dot bin src | dot -T svg -Gsplines=ortho | cat docs/assets/depcruise-graph-head.snippet.html - docs/assets/depcruise-graph-foot.snippet.html > docs/dependency-cruiser-dependency-graph.html","depcruise:graph:doc:png":"./bin/dependency-cruise --validate --do-not-follow report --include-only '(^src|^[^/]+(js|json)$)' --output-type dot bin/dependency-cruise | dot -Gdpi=192 -Gsplines=ortho -T png | pngquant - > doc/real-world-samples/dependency-cruiser-without-node_modules.png","depcruise:graph:osage":"node ./bin/dependency-cruise --validate --include-only '(^src|^[^/]+(js|json)$)' --output-type dot bin src | osage -Gpack=16 -GpackMode=array2 -T svg > tmp_deps.svg","depcruise:graph:fdp":"node ./bin/dependency-cruise --validate --include-only '^src' --output-type dot bin src | fdp -GK=0.1 -Gsplines=ortho -T svg > tmp_deps.svg","lint":"eslint bin/dependency-cruise src test configs","lint:types":"tslint types/dependency-cruiser.d.ts","lint:fix":"eslint --fix bin/dependency-cruise src test configs","scm:push":"run-p --aggregate-output scm:push:*","scm:push:bitbucket-mirror":"run-p --aggregate-output scm:push:bitbucket-mirror:*","scm:push:bitbucket-mirror:commits":"git push bitbucket-mirror","scm:push:bitbucket-mirror:tags":"git push --tags bitbucket-mirror","scm:push:github":"run-p --aggregate-output scm:push:github:*","scm:push:github:commits":"git push","scm:push:github:tags":"git push --tags","scm:push:gitlab-mirror":"run-p --aggregate-output scm:push:gitlab-mirror:*","scm:push:gitlab-mirror:commits":"git push gitlab-mirror","scm:push:gitlab-mirror:tags":"git push --tags gitlab-mirror","scm:stage":"git add .","test":"mocha --timeout 4000 test/*/*.spec.js test/*/*/*.spec.js test/*/*/*/*.spec.js","test:cover":"nyc --check-coverage npm test","test:glob":"set -f && test \"`bin/dependency-cruise test/extract/fixtures/gather-globbing/packages/**/src/**/*.js | grep \"no dependency violations found\"`\" = \"✔ no dependency violations found (6 modules cruised)\"","test:integration":"npm-run-all test:integration:cleanup test:integration:pack test:integration:copy test:integration:install test:integration:run test:integration:test test:integration:cleanup","test:integration:pack":"npm pack","test:integration:copy":"shx cp -r test/integration/yarn-pnp.template test/integration/yarn-pnp.testing-ground","test:integration:install":"cd test/integration/yarn-pnp.testing-ground && yarn && yarn add -D ../../../dependency-cruiser*.tgz","test:integration:run":"cd test/integration/yarn-pnp.testing-ground && yarn dependency-cruise:json","test:integration:test":"cd test/integration/yarn-pnp.testing-ground && yarn test","test:integration:cleanup":"shx rm -rf test/integration/yarn-pnp.testing-ground dependency-cruiser*.tgz","test:load":"hyperfine --warmup 3 --runs 30 \"bin/dependency-cruise --validate -- src bin/dependency-cruise test configs\"","test:load:short":"hyperfine --warmup 1 --runs 5 \"bin/dependency-cruise --validate -- src bin/dependency-cruise test configs\"","test:watch":"mocha --watch --watch-extensions=json --reporter=min test/*/*.spec.js test/*/*/*.spec.js test/*/*/*/*.spec.js","update-dependencies":"npm-run-all upem:update upem:install build:clean build lint:fix depcruise test:cover","upem:install":"npm install","upem:update":"npm outdated --json | upem","version":"npm-run-all build depcruise:graph:doc scm:stage"},"upem":{"donotup":[{"package":"symlink-dir","because":"symlink-dir >= 3 doesn't work on node < 8 - while dependency-cruiser still supports node 6"}]},"dependencies":{"acorn":"6.1.1","acorn-dynamic-import":"4.0.0","acorn-loose":"6.0.0","acorn-walk":"6.1.1","ajv":"6.10.0","chalk":"2.4.2","commander":"2.20.0","enhanced-resolve":"4.1.0","figures":"3.0.0","glob":"7.1.4","handlebars":"4.1.2","inquirer":"6.3.1","lodash":"4.17.11","pnp-webpack-plugin":"1.5.0","regexp-tree":"0.1.10","resolve":"1.11.0","semver":"6.1.1","semver-try-require":"2.0.6","strip-json-comments":"3.0.1","teamcity-service-messages":"0.1.10","tsconfig-paths-webpack-plugin":"3.2.0"},"devDependencies":{"chai":"4.2.0","chai-json-schema":"1.5.1","coffeescript":"2.4.1","eslint":"5.16.0","eslint-plugin-import":"2.17.3","eslint-plugin-mocha":"5.3.0","eslint-plugin-node":"9.1.0","eslint-plugin-security":"1.4.0","intercept-stdout":"0.1.2","mocha":"6.1.4","normalize-newline":"3.0.0","npm-run-all":"4.1.5","nyc":"14.1.1","shx":"0.3.2","symlink-dir":"2.0.2","tslint":"5.17.0","typescript":"3.5.1","upem":"2.1.0","yarn":"1.16.0"},"repository":{"type":"git","url":"git+https://github.com/sverweij/dependency-cruiser.git"},"bugs":{"url":"https://github.com/sverweij/dependency-cruiser/issues"},"homepage":"https://github.com/sverweij/dependency-cruiser","nyc":{"statements":99.9,"branches":99.5,"functions":100,"lines":99.9,"exclude":["configs/**/*","test/**/*","src/**/*.template.js","src/cli/initConfig/getUserInput.js","coverage/**/*","tmp*","docs/**/*","doc/**/*"],"reporter":["text-summary","html","lcov"],"all":true},"eslintIgnore":["node_modules","coverage","tmp","src/**/*.template.js","test/integration/**","test/*/fixtures/**","test/*/*/fixtures/**","types/**"],"engines":{"node":">=6"},"supportedTranspilers":{"coffee-script":">=1.0.0 <2.0.0","coffeescript":">=1.0.0 <3.0.0","livescript":">=1.0.0 <2.0.0","typescript":">=2.0.0 <4.0.0"},"readmeFilename":"README.md","gitHead":"61bd370d9881a28309e5c340f67ba25801878396","_id":"dependency-cruiser@4.23.0-beta-2","_nodeVersion":"12.4.0","_npmVersion":"6.9.0","dist":{"shasum":"9711b1aa12afbac859d970b8d41a4206199c7f32","size":64403,"noattachment":false,"key":"/dependency-cruiser/-/dependency-cruiser-4.23.0-beta-2.tgz","tarball":"http://registry.cnpm.dingdandao.com/dependency-cruiser/download/dependency-cruiser-4.23.0-beta-2.tgz"},"maintainers":[{"name":"sverweij","email":"sverweij@yandex.com"}],"_npmUser":{"name":"sverweij","email":"sverweij@yandex.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dependency-cruiser_4.23.0-beta-2_1560711316196_0.4138739363104684"},"_hasShrinkwrap":false,"publish_time":1560711316379,"_cnpm_publish_time":1560711316379,"_cnpmcore_publish_time":"2021-12-16T12:15:57.754Z","dist-tags":{"beta":"13.0.0-beta-7","latest":"13.0.2","version-10":"10.9.0"}}