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 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "object.assign@^4.1.0",
  3. "_id": "object.assign@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
  6. "_location": "/object.assign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.assign@^4.1.0",
  12. "name": "object.assign",
  13. "escapedName": "object.assign",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl-fs",
  20. "/yargs-parser"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
  23. "_shasum": "968bf1100d7956bb3ca086f006f846b3bc4008da",
  24. "_spec": "object.assign@^4.1.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\yargs-parser",
  26. "author": {
  27. "name": "Jordan Harband"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ljharb/object.assign/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "define-properties": "^1.1.2",
  35. "function-bind": "^1.1.1",
  36. "has-symbols": "^1.0.0",
  37. "object-keys": "^1.0.11"
  38. },
  39. "deprecated": false,
  40. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  41. "devDependencies": {
  42. "@es-shims/api": "^2.1.1",
  43. "@ljharb/eslint-config": "^12.2.1",
  44. "browserify": "^14.5.0",
  45. "covert": "^1.1.0",
  46. "eslint": "^4.13.1",
  47. "for-each": "^0.3.2",
  48. "is": "^3.2.1",
  49. "jscs": "^3.0.7",
  50. "nsp": "^3.1.0",
  51. "tape": "^4.8.0"
  52. },
  53. "engines": {
  54. "node": ">= 0.4"
  55. },
  56. "homepage": "https://github.com/ljharb/object.assign#readme",
  57. "keywords": [
  58. "Object.assign",
  59. "assign",
  60. "ES6",
  61. "extend",
  62. "$.extend",
  63. "jQuery",
  64. "_.extend",
  65. "Underscore",
  66. "es-shim API",
  67. "polyfill",
  68. "shim"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "object.assign",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/ljharb/object.assign.git"
  76. },
  77. "scripts": {
  78. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  79. "coverage": "covert test/*.js",
  80. "coverage:quiet": "covert test/*.js --quiet",
  81. "eslint": "eslint *.js test/*.js",
  82. "jscs": "jscs *.js test/*.js",
  83. "lint": "npm run --silent jscs && npm run --silent eslint",
  84. "posttest": "npm run --silent security",
  85. "prepublish": "npm run --silent build",
  86. "pretest": "npm run --silent lint && es-shim-api",
  87. "security": "nsp check",
  88. "test": "npm run --silent tests-only",
  89. "test:implementation": "node test/index.js",
  90. "test:native": "node test/native.js",
  91. "test:shim": "node test/shimmed.js",
  92. "tests-only": "npm run --silent test:implementation && npm run --silent test:shim"
  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": "4.1.0"
  113. }