package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "process-nextick-args@~1.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/readable-stream"
  6. ]
  7. ],
  8. "_from": "process-nextick-args@>=1.0.0 <1.1.0",
  9. "_id": "process-nextick-args@1.0.3",
  10. "_inCache": true,
  11. "_location": "/process-nextick-args",
  12. "_nodeVersion": "2.5.0",
  13. "_npmUser": {
  14. "email": "calvin.metcalf@gmail.com",
  15. "name": "cwmma"
  16. },
  17. "_npmVersion": "2.9.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "process-nextick-args",
  21. "raw": "process-nextick-args@~1.0.0",
  22. "rawSpec": "~1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <1.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/readable-stream"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.3.tgz",
  31. "_shasum": "e272eed825d5e9f4ea74d8d73b1fe311c3beb630",
  32. "_shrinkwrap": null,
  33. "_spec": "process-nextick-args@~1.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/readable-stream",
  35. "author": "",
  36. "bugs": {
  37. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  38. },
  39. "dependencies": {},
  40. "description": "process.nextTick but always with args",
  41. "devDependencies": {
  42. "tap": "~0.2.6"
  43. },
  44. "directories": {},
  45. "dist": {
  46. "shasum": "e272eed825d5e9f4ea74d8d73b1fe311c3beb630",
  47. "tarball": "http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.3.tgz"
  48. },
  49. "gitHead": "e855846a69662b9489f1ad3dde1ebf2ccc4370b8",
  50. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  51. "installable": true,
  52. "license": "MIT",
  53. "main": "index.js",
  54. "maintainers": [
  55. {
  56. "name": "cwmma",
  57. "email": "calvin.metcalf@gmail.com"
  58. }
  59. ],
  60. "name": "process-nextick-args",
  61. "optionalDependencies": {},
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  65. },
  66. "scripts": {
  67. "test": "node test.js"
  68. },
  69. "version": "1.0.3"
  70. }