package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "object.getownpropertydescriptors@2.1.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.getownpropertydescriptors@2.1.0",
  10. "_id": "object.getownpropertydescriptors@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Npvx+VktiridcS3O1cuBx8U1Jkk=",
  13. "_location": "/object.getownpropertydescriptors",
  14. "_phantomChildren": {
  15. "es-to-primitive": "1.2.1",
  16. "function-bind": "1.1.1",
  17. "has": "1.0.3",
  18. "has-symbols": "1.0.1",
  19. "is-callable": "1.2.2",
  20. "is-regex": "1.1.1",
  21. "object-inspect": "1.8.0",
  22. "object-keys": "1.1.1",
  23. "object.assign": "4.1.1",
  24. "string.prototype.trimend": "1.0.2",
  25. "string.prototype.trimstart": "1.0.2"
  26. },
  27. "_requested": {
  28. "type": "version",
  29. "registry": true,
  30. "raw": "object.getownpropertydescriptors@2.1.0",
  31. "name": "object.getownpropertydescriptors",
  32. "escapedName": "object.getownpropertydescriptors",
  33. "rawSpec": "2.1.0",
  34. "saveSpec": null,
  35. "fetchSpec": "2.1.0"
  36. },
  37. "_requiredBy": [
  38. "/html-webpack-plugin/util.promisify",
  39. "/util.promisify"
  40. ],
  41. "_resolved": "https://registry.npm.taobao.org/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.0.tgz",
  42. "_spec": "2.1.0",
  43. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  44. "author": {
  45. "name": "Jordan Harband",
  46. "email": "ljharb@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/es-shims/object.getownpropertydescriptors/issues"
  50. },
  51. "dependencies": {
  52. "define-properties": "^1.1.3",
  53. "es-abstract": "^1.17.0-next.1"
  54. },
  55. "description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
  56. "devDependencies": {
  57. "@es-shims/api": "^2.1.2",
  58. "@ljharb/eslint-config": "^15.0.2",
  59. "covert": "^1.1.1",
  60. "eslint": "^6.7.2",
  61. "functions-have-names": "^1.2.0",
  62. "replace": "^1.1.1",
  63. "safe-publish-latest": "^1.1.4",
  64. "semver": "^6.3.0",
  65. "tape": "^4.11.0"
  66. },
  67. "engines": {
  68. "node": ">= 0.8"
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "homepage": "https://github.com/es-shims/object.getownpropertydescriptors#readme",
  74. "keywords": [
  75. "Object.getOwnPropertyDescriptors",
  76. "descriptor",
  77. "property descriptor",
  78. "ES8",
  79. "ES2017",
  80. "shim",
  81. "polyfill",
  82. "getOwnPropertyDescriptor",
  83. "es-shim API"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "object.getownpropertydescriptors",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/es-shims/object.getownpropertydescriptors.git"
  91. },
  92. "scripts": {
  93. "coverage": "covert test/*.js",
  94. "coverage:quiet": "covert test/*.js --quiet",
  95. "lint": "eslint .",
  96. "posttest": "npx aud",
  97. "prepublish": "safe-publish-latest",
  98. "pretest": "npm run --silent lint && es-shim-api --bound",
  99. "test": "npm run --silent tests-only",
  100. "test:module": "node test",
  101. "test:shimmed": "node test/shimmed",
  102. "tests-only": "npm run --silent test:shimmed && npm run --silent test:module"
  103. },
  104. "testling": {
  105. "files": [
  106. "test/index.js",
  107. "test/shimmed.js"
  108. ],
  109. "browsers": [
  110. "iexplore/9.0..latest",
  111. "firefox/4.0..6.0",
  112. "firefox/15.0..latest",
  113. "firefox/nightly",
  114. "chrome/5.0..10.0",
  115. "chrome/20.0..latest",
  116. "chrome/canary",
  117. "opera/12.0..latest",
  118. "opera/next",
  119. "safari/5.0..latest",
  120. "ipad/6.0..latest",
  121. "iphone/6.0..latest",
  122. "android-browser/4.2"
  123. ]
  124. },
  125. "version": "2.1.0"
  126. }