forked from enviPath/enviPy
Current Dev State
This commit is contained in:
59
static/js/ketcher2/node_modules/debounce/package.json
generated
vendored
Normal file
59
static/js/ketcher2/node_modules/debounce/package.json
generated
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
{
|
||||
"_from": "debounce@^1.0.0",
|
||||
"_id": "debounce@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ZQVKfRVlwRfD150ndzEK8M90ABT+Y/JQKs4Y7U4MXdpuoUkkrr4DwKbVux3YjylA5bUMUj0Nc3pMxPJX6N2QQQ==",
|
||||
"_location": "/debounce",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "debounce@^1.0.0",
|
||||
"name": "debounce",
|
||||
"escapedName": "debounce",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/watchify-middleware"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/debounce/-/debounce-1.1.0.tgz",
|
||||
"_shasum": "6a1a4ee2a9dc4b7c24bb012558dbcdb05b37f408",
|
||||
"_spec": "debounce@^1.0.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/watchify-middleware",
|
||||
"bugs": {
|
||||
"url": "https://github.com/component/debounce/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"component": {
|
||||
"scripts": {
|
||||
"debounce/index.js": "index.js"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
|
||||
"devDependencies": {
|
||||
"minijasminenode": "^1.1.1",
|
||||
"mocha": "*",
|
||||
"should": "*",
|
||||
"sinon": "^1.17.7"
|
||||
},
|
||||
"homepage": "https://github.com/component/debounce#readme",
|
||||
"keywords": [
|
||||
"function",
|
||||
"throttle",
|
||||
"invoke"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "debounce",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/component/debounce.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "minijasminenode test.js"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user