package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "process-nextick-args@2.0.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "process-nextick-args@~2.0.0",
  9. "_id": "process-nextick-args@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
  12. "_location": "/process-nextick-args",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "process-nextick-args@2.0.0",
  18. "name": "process-nextick-args",
  19. "escapedName": "process-nextick-args",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/concat-stream/readable-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
  29. "_shasum": "a37d732f4271b4ab1ad070d35508e8290788ffaa",
  30. "_spec": "2.0.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": "",
  33. "bugs": {
  34. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "process.nextTick but always with args",
  39. "devDependencies": {
  40. "tap": "~0.2.6"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "process-nextick-args",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  52. },
  53. "scripts": {
  54. "test": "node test.js"
  55. },
  56. "version": "2.0.0"
  57. }