package.json 3.0 KB

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