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.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "process-nextick-args@^2.0.0",
  3. "_id": "process-nextick-args@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  6. "_location": "/process-nextick-args",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "process-nextick-args@^2.0.0",
  12. "name": "process-nextick-args",
  13. "escapedName": "process-nextick-args",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/async-done",
  20. "/cloneable-readable",
  21. "/readable-stream"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  24. "_shasum": "7820d9b16120cc55ca9ae7792680ae7dba6d7fe2",
  25. "_spec": "process-nextick-args@^2.0.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\async-done",
  27. "author": "",
  28. "bugs": {
  29. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "process.nextTick but always with args",
  34. "devDependencies": {
  35. "tap": "~0.2.6"
  36. },
  37. "files": [
  38. "index.js"
  39. ],
  40. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  41. "license": "MIT",
  42. "main": "index.js",
  43. "name": "process-nextick-args",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  47. },
  48. "scripts": {
  49. "test": "node test.js"
  50. },
  51. "version": "2.0.1"
  52. }