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 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "object-keys@^1.0.11",
  3. "_id": "object-keys@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  6. "_location": "/object-keys",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-keys@^1.0.11",
  12. "name": "object-keys",
  13. "escapedName": "object-keys",
  14. "rawSpec": "^1.0.11",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.11"
  17. },
  18. "_requiredBy": [
  19. "/define-properties",
  20. "/object.assign"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  23. "_shasum": "1c47f272df277f3b1daf061677d9c82e2322c60e",
  24. "_spec": "object-keys@^1.0.11",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\object.assign",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com",
  29. "url": "http://ljharb.codes"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/ljharb/object-keys/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Jordan Harband",
  38. "email": "ljharb@gmail.com",
  39. "url": "http://ljharb.codes"
  40. },
  41. {
  42. "name": "Raynos",
  43. "email": "raynos2@gmail.com"
  44. },
  45. {
  46. "name": "Nathan Rajlich",
  47. "email": "nathan@tootallnate.net"
  48. },
  49. {
  50. "name": "Ivan Starkov",
  51. "email": "istarkov@gmail.com"
  52. },
  53. {
  54. "name": "Gary Katsevman",
  55. "email": "git@gkatsev.com"
  56. }
  57. ],
  58. "dependencies": {},
  59. "deprecated": false,
  60. "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
  61. "devDependencies": {
  62. "@ljharb/eslint-config": "^13.1.1",
  63. "covert": "^1.1.1",
  64. "eslint": "^5.13.0",
  65. "foreach": "^2.0.5",
  66. "indexof": "^0.0.1",
  67. "is": "^3.3.0",
  68. "tape": "^4.9.2"
  69. },
  70. "engines": {
  71. "node": ">= 0.4"
  72. },
  73. "homepage": "https://github.com/ljharb/object-keys#readme",
  74. "keywords": [
  75. "Object.keys",
  76. "keys",
  77. "ES5",
  78. "shim"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "object-keys",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/ljharb/object-keys.git"
  86. },
  87. "scripts": {
  88. "audit": "npm audit",
  89. "coverage": "covert test/*.js",
  90. "coverage-quiet": "covert test/*.js --quiet",
  91. "lint": "eslint .",
  92. "postaudit": "rm package-lock.json",
  93. "posttest": "npm run --silent audit",
  94. "preaudit": "npm install --package-lock --package-lock-only",
  95. "pretest": "npm run --silent lint",
  96. "test": "npm run --silent tests-only",
  97. "tests-only": "node test/index.js"
  98. },
  99. "testling": {
  100. "files": "test/index.js",
  101. "browsers": [
  102. "iexplore/6.0..latest",
  103. "firefox/3.0..6.0",
  104. "firefox/15.0..latest",
  105. "firefox/nightly",
  106. "chrome/4.0..10.0",
  107. "chrome/20.0..latest",
  108. "chrome/canary",
  109. "opera/10.0..latest",
  110. "opera/next",
  111. "safari/4.0..latest",
  112. "ipad/6.0..latest",
  113. "iphone/6.0..latest",
  114. "android-browser/4.2"
  115. ]
  116. },
  117. "version": "1.1.1"
  118. }