Skip to content

Commit

Permalink
feat(dep): update dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
a632079 committed May 16, 2020
1 parent c8ec285 commit 805e569
Show file tree
Hide file tree
Showing 4 changed files with 3,066 additions and 35 deletions.
8 changes: 0 additions & 8 deletions .babelrc

This file was deleted.

3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- "4"
- "5"
- "14"
34 changes: 9 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,36 @@
{
"name": "koa-jsonp",
"version": "2.0.2",
"description": "JSONP middleware with GET/POST support for koajs",
"name": "@hitokoto/koa-jsonp",
"version": "3.0.0",
"description": "JSONP middleware with GET/POST support for koajs. Support iconv.",
"main": "index.js",
"scripts": {
"build": "$(npm bin)/babel lib --out-dir dist",
"prepublish": "npm run build",
"test": "NODE_ENV=test npm run build && $(npm bin)/mocha test/*.test.js --require babel-core/register --reporter spec"
"test": "NODE_ENV=test $(npm bin)/mocha test/*.test.js --reporter spec"
},
"repository": {
"type": "git",
"url": "[email protected]:kilianc/koa-jsonp.git"
"url": "[email protected]:hitokoto-osc/koa-jsonp-with-iconv.git"
},
"keywords": [
"koa",
"koajs",
"jsonp",
"json-streaming"
],
"author": "Kilian Ciuffolo <[email protected]>",
"author": "a632079 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kilianc/koa-jsonp/issues"
"url": "https://github.com/hitokoto-osc/koa-jsonp-with-iconv/issues"
},
"homepage": "https://github.com/kilianc/koa-jsonp",
"homepage": "https://github.com/hitokoto-osc/koa-jsonp-with-iconv/koa-jsonp",
"devDependencies": {
"JSONStream": "^1.0.7",
"babel": "^6.3.13",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.21",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-async-to-generator": "^6.3.13",
"babel-preset-stage-3": "^6.3.13",
"chai": "^3.4.1",
"json-array-stream": "^0.1.2",
"koa": "^2.0.0-alpha.3",
"koa-mount": "koajs/mount#next",
"koa-mount": "^4.0.0",
"mocha": "^2.3.4",
"mocha-standard": "^1.0.0",
"request": "^2.67.0",
"standard": "^5.4.1"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"before",
"describe",
"it"
]
}
}
Loading

0 comments on commit 805e569

Please sign in to comment.