package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "process-nextick-args@2.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "process-nextick-args@2.0.1",
  10. "_id": "process-nextick-args@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  13. "_location": "/process-nextick-args",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "process-nextick-args@2.0.1",
  19. "name": "process-nextick-args",
  20. "escapedName": "process-nextick-args",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/hpack.js/readable-stream"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": "",
  32. "bugs": {
  33. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  34. },
  35. "description": "process.nextTick but always with args",
  36. "devDependencies": {
  37. "tap": "~0.2.6"
  38. },
  39. "files": [
  40. "index.js"
  41. ],
  42. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  43. "license": "MIT",
  44. "main": "index.js",
  45. "name": "process-nextick-args",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  49. },
  50. "scripts": {
  51. "test": "node test.js"
  52. },
  53. "version": "2.0.1"
  54. }