package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "object.getownpropertydescriptors@2.1.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.getownpropertydescriptors@2.1.2",
  10. "_id": "object.getownpropertydescriptors@2.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-G9Y66s8NXS0vMbXjk7A6fGAaI/c=",
  13. "_location": "/object.getownpropertydescriptors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.getownpropertydescriptors@2.1.2",
  19. "name": "object.getownpropertydescriptors",
  20. "escapedName": "object.getownpropertydescriptors",
  21. "rawSpec": "2.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.2"
  24. },
  25. "_requiredBy": [
  26. "/html-webpack-plugin/util.promisify",
  27. "/util.promisify"
  28. ],
  29. "_resolved": "https://registry.nlark.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz",
  30. "_spec": "2.1.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/es-shims/object.getownpropertydescriptors/issues"
  38. },
  39. "dependencies": {
  40. "call-bind": "^1.0.2",
  41. "define-properties": "^1.1.3",
  42. "es-abstract": "^1.18.0-next.2"
  43. },
  44. "description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
  45. "devDependencies": {
  46. "@es-shims/api": "^2.1.2",
  47. "@ljharb/eslint-config": "^17.5.1",
  48. "aud": "^1.1.4",
  49. "eslint": "^7.20.0",
  50. "functions-have-names": "^1.2.2",
  51. "has-strict-mode": "^1.0.1",
  52. "nyc": "^10.3.2",
  53. "safe-publish-latest": "^1.1.4",
  54. "tape": "^5.2.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.8"
  58. },
  59. "funding": {
  60. "url": "https://github.com/sponsors/ljharb"
  61. },
  62. "homepage": "https://github.com/es-shims/object.getownpropertydescriptors#readme",
  63. "keywords": [
  64. "Object.getOwnPropertyDescriptors",
  65. "descriptor",
  66. "property descriptor",
  67. "ES8",
  68. "ES2017",
  69. "shim",
  70. "polyfill",
  71. "getOwnPropertyDescriptor",
  72. "es-shim API"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "object.getownpropertydescriptors",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/es-shims/object.getownpropertydescriptors.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "postlint": "es-shim-api --bound",
  84. "posttest": "npx aud --production",
  85. "prepublish": "safe-publish-latest",
  86. "pretest": "npm run --silent lint",
  87. "test": "npm run --silent tests-only",
  88. "tests-only": "nyc tape 'test/**/*.js'"
  89. },
  90. "testling": {
  91. "files": [
  92. "test/index.js",
  93. "test/shimmed.js"
  94. ],
  95. "browsers": [
  96. "iexplore/9.0..latest",
  97. "firefox/4.0..6.0",
  98. "firefox/15.0..latest",
  99. "firefox/nightly",
  100. "chrome/5.0..10.0",
  101. "chrome/20.0..latest",
  102. "chrome/canary",
  103. "opera/12.0..latest",
  104. "opera/next",
  105. "safari/5.0..latest",
  106. "ipad/6.0..latest",
  107. "iphone/6.0..latest",
  108. "android-browser/4.2"
  109. ]
  110. },
  111. "version": "2.1.2"
  112. }