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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "object-assign@^4.0.1",
  3. "_id": "object-assign@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
  6. "_location": "/object-assign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-assign@^4.0.1",
  12. "name": "object-assign",
  13. "escapedName": "object-assign",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/decompress-unzip/get-stream",
  20. "/figures",
  21. "/meow",
  22. "/query-string"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  25. "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
  26. "_spec": "object-assign@^4.0.1",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\decompress-unzip\\node_modules\\get-stream",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/object-assign/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "ES2015 `Object.assign()` ponyfill",
  39. "devDependencies": {
  40. "ava": "^0.16.0",
  41. "lodash": "^4.16.4",
  42. "matcha": "^0.7.0",
  43. "xo": "^0.16.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  52. "keywords": [
  53. "object",
  54. "assign",
  55. "extend",
  56. "properties",
  57. "es2015",
  58. "ecmascript",
  59. "harmony",
  60. "ponyfill",
  61. "prollyfill",
  62. "polyfill",
  63. "shim",
  64. "browser"
  65. ],
  66. "license": "MIT",
  67. "name": "object-assign",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/object-assign.git"
  71. },
  72. "scripts": {
  73. "bench": "matcha bench.js",
  74. "test": "xo && ava"
  75. },
  76. "version": "4.1.1"
  77. }