package.json 3.0 KB

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