package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "define-properties@1.1.3",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "define-properties@1.1.3",
  9. "_id": "define-properties@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
  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. "/array-includes",
  26. "/array.prototype.flat",
  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.padend",
  34. "/string.prototype.padstart",
  35. "/string.prototype.trimend",
  36. "/string.prototype.trimleft",
  37. "/string.prototype.trimright",
  38. "/string.prototype.trimstart",
  39. "/util.promisify"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
  42. "_spec": "1.1.3",
  43. "_where": "E:\\item\\newItem\\admin",
  44. "author": {
  45. "name": "Jordan Harband"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/ljharb/define-properties/issues"
  49. },
  50. "dependencies": {
  51. "object-keys": "^1.0.12"
  52. },
  53. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^13.0.0",
  56. "covert": "^1.1.0",
  57. "eslint": "^5.3.0",
  58. "jscs": "^3.0.7",
  59. "nsp": "^3.2.1",
  60. "tape": "^4.9.0"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "homepage": "https://github.com/ljharb/define-properties#readme",
  66. "keywords": [
  67. "Object.defineProperty",
  68. "Object.defineProperties",
  69. "object",
  70. "property descriptor",
  71. "descriptor",
  72. "define",
  73. "ES5"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "define-properties",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/ljharb/define-properties.git"
  81. },
  82. "scripts": {
  83. "coverage": "covert test/*.js",
  84. "coverage-quiet": "covert test/*.js --quiet",
  85. "eslint": "eslint test/*.js *.js",
  86. "jscs": "jscs test/*.js *.js",
  87. "lint": "npm run --silent jscs && npm run --silent eslint",
  88. "posttest": "npm run --silent security",
  89. "pretest": "npm run --silent lint",
  90. "security": "nsp check",
  91. "test": "npm run --silent tests-only",
  92. "tests-only": "node test/index.js"
  93. },
  94. "testling": {
  95. "files": "test/index.js",
  96. "browsers": [
  97. "iexplore/6.0..latest",
  98. "firefox/3.0..6.0",
  99. "firefox/15.0..latest",
  100. "firefox/nightly",
  101. "chrome/4.0..10.0",
  102. "chrome/20.0..latest",
  103. "chrome/canary",
  104. "opera/10.0..latest",
  105. "opera/next",
  106. "safari/4.0..latest",
  107. "ipad/6.0..latest",
  108. "iphone/6.0..latest",
  109. "android-browser/4.2"
  110. ]
  111. },
  112. "version": "1.1.3"
  113. }