package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "define-properties@1.1.4",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "define-properties@1.1.4",
  9. "_id": "define-properties@1.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  12. "_location": "/define-properties",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "define-properties@1.1.4",
  18. "name": "define-properties",
  19. "escapedName": "define-properties",
  20. "rawSpec": "1.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.4"
  23. },
  24. "_requiredBy": [
  25. "/array.prototype.reduce",
  26. "/function.prototype.name",
  27. "/html-webpack-plugin/util.promisify",
  28. "/object-is",
  29. "/object.assign",
  30. "/object.getownpropertydescriptors",
  31. "/object.values",
  32. "/regexp.prototype.flags",
  33. "/string.prototype.trimend",
  34. "/string.prototype.trimstart",
  35. "/util.promisify"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz",
  38. "_spec": "1.1.4",
  39. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  40. "author": {
  41. "name": "Jordan Harband",
  42. "email": "ljharb@gmail.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/ljharb/define-properties/issues"
  46. },
  47. "dependencies": {
  48. "has-property-descriptors": "^1.0.0",
  49. "object-keys": "^1.1.1"
  50. },
  51. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.0.0",
  54. "aud": "^2.0.0",
  55. "eslint": "=8.8.0",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^2.0.0",
  58. "tape": "^5.5.3"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/ljharb/define-properties#readme",
  67. "keywords": [
  68. "Object.defineProperty",
  69. "Object.defineProperties",
  70. "object",
  71. "property descriptor",
  72. "descriptor",
  73. "define",
  74. "ES5"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "define-properties",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/ljharb/define-properties.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --ext=js,mjs .",
  85. "posttest": "aud --production",
  86. "prepublish": "not-in-publish || npm run prepublishOnly",
  87. "prepublishOnly": "safe-publish-latest",
  88. "pretest": "npm run lint",
  89. "test": "npm run tests-only",
  90. "tests-only": "nyc tape 'test/**/*.js'"
  91. },
  92. "testling": {
  93. "files": "test/index.js",
  94. "browsers": [
  95. "iexplore/6.0..latest",
  96. "firefox/3.0..6.0",
  97. "firefox/15.0..latest",
  98. "firefox/nightly",
  99. "chrome/4.0..10.0",
  100. "chrome/20.0..latest",
  101. "chrome/canary",
  102. "opera/10.0..latest",
  103. "opera/next",
  104. "safari/4.0..latest",
  105. "ipad/6.0..latest",
  106. "iphone/6.0..latest",
  107. "android-browser/4.2"
  108. ]
  109. },
  110. "version": "1.1.4"
  111. }