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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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": "version",
  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. "/unset-value/has-value/isobject"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  23. "_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
  24. "_spec": "isarray@1.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\unset-value\\node_modules\\has-value\\node_modules\\isobject",
  26. "author": {
  27. "name": "Julian Gruber",
  28. "email": "mail@juliangruber.com",
  29. "url": "http://juliangruber.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/juliangruber/isarray/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Array#isArray for older browsers",
  38. "devDependencies": {
  39. "tape": "~2.13.4"
  40. },
  41. "homepage": "https://github.com/juliangruber/isarray",
  42. "keywords": [
  43. "browser",
  44. "isarray",
  45. "array"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "isarray",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/juliangruber/isarray.git"
  53. },
  54. "scripts": {
  55. "test": "tape test.js"
  56. },
  57. "testling": {
  58. "files": "test.js",
  59. "browsers": [
  60. "ie/8..latest",
  61. "firefox/17..latest",
  62. "firefox/nightly",
  63. "chrome/22..latest",
  64. "chrome/canary",
  65. "opera/12..latest",
  66. "opera/next",
  67. "safari/5.1..latest",
  68. "ipad/6.0..latest",
  69. "iphone/6.0..latest",
  70. "android-browser/4.2..latest"
  71. ]
  72. },
  73. "version": "1.0.0"
  74. }