This repository was archived by the owner on Nov 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " kronos-interceptor-object-data-processor-chunk" ,
3- "version" : " 0.0.0" ,
3+ "version" : " 0.0.0-semantic-release " ,
44 "description" : " Splits a line by a sparator into tokens." ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "cover" : " node ./node_modules/istanbul/lib/cli.js cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports tests" ,
7+ "cover" : " node ./node_modules/istanbul/lib/cli.js cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports tests/*_test.js " ,
88 "doc" : " jsdoc lib/*.js" ,
99 "test" : " mocha tests/*_test.js" ,
1010 "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
2828 "devDependencies" : {
2929 "chai" : " 3.5.0" ,
3030 "clone-deep" : " 0.2.4" ,
31- "istanbul" : " ^ 0.4.2" ,
31+ "istanbul" : " 0.4.2" ,
3232 "jsdoc" : " 3.4.0" ,
3333 "kronos-test-interceptor" : " ^1.7.0" ,
3434 "mocha" : " 2.4.5" ,
35- "semantic-release" : " 4.3.5 " ,
35+ "semantic-release" : " 6.2.0 " ,
3636 "underscore" : " 1.8.3"
3737 },
3838 "contributors" : [
4747 ],
4848 "license" : " BSD-2-Clause" ,
4949 "engines" : {
50- "node" : " >=4.2.1 "
50+ "node" : " >=5 "
5151 },
5252 "keywords" : [
5353 " stream" ,
5454 " line" ,
55- " parser"
55+ " parser" ,
56+ " kronos-interceptor"
5657 ]
57- }
58+ }
You can’t perform that action at this time.
0 commit comments