79 lines
1.8 KiB
JSON
Executable File
79 lines
1.8 KiB
JSON
Executable File
{
|
|
"_args": [
|
|
[
|
|
"timers-ext@0.1.7",
|
|
"/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome"
|
|
]
|
|
],
|
|
"_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": "version",
|
|
"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",
|
|
"_spec": "0.1.7",
|
|
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome",
|
|
"author": {
|
|
"name": "Mariusz Nowak",
|
|
"email": "medyk@medikoo.com",
|
|
"url": "http://www.medikoo.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/medikoo/timers-ext/issues"
|
|
},
|
|
"dependencies": {
|
|
"es5-ext": "~0.10.46",
|
|
"next-tick": "1"
|
|
},
|
|
"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"
|
|
}
|