initial commit
This commit is contained in:
56
node_modules/just-debounce/package.json
generated
vendored
Normal file
56
node_modules/just-debounce/package.json
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"_from": "just-debounce@^1.0.0",
|
||||
"_id": "just-debounce@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-h/zPrv/AtozRnVX2cilD+SnqNeo=",
|
||||
"_location": "/just-debounce",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "just-debounce@^1.0.0",
|
||||
"name": "just-debounce",
|
||||
"escapedName": "just-debounce",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/glob-watcher"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.0.0.tgz",
|
||||
"_shasum": "87fccfaeffc0b68cd19d55f6722943f929ea35ea",
|
||||
"_spec": "just-debounce@^1.0.0",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme\\node_modules\\glob-watcher",
|
||||
"author": {
|
||||
"name": "Michael Hayes"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/hayes/just-debounce/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "a simple debounce with no dependencies or crazy defaults",
|
||||
"devDependencies": {
|
||||
"eslint": "^0.22.1",
|
||||
"eslint-config-standard": "^2.0.0",
|
||||
"eslint-plugin-react": "^2.4.0",
|
||||
"tape": "^4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/hayes/just-debounce",
|
||||
"keywords": [
|
||||
"debounce"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "just-debounce",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hayes/just-debounce.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "node test.js && npm run lint"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user