You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.8KB

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