replace jest with ava
This commit is contained in:
parent
27cc8b23fe
commit
0347b72305
11775 changed files with 84546 additions and 1440575 deletions
35
node_modules/time-zone/package.json
generated
vendored
Normal file
35
node_modules/time-zone/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "time-zone",
|
||||
"version": "1.0.0",
|
||||
"description": "Pretty time zone: `+2` or `-9:30`",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/time-zone",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"timezone",
|
||||
"utc",
|
||||
"time",
|
||||
"pretty",
|
||||
"human",
|
||||
"date",
|
||||
"iso",
|
||||
"zone"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue