File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/just-debounce/package.json
{
"_args": [
[
"just-debounce@1.0.0",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_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": "version",
"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",
"_spec": "1.0.0",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Michael Hayes"
},
"bugs": {
"url": "https://github.com/hayes/just-debounce/issues"
},
"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"
}