Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "_from": "process-nextick-args@~1.0.6",
  3. "_id": "process-nextick-args@1.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
  6. "_location": "/process-nextick-args",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "process-nextick-args@~1.0.6",
  12. "name": "process-nextick-args",
  13. "escapedName": "process-nextick-args",
  14. "rawSpec": "~1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/readable-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
  22. "_shasum": "150e20b756590ad3f91093f25a4f2ad8bff30ba3",
  23. "_spec": "process-nextick-args@~1.0.6",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/readable-stream",
  25. "author": "",
  26. "bugs": {
  27. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "process.nextTick but always with args",
  32. "devDependencies": {
  33. "tap": "~0.2.6"
  34. },
  35. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  36. "license": "MIT",
  37. "main": "index.js",
  38. "name": "process-nextick-args",
  39. "repository": {
  40. "type": "git",
  41. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  42. },
  43. "scripts": {
  44. "test": "node test.js"
  45. },
  46. "version": "1.0.7"
  47. }