package.json 3.0 KB

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