Skip to content

Commit

Permalink
feat: now nanoexpress has Apple Silicon support, improved performance…
Browse files Browse the repository at this point in the history
… and better security
  • Loading branch information
dalisoft committed Dec 16, 2020
1 parent 36e3e28 commit 8b6c7a0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 25 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

<h3 align="center">Professional backend framework for Node.js</h3>

![Node.js CI](https://github.com/nanoexpress/pro/workflows/Node.js%20CI/badge.svg)
[![Code Climate](https://codeclimate.com/github/nanoexpress/pro/badges/gpa.svg)](https://codeclimate.com/github/nanoexpress/pro)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nanoexpress/pro/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nanoexpress/pro/?branch=master)
[![GitHub issues](https://img.shields.io/github/issues/nanoexpress/pro.svg)](http://github.com/nanoexpress/pro/issues)
![Node.js CI](https://github.com/nanoexpress/nanoexpress/workflows/Node.js%20CI/badge.svg)
[![Code Climate](https://codeclimate.com/github/nanoexpress/nanoexpress/badges/gpa.svg)](https://codeclimate.com/github/nanoexpress/nanoexpress)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nanoexpress/nanoexpress/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nanoexpress/nanoexpress/?branch=master)
[![GitHub issues](https://img.shields.io/github/issues/nanoexpress/nanoexpress.svg)](http://github.com/nanoexpress/nanoexpress/issues)

<!-- [![Coverage Status](https://coveralls.io/repos/github/nanoexpress/pro/badge.svg?branch=master)](https://coveralls.io/github/nanoexpress/pro?branch=master) -->
<!-- [![Coverage Status](https://coveralls.io/repos/github/nanoexpress/nanoexpress/badge.svg?branch=master)](https://coveralls.io/github/nanoexpress/nanoexpress?branch=master) -->

## Table of Contents

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 9 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nanoexpress-pro",
"name": "nanoexpress",
"description": "Nano-framework for Node.js",
"type": "module",
"main": "cjs/nanoexpress.js",
Expand All @@ -11,18 +11,10 @@
"./src/": "./src/"
},
"typings": "nanoexpress.d.ts",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/nanoexpress"
},
"https://www.buymeacoffee.com/dalisoft",
"https://www.paypal.me/dalisoft",
{
"type": "patreon",
"url": "https://www.patreon.com/dalisoft"
}
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/dalisoft"
},
"scripts": {
"lint:eslint": "eslint ./src",
"lint:prettier": "prettier -c .",
Expand All @@ -38,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/nanoexpress/pro.git"
"url": "git+https://github.com/nanoexpress/nanoexpress.git"
},
"keywords": [
"nano",
Expand All @@ -52,17 +44,17 @@
"author": "dalisoft",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nanoexpress/pro/issues"
"url": "https://github.com/nanoexpress/nanoexpress/issues"
},
"homepage": "https://github.com/nanoexpress/pro#readme",
"homepage": "https://github.com/nanoexpress/nanoexpress#readme",
"dependencies": {
"@dalisoft/events": "^0.2.0",
"ajv": "^6.12.6",
"busboy": "^0.3.1",
"cookie": "^0.4.1",
"fast-json-stringify": "^2.2.10",
"turbo-json-parse": "github:dalisoft/turbo-json-parse",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v18.9.0"
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v18.11.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
Expand Down

0 comments on commit 8b6c7a0

Please sign in to comment.