package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "process-nextick-args@~2.0.0",
  3. "_id": "process-nextick-args@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
  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. "/duplexify/readable-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
  22. "_shasum": "a37d732f4271b4ab1ad070d35508e8290788ffaa",
  23. "_spec": "process-nextick-args@~2.0.0",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\duplexify\\node_modules\\readable-stream",
  25. "author": "",
  26. "bugs": {
  27. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "process.nextTick but always with args",
  32. "devDependencies": {
  33. "tap": "~0.2.6"
  34. },
  35. "files": [
  36. "index.js"
  37. ],
  38. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  39. "license": "MIT",
  40. "main": "index.js",
  41. "name": "process-nextick-args",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  45. },
  46. "scripts": {
  47. "test": "node test.js"
  48. },
  49. "version": "2.0.0"
  50. }