package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "define-properties@1.1.3",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "define-properties@1.1.3",
  9. "_id": "define-properties@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=",
  12. "_location": "/define-properties",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "define-properties@1.1.3",
  18. "name": "define-properties",
  19. "escapedName": "define-properties",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/html-webpack-plugin/util.promisify",
  26. "/object-is",
  27. "/object.assign",
  28. "/object.getownpropertydescriptors",
  29. "/object.values",
  30. "/regexp.prototype.flags",
  31. "/string.prototype.trimend",
  32. "/string.prototype.trimstart",
  33. "/util.promisify"
  34. ],
  35. "_resolved": "https://registry.nlark.com/define-properties/download/define-properties-1.1.3.tgz?cache=0&sync_timestamp=1622604538602&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdefine-properties%2Fdownload%2Fdefine-properties-1.1.3.tgz",
  36. "_spec": "1.1.3",
  37. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  38. "author": {
  39. "name": "Jordan Harband"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ljharb/define-properties/issues"
  43. },
  44. "dependencies": {
  45. "object-keys": "^1.0.12"
  46. },
  47. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^13.0.0",
  50. "covert": "^1.1.0",
  51. "eslint": "^5.3.0",
  52. "jscs": "^3.0.7",
  53. "nsp": "^3.2.1",
  54. "tape": "^4.9.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.4"
  58. },
  59. "homepage": "https://github.com/ljharb/define-properties#readme",
  60. "keywords": [
  61. "Object.defineProperty",
  62. "Object.defineProperties",
  63. "object",
  64. "property descriptor",
  65. "descriptor",
  66. "define",
  67. "ES5"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "define-properties",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/ljharb/define-properties.git"
  75. },
  76. "scripts": {
  77. "coverage": "covert test/*.js",
  78. "coverage-quiet": "covert test/*.js --quiet",
  79. "eslint": "eslint test/*.js *.js",
  80. "jscs": "jscs test/*.js *.js",
  81. "lint": "npm run --silent jscs && npm run --silent eslint",
  82. "posttest": "npm run --silent security",
  83. "pretest": "npm run --silent lint",
  84. "security": "nsp check",
  85. "test": "npm run --silent tests-only",
  86. "tests-only": "node test/index.js"
  87. },
  88. "testling": {
  89. "files": "test/index.js",
  90. "browsers": [
  91. "iexplore/6.0..latest",
  92. "firefox/3.0..6.0",
  93. "firefox/15.0..latest",
  94. "firefox/nightly",
  95. "chrome/4.0..10.0",
  96. "chrome/20.0..latest",
  97. "chrome/canary",
  98. "opera/10.0..latest",
  99. "opera/next",
  100. "safari/4.0..latest",
  101. "ipad/6.0..latest",
  102. "iphone/6.0..latest",
  103. "android-browser/4.2"
  104. ]
  105. },
  106. "version": "1.1.3"
  107. }