package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_args": [
  3. [
  4. "throttleit@0.0.2",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "throttleit@0.0.2",
  10. "_id": "throttleit@0.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-z+34jmDADdlpe2H90qg0OptoDq8=",
  13. "_location": "/throttleit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "throttleit@0.0.2",
  19. "name": "throttleit",
  20. "escapedName": "throttleit",
  21. "rawSpec": "0.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.2"
  24. },
  25. "_requiredBy": [
  26. "/nugget"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz",
  29. "_spec": "0.0.2",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "bugs": {
  32. "url": "https://github.com/component/throttle/issues"
  33. },
  34. "component": {
  35. "scripts": {
  36. "throttle/index.js": "index.js"
  37. }
  38. },
  39. "dependencies": {},
  40. "description": "Throttle a function",
  41. "development": {},
  42. "homepage": "https://github.com/component/throttle#readme",
  43. "keywords": [],
  44. "license": "MIT",
  45. "name": "throttleit",
  46. "repository": {
  47. "type": "git",
  48. "url": "git://github.com/component/throttle.git"
  49. },
  50. "version": "0.0.2"
  51. }