package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "/array-includes",
  20. "/object.assign",
  21. "/string.prototype.trimleft",
  22. "/string.prototype.trimright"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
  25. "_shasum": "cf88da6cbee26fe6db7094f61d870cbd84cee9f1",
  26. "_spec": "define-properties@^1.1.3",
  27. "_where": "D:\\workSpace\\dealer_front\\node_modules\\array-includes",
  28. "author": {
  29. "name": "Jordan Harband"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/ljharb/define-properties/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "object-keys": "^1.0.12"
  37. },
  38. "deprecated": false,
  39. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^13.0.0",
  42. "covert": "^1.1.0",
  43. "eslint": "^5.3.0",
  44. "jscs": "^3.0.7",
  45. "nsp": "^3.2.1",
  46. "tape": "^4.9.0"
  47. },
  48. "engines": {
  49. "node": ">= 0.4"
  50. },
  51. "homepage": "https://github.com/ljharb/define-properties#readme",
  52. "keywords": [
  53. "Object.defineProperty",
  54. "Object.defineProperties",
  55. "object",
  56. "property descriptor",
  57. "descriptor",
  58. "define",
  59. "ES5"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "define-properties",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/ljharb/define-properties.git"
  67. },
  68. "scripts": {
  69. "coverage": "covert test/*.js",
  70. "coverage-quiet": "covert test/*.js --quiet",
  71. "eslint": "eslint test/*.js *.js",
  72. "jscs": "jscs test/*.js *.js",
  73. "lint": "npm run --silent jscs && npm run --silent eslint",
  74. "posttest": "npm run --silent security",
  75. "pretest": "npm run --silent lint",
  76. "security": "nsp check",
  77. "test": "npm run --silent tests-only",
  78. "tests-only": "node test/index.js"
  79. },
  80. "testling": {
  81. "files": "test/index.js",
  82. "browsers": [
  83. "iexplore/6.0..latest",
  84. "firefox/3.0..6.0",
  85. "firefox/15.0..latest",
  86. "firefox/nightly",
  87. "chrome/4.0..10.0",
  88. "chrome/20.0..latest",
  89. "chrome/canary",
  90. "opera/10.0..latest",
  91. "opera/next",
  92. "safari/4.0..latest",
  93. "ipad/6.0..latest",
  94. "iphone/6.0..latest",
  95. "android-browser/4.2"
  96. ]
  97. },
  98. "version": "1.1.3"
  99. }