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.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "core-util-is@~1.0.0",
  3. "_id": "core-util-is@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
  6. "_location": "/core-util-is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "core-util-is@~1.0.0",
  12. "name": "core-util-is",
  13. "escapedName": "core-util-is",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/readable-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  22. "_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
  23. "_spec": "core-util-is@~1.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/readable-stream",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/core-util-is/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "The `util.is*` functions introduced in Node v0.12.",
  36. "devDependencies": {
  37. "tap": "^2.3.0"
  38. },
  39. "homepage": "https://github.com/isaacs/core-util-is#readme",
  40. "keywords": [
  41. "util",
  42. "isBuffer",
  43. "isArray",
  44. "isNumber",
  45. "isString",
  46. "isRegExp",
  47. "isThis",
  48. "isThat",
  49. "polyfill"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/util.js",
  53. "name": "core-util-is",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/isaacs/core-util-is.git"
  57. },
  58. "scripts": {
  59. "test": "tap test.js"
  60. },
  61. "version": "1.0.2"
  62. }