Show More
Commit Description:
start moving to importmap
Commit Description:
start moving to importmap
References:
File last commit:
Show/Diff file:
Action:
node_modules/next-tick/package.json
| 27 lines
| 797 B
| application/json
| JsonLexer
|
r789 | { | |||
"name": "next-tick", | ||||
"version": "1.0.0", | ||||
"description": "Environment agnostic nextTick polyfill", | ||||
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)", | ||||
"keywords": [ | ||||
"nexttick", | ||||
"setImmediate", | ||||
"setTimeout", | ||||
"async" | ||||
], | ||||
"repository": { | ||||
"type": "git", | ||||
"url": "git://github.com/medikoo/next-tick.git" | ||||
}, | ||||
"devDependencies": { | ||||
"tad": "^0.2.4", | ||||
"xlint": "^0.2.2", | ||||
"xlint-jslint-medikoo": "^0.1.4" | ||||
}, | ||||
"scripts": { | ||||
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream", | ||||
"lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch", | ||||
"test": "node node_modules/tad/bin/tad" | ||||
}, | ||||
"license": "MIT" | ||||
} | ||||