package.json 3.0 KB

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