{"name":"runjs","version":"4.3.3","description":"Minimalistic building tool","keywords":["build","system","make","tool"],"main":"lib/index.js","bin":{"run":"bin/run.js"},"scripts":{"lint":"eslint src/** bin/run.js test/**","build":"babel src/ --out-dir lib/","test":"yarn lint && flow check && yarn build && yarn sandbox:dev && jest ./test --coverage","test:unit":"jest ./test/unit/","test:e2e":"jest ./test/e2e/","test:prod":"yarn sandbox:prod && jest ./test/e2e/","sandbox:clean":"rm -rf ./test/e2e/sandbox/node_modules && mkdir -p ./test/e2e/sandbox/node_modules/.bin","sandbox:dev":"yarn sandbox:clean && ln -s ../../../../ ./test/e2e/sandbox/node_modules/runjs","sandbox:prod":"yarn sandbox:clean && (cd ./test/e2e/sandbox && yarn add runjs)","clean":"rm -rf node_modules && yarn sandbox:clean","precommit":"lint-staged"},"lint-staged":{"*.js":["eslint --fix","git add"]},"engines":{"node":">=6.11.1"},"repository":{"type":"git","url":"git+https://github.com/pawelgalazka/runjs.git"},"author":{"name":"Pawel Galazka"},"license":"MIT","bugs":{"url":"https://github.com/pawelgalazka/runjs/issues"},"homepage":"https://github.com/pawelgalazka/runjs#readme","dependencies":{"chalk":"2.3.0","lodash.padend":"4.6.1","microcli":"1.3.2","omelette":"0.4.5"},"devDependencies":{"babel-cli":"6.26.0","babel-eslint":"8.0.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-flow":"6.23.0","eslint":"4.10.0","eslint-config-prettier":"2.7.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-prettier":"2.3.1","flow-bin":"0.58.0","husky":"0.14.3","jest":"22.4.2","lint-staged":"4.3.0","prettier":"1.7.4"},"babel":{"plugins":["transform-es2015-modules-commonjs"],"presets":["flow"]},"jest":{"testEnvironment":"node","collectCoverageFrom":["src/**/*.js","bin/**/*.js"],"coverageReporters":["text"],"coverageThreshold":{"global":{"lines":55}}},"gitHead":"753a512e8cdfa2279e44dad2d397b7cfdb34cc53","_id":"runjs@4.3.3","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"pawelgalazka","email":"pawel.galazka1986@gmail.com"},"dist":{"shasum":"7b1ceb02439d49828ab158ef8053dc50a3f3a1e0","size":80110,"noattachment":false,"key":"/runjs/-/runjs-4.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/runjs/download/runjs-4.3.3.tgz"},"maintainers":[{"name":"pawelgalazka","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/runjs_4.3.3_1547210052237_0.35795026515846584"},"_hasShrinkwrap":false,"publish_time":1547210052329,"_cnpm_publish_time":1547210052329,"_cnpmcore_publish_time":"2021-12-18T23:35:10.028Z","dist-tags":{"beta":"4.4.0-beta.1","latest":"4.4.2"}}