package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "object-keys@1.1.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-keys@1.1.1",
  10. "_id": "object-keys@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HEfyct8nfzsdrwYWd9nILiMixg4=",
  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.assign",
  30. "/object.getownpropertydescriptors/es-abstract",
  31. "/object.values/es-abstract",
  32. "/regexp.prototype.flags/es-abstract",
  33. "/util.promisify/es-abstract"
  34. ],
  35. "_resolved": "https://registry.npm.taobao.org/object-keys/download/object-keys-1.1.1.tgz",
  36. "_spec": "1.1.1",
  37. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  38. "author": {
  39. "name": "Jordan Harband",
  40. "email": "ljharb@gmail.com",
  41. "url": "http://ljharb.codes"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/object-keys/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Jordan Harband",
  49. "email": "ljharb@gmail.com",
  50. "url": "http://ljharb.codes"
  51. },
  52. {
  53. "name": "Raynos",
  54. "email": "raynos2@gmail.com"
  55. },
  56. {
  57. "name": "Nathan Rajlich",
  58. "email": "nathan@tootallnate.net"
  59. },
  60. {
  61. "name": "Ivan Starkov",
  62. "email": "istarkov@gmail.com"
  63. },
  64. {
  65. "name": "Gary Katsevman",
  66. "email": "git@gkatsev.com"
  67. }
  68. ],
  69. "dependencies": {},
  70. "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
  71. "devDependencies": {
  72. "@ljharb/eslint-config": "^13.1.1",
  73. "covert": "^1.1.1",
  74. "eslint": "^5.13.0",
  75. "foreach": "^2.0.5",
  76. "indexof": "^0.0.1",
  77. "is": "^3.3.0",
  78. "tape": "^4.9.2"
  79. },
  80. "engines": {
  81. "node": ">= 0.4"
  82. },
  83. "homepage": "https://github.com/ljharb/object-keys#readme",
  84. "keywords": [
  85. "Object.keys",
  86. "keys",
  87. "ES5",
  88. "shim"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "object-keys",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/ljharb/object-keys.git"
  96. },
  97. "scripts": {
  98. "audit": "npm audit",
  99. "coverage": "covert test/*.js",
  100. "coverage-quiet": "covert test/*.js --quiet",
  101. "lint": "eslint .",
  102. "postaudit": "rm package-lock.json",
  103. "posttest": "npm run --silent audit",
  104. "preaudit": "npm install --package-lock --package-lock-only",
  105. "pretest": "npm run --silent lint",
  106. "test": "npm run --silent tests-only",
  107. "tests-only": "node test/index.js"
  108. },
  109. "testling": {
  110. "files": "test/index.js",
  111. "browsers": [
  112. "iexplore/6.0..latest",
  113. "firefox/3.0..6.0",
  114. "firefox/15.0..latest",
  115. "firefox/nightly",
  116. "chrome/4.0..10.0",
  117. "chrome/20.0..latest",
  118. "chrome/canary",
  119. "opera/10.0..latest",
  120. "opera/next",
  121. "safari/4.0..latest",
  122. "ipad/6.0..latest",
  123. "iphone/6.0..latest",
  124. "android-browser/4.2"
  125. ]
  126. },
  127. "version": "1.1.1"
  128. }