Opal-Estate-Pro/node_modules/timers-ext/package.json
2019-09-13 09:44:33 +07:00

76 lines
1.9 KiB
JSON

{
"_from": "timers-ext@^0.1.5",
"_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.5",
"name": "timers-ext",
"escapedName": "timers-ext",
"rawSpec": "^0.1.5",
"saveSpec": null,
"fetchSpec": "^0.1.5"
},
"_requiredBy": [
"/memoizee"
],
"_resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz",
"_shasum": "6f57ad8578e07a3fb9f91d9387d65647555e25c6",
"_spec": "timers-ext@^0.1.5",
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/t-latehome/wp-content/plugins/opal-estate-pro/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"
}