Socket
Socket
Sign inDemoInstall

egg-core

Package Overview
Dependencies
Maintainers
4
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-core - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.eslintignore

67

package.json
{
"name": "egg-core",
"version": "0.0.1",
"description": "egg plugin <egg-core>",
"version": "0.1.0",
"description": "A core Plugable framework based on koa",
"main": "index.js",
"scripts": {
"lint": "eslint lib test *.js",
"test": "npm run lint && egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-core.git"
},
"keywords": [
"egg",
"eggjs",
"egg-plugin"
"loader"
],
"homepage": "https://github.com/eggjs/egg-core",
"author": "gxcsoccer <gxcsoccer@126.com>",
"license": "MIT",
"author": "eggjs",
"contributors": [
"TZ <atian25@qq.com>",
"popomore <sakura9515@gmail.com>",
"fengmk2 <m@fengmk2.com>",
"dead-horse <heyiyu.deadhorse@gmail.com>"
],
"repository": {
"type": "git",
"url": "git@github.com:eggjs/egg-core.git"
"bugs": {
"url": "https://github.com/eggjs/egg-core/issues"
},
"homepage": "https://github.com/eggjs/egg-core#readme",
"engines": {
"node": ">= 4.0.0"
},
"ci": {
"version": "4, 6"
},
"devDependencies": {
"egg-bin": "1",
"egg-ci": "1",
"eslint": "~3.1.0",
"eslint-config-egg": "3",
"koa": "1",
"koa-router": "4",
"mm": "1",
"pedding": "^1.0.0",
"should": "9",
"supertest": "1"
},
"dependencies": {
"debug": "^2.2.0",
"depd": "^1.1.0",
"egg-logger": "^1.1.0",
"extend": "^3.0.0",
"globby": "^6.0.0",
"inflection": "^1.10.0",
"interop-require": "^1.0.0",
"is-type-of": "^1.0.0",
"koa": "^1.2.0",
"koa-router": "^5.4.0",
"ready-callback": "^1.0.0",
"utility": "^1.8.0"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc