Files
enviPy-bayer/static/js/ketcher2/node_modules/timers-ext/package.json
2025-06-23 20:13:54 +02:00

67 lines
1.8 KiB
JSON

{
"_from": "timers-ext@^0.1.2",
"_id": "timers-ext@0.1.2",
"_inBundle": false,
"_integrity": "sha1-YcxHp2wavTGV8UUn+XjViulMUgQ=",
"_location": "/timers-ext",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "timers-ext@^0.1.2",
"name": "timers-ext",
"escapedName": "timers-ext",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/memoizee"
],
"_resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.2.tgz",
"_shasum": "61cc47a76c1abd3195f14527f978d58ae94c5204",
"_spec": "timers-ext@^0.1.2",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/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.14",
"next-tick": "1"
},
"deprecated": false,
"description": "Timers extensions",
"devDependencies": {
"tad": "~0.2.7",
"xlint": "~0.2.2",
"xlint-jslint-medikoo": "~0.1.4"
},
"homepage": "https://github.com/medikoo/timers-ext#readme",
"keywords": [
"timeout",
"delay",
"interval",
"time",
"timer",
"timers"
],
"license": "MIT",
"name": "timers-ext",
"repository": {
"type": "git",
"url": "git://github.com/medikoo/timers-ext.git"
},
"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"
},
"version": "0.1.2"
}