You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "just-debounce@^1.0.0",
  3. "_id": "just-debounce@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-h/zPrv/AtozRnVX2cilD+SnqNeo=",
  6. "_location": "/just-debounce",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "just-debounce@^1.0.0",
  12. "name": "just-debounce",
  13. "escapedName": "just-debounce",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-watcher"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.0.0.tgz",
  22. "_shasum": "87fccfaeffc0b68cd19d55f6722943f929ea35ea",
  23. "_spec": "just-debounce@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-watcher",
  25. "author": {
  26. "name": "Michael Hayes"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/hayes/just-debounce/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "a simple debounce with no dependencies or crazy defaults",
  34. "devDependencies": {
  35. "eslint": "^0.22.1",
  36. "eslint-config-standard": "^2.0.0",
  37. "eslint-plugin-react": "^2.4.0",
  38. "tape": "^4.0.0"
  39. },
  40. "homepage": "https://github.com/hayes/just-debounce",
  41. "keywords": [
  42. "debounce"
  43. ],
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "just-debounce",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/hayes/just-debounce.git"
  50. },
  51. "scripts": {
  52. "lint": "eslint .",
  53. "test": "node test.js && npm run lint"
  54. },
  55. "version": "1.0.0"
  56. }