Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "daisy.js", | ||
"description": "## Credits * expression parser based on [jsep](https://github.com/soney/jsep)", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "src/platforms/browser/index", | ||
@@ -10,9 +10,17 @@ "files": [ | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.0.1", | ||
"babel-jest": "^21.2.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-decorators": "^6.24.1", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.1", | ||
"chai": "^4.1.1", | ||
"eslint": "^4.7.2", | ||
"eslint-config-prettier": "^2.6.0", | ||
"eslint-plugin-prettier": "^2.3.1", | ||
"jest": "^21.2.1", | ||
"prettier-eslint-cli": "^4.4.0", | ||
"regenerator-runtime": "^0.11.0", | ||
"rollup": "^0.50.0", | ||
@@ -22,10 +30,23 @@ "rollup-plugin-babel": "^3.0.2", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"babel-core": "^6.26.0", | ||
"rollup-plugin-node-resolve": "^3.0.0" | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
"collectCoverageFrom": [ | ||
"src/**" | ||
], | ||
"transform": { | ||
".*": "babel-jest" | ||
}, | ||
"moduleFileExtensions": [ | ||
"js" | ||
], | ||
"testRegex": "./__test__/.*\\.test\\.(js)$" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "npm run jest", | ||
"jest": "jest --no-cache", | ||
"build": "rollup --config rollup.config.js", | ||
"dev": "npm run build -- -w", | ||
"lint": "eslint --fix ." | ||
"lint": "eslint --fix ./src/**/*.js" | ||
}, | ||
@@ -47,2 +68,3 @@ "repository": { | ||
"dependencies": { | ||
"babel-runtime": "^6.26.0", | ||
"events": "^1.1.1" | ||
@@ -49,0 +71,0 @@ }, |
@@ -1,3 +0,22 @@ | ||
# Daisy | ||
## Daisy | ||
> a virtual dom based framework, which using one-way data flow and using annotations to register method/computed/etc. | ||
<a href="https://www.npmjs.com/package/daisy.js"> | ||
<img src="https://img.shields.io/npm/v/daisy.js.svg?style=flat-square" alt="NPM version"> | ||
</a> | ||
<a href="https://travis-ci.org/daisyjs/daisy.js"> | ||
<img src="https://img.shields.io/travis/daisyjs/daisy.js.svg?style=flat-square" alt="build"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/daisy.js"> | ||
<img src="https://img.shields.io/npm/dm/daisy.js.svg?style=flat-square" alt="download"> | ||
</a> | ||
<a href="https://github.com/daisyjs/daisy.js/blob/master/LICENSE"> | ||
<img src="https://img.shields.io/github/license/daisyjs/daisy.js.svg?style=flat-square" alt="license"> | ||
</a> | ||
## Examples | ||
* [todo-mvc](https://daisyjs.github.io/daisy.js/pages/todomvc.html) | ||
## Credits | ||
@@ -4,0 +23,0 @@ * expression parser based on [jsep](https://github.com/soney/jsep) |
Sorry, the diff of this file is too big to display
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
327262
3832
1
27
2
20
+ Addedbabel-runtime@^6.26.0
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.11.1(transitive)