package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_args": [
  3. [
  4. "process-nextick-args@1.0.7",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "process-nextick-args@1.0.7",
  10. "_id": "process-nextick-args@1.0.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
  13. "_location": "/process-nextick-args",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "process-nextick-args@1.0.7",
  19. "name": "process-nextick-args",
  20. "escapedName": "process-nextick-args",
  21. "rawSpec": "1.0.7",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.7"
  24. },
  25. "_requiredBy": [
  26. "/are-we-there-yet/readable-stream",
  27. "/through2/readable-stream"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
  30. "_spec": "1.0.7",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  32. "author": "",
  33. "bugs": {
  34. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  35. },
  36. "description": "process.nextTick but always with args",
  37. "devDependencies": {
  38. "tap": "~0.2.6"
  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": "1.0.7"
  52. }