This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - 0.8
4- - 0.10
3+ - 4
4+ - 6
5+ - 8
6+ - ' stable'
57notifications :
68 email :
79 recipients :
Original file line number Diff line number Diff line change 33 "version" : " 0.0.9" ,
44 "description" : " Parse curl --trace option output to raw HTTP message" ,
55 "main" : " lib/parser.js" ,
6+ "engines" : {
7+ "node" : " >= 4"
8+ },
69 "scripts" : {
710 "test" : " scripts/test" ,
811 "prepublish" : " scripts/prepublish"
1619 "http-string-parser" : " 0.0.6"
1720 },
1821 "devDependencies" : {
19- "coffee-script " : " 1.6.3 " ,
20- "mocha " : " 1.11.0 " ,
21- "chai " : " 1.7.1 "
22+ "chai " : " 4.1.2 " ,
23+ "coffeescript " : " 1.12.7 " ,
24+ "mocha " : " 5.0.2 "
2225 },
2326 "keywords" : [
2427 " curl" ,
Original file line number Diff line number Diff line change 11#! /bin/sh
2- ./node_modules/mocha/bin/mocha -w --reporter spec --compilers ' coffee:coffee-script ' ./test/** /* -test.coffee
2+ ./node_modules/mocha/bin/mocha -w --reporter spec --compilers= coffee:coffeescript/register ./test/** /* -test.coffee
Original file line number Diff line number Diff line change 11#! /bin/sh
22./scripts/build
3- ./node_modules/mocha/bin/mocha --reporter spec --compilers ' coffee:coffee-script ' ./test/** /* -test.coffee
3+ ./node_modules/mocha/bin/mocha --reporter spec --compilers= coffee:coffeescript/register ./test/** /* -test.coffee
You can’t perform that action at this time.
0 commit comments