Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.9KB

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