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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "isarray@~1.0.0",
  3. "_id": "isarray@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
  6. "_location": "/isarray",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isarray@~1.0.0",
  12. "name": "isarray",
  13. "escapedName": "isarray",
  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/isarray/-/isarray-1.0.0.tgz",
  22. "_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
  23. "_spec": "isarray@~1.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/readable-stream",
  25. "author": {
  26. "name": "Julian Gruber",
  27. "email": "mail@juliangruber.com",
  28. "url": "http://juliangruber.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/juliangruber/isarray/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Array#isArray for older browsers",
  37. "devDependencies": {
  38. "tape": "~2.13.4"
  39. },
  40. "homepage": "https://github.com/juliangruber/isarray",
  41. "keywords": [
  42. "browser",
  43. "isarray",
  44. "array"
  45. ],
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "isarray",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/juliangruber/isarray.git"
  52. },
  53. "scripts": {
  54. "test": "tape test.js"
  55. },
  56. "testling": {
  57. "files": "test.js",
  58. "browsers": [
  59. "ie/8..latest",
  60. "firefox/17..latest",
  61. "firefox/nightly",
  62. "chrome/22..latest",
  63. "chrome/canary",
  64. "opera/12..latest",
  65. "opera/next",
  66. "safari/5.1..latest",
  67. "ipad/6.0..latest",
  68. "iphone/6.0..latest",
  69. "android-browser/4.2..latest"
  70. ]
  71. },
  72. "version": "1.0.0"
  73. }