package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "process-nextick-args@~1.0.6",
  5. "D:\\work\\im\\node_modules\\readable-stream"
  6. ]
  7. ],
  8. "_from": "process-nextick-args@>=1.0.6 <1.1.0",
  9. "_id": "process-nextick-args@1.0.7",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/process-nextick-args",
  13. "_nodeVersion": "5.11.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/process-nextick-args-1.0.7.tgz_1462394251778_0.36989671061746776"
  17. },
  18. "_npmUser": {
  19. "email": "calvin.metcalf@gmail.com",
  20. "name": "cwmma"
  21. },
  22. "_npmVersion": "3.8.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "process-nextick-args",
  26. "raw": "process-nextick-args@~1.0.6",
  27. "rawSpec": "~1.0.6",
  28. "scope": null,
  29. "spec": ">=1.0.6 <1.1.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-cli/readable-stream",
  34. "/readable-stream"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
  37. "_shasum": "150e20b756590ad3f91093f25a4f2ad8bff30ba3",
  38. "_shrinkwrap": null,
  39. "_spec": "process-nextick-args@~1.0.6",
  40. "_where": "D:\\work\\im\\node_modules\\readable-stream",
  41. "author": "",
  42. "bugs": {
  43. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  44. },
  45. "dependencies": {},
  46. "description": "process.nextTick but always with args",
  47. "devDependencies": {
  48. "tap": "~0.2.6"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "150e20b756590ad3f91093f25a4f2ad8bff30ba3",
  53. "tarball": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz"
  54. },
  55. "gitHead": "5c00899ab01dd32f93ad4b5743da33da91404f39",
  56. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  57. "license": "MIT",
  58. "main": "index.js",
  59. "maintainers": [
  60. {
  61. "email": "calvin.metcalf@gmail.com",
  62. "name": "cwmma"
  63. }
  64. ],
  65. "name": "process-nextick-args",
  66. "optionalDependencies": {},
  67. "readme": "ERROR: No README data found!",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  71. },
  72. "scripts": {
  73. "test": "node test.js"
  74. },
  75. "version": "1.0.7"
  76. }