{"name":"runjs","version":"4.3.1","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 run lint && flow check && yarn run build && yarn run sandbox:setup:dev && jest ./test --coverage","test:unit":"jest ./test/unit/","test:e2e":"jest ./test/e2e/","test:prod":"yarn run sandbox:setup:prod && jest ./test/e2e/","sandbox:setup:dev":"yarn run sandbox:yarn && yarn run sandbox:link:dev","sandbox:setup:prod":"yarn run sandbox:yarn && yarn run sandbox:link:prod","sandbox:yarn":"(cd ./test/e2e/sandbox/babel && yarn) && (cd ./test/e2e/sandbox/typescript && yarn)","sandbox:clean":"rm -rf ./test/e2e/sandbox/babel/node_modules && rm -rf ./test/e2e/sandbox/typescript/node_modules","sandbox:link:dev":"yarn run sandbox:link:dev:babel && yarn run sandbox:link:dev:typescript","sandbox:link:dev:babel":"rm -rf ./test/e2e/sandbox/babel/node_modules/runjs && ln -s ../../../../../ ./test/e2e/sandbox/babel/node_modules/runjs","sandbox:link:dev:typescript":"rm -rf ./test/e2e/sandbox/typescript/node_modules/runjs && ln -s ../../../../../ ./test/e2e/sandbox/typescript/node_modules/runjs","sandbox:link:prod":"yarn run sandbox:link:prod:babel && yarn run sandbox:link:prod:typescript","sandbox:link:prod:babel":"rm -rf ./test/e2e/sandbox/babel/node_modules/runjs && (cd ./test/e2e/sandbox/babel && yarn add runjs)","sandbox:link:prod:typescript":"rm -rf ./test/e2e/sandbox/typescript/node_modules/runjs && (cd ./test/e2e/sandbox/typescript && yarn add runjs)","clean":"rm -rf node_modules && yarn run 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.1","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":"21.2.1","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":"cd46fd92080c8c8616c74166871aa3f6313b2578","_id":"runjs@4.3.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"pawelgalazka","email":"pawel.galazka1986@gmail.com"},"dist":{"shasum":"ecf091f7c6e69c493d2ed66335f7b8402f0f6e0e","size":42133,"noattachment":false,"key":"/runjs/-/runjs-4.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/runjs/download/runjs-4.3.1.tgz"},"maintainers":[{"name":"pawelgalazka","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/runjs_4.3.1_1521015527816_0.6603866596749768"},"_hasShrinkwrap":false,"publish_time":1521015528191,"_cnpm_publish_time":1521015528191,"_cnpmcore_publish_time":"2021-12-18T23:35:10.479Z","dist-tags":{"beta":"4.4.0-beta.1","latest":"4.4.2"}}