ubdate
This commit is contained in:
75
node_modules/timers-ext/package.json
generated
vendored
Normal file
75
node_modules/timers-ext/package.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"_from": "timers-ext@^0.1.7",
|
||||
"_id": "timers-ext@0.1.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==",
|
||||
"_location": "/timers-ext",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "timers-ext@^0.1.7",
|
||||
"name": "timers-ext",
|
||||
"escapedName": "timers-ext",
|
||||
"rawSpec": "^0.1.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/memoizee"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz",
|
||||
"_shasum": "6f57ad8578e07a3fb9f91d9387d65647555e25c6",
|
||||
"_spec": "timers-ext@^0.1.7",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/memoizee",
|
||||
"author": {
|
||||
"name": "Mariusz Nowak",
|
||||
"email": "medyk@medikoo.com",
|
||||
"url": "http://www.medikoo.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/medikoo/timers-ext/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"es5-ext": "~0.10.46",
|
||||
"next-tick": "1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Timers extensions",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.6.1",
|
||||
"eslint-config-medikoo-es5": "^1.7.2",
|
||||
"tad": "^0.2.8"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "medikoo-es5",
|
||||
"root": true,
|
||||
"globals": {
|
||||
"clearInterval": true,
|
||||
"clearTimeout": true,
|
||||
"setInterval": true,
|
||||
"setTimeout": true
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/medikoo/timers-ext#readme",
|
||||
"keywords": [
|
||||
"timeout",
|
||||
"delay",
|
||||
"interval",
|
||||
"time",
|
||||
"timer",
|
||||
"timers"
|
||||
],
|
||||
"license": "ISC",
|
||||
"name": "timers-ext",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/medikoo/timers-ext.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --ignore-path=.gitignore .",
|
||||
"test": "node node_modules/tad/bin/tad"
|
||||
},
|
||||
"version": "0.1.7"
|
||||
}
|
||||
Reference in New Issue
Block a user