package.json 3.0 KB

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