package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "object.assign@4.1.4",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.assign@4.1.4",
  10. "_id": "object.assign@4.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
  13. "_location": "/object.assign",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.assign@4.1.4",
  19. "name": "object.assign",
  20. "escapedName": "object.assign",
  21. "rawSpec": "4.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.4"
  24. },
  25. "_requiredBy": [
  26. "/babel-plugin-dynamic-import-node"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.4.tgz",
  29. "_spec": "4.1.4",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Jordan Harband"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ljharb/object.assign/issues"
  36. },
  37. "dependencies": {
  38. "call-bind": "^1.0.2",
  39. "define-properties": "^1.1.4",
  40. "has-symbols": "^1.0.3",
  41. "object-keys": "^1.1.1"
  42. },
  43. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  44. "devDependencies": {
  45. "@es-shims/api": "^2.2.3",
  46. "@ljharb/eslint-config": "^21.0.0",
  47. "aud": "^2.0.0",
  48. "browserify": "^16.5.2",
  49. "eslint": "=8.8.0",
  50. "for-each": "^0.3.3",
  51. "functions-have-names": "^1.2.3",
  52. "has": "^1.0.3",
  53. "has-strict-mode": "^1.0.1",
  54. "is": "^3.3.0",
  55. "mock-property": "^1.0.0",
  56. "npmignore": "^0.3.0",
  57. "nyc": "^10.3.2",
  58. "safe-publish-latest": "^2.0.0",
  59. "ses": "^0.11.1",
  60. "tape": "^5.5.3"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "homepage": "https://github.com/ljharb/object.assign#readme",
  69. "keywords": [
  70. "Object.assign",
  71. "assign",
  72. "ES6",
  73. "extend",
  74. "$.extend",
  75. "jQuery",
  76. "_.extend",
  77. "Underscore",
  78. "es-shim API",
  79. "polyfill",
  80. "shim"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "object.assign",
  85. "publishConfig": {
  86. "ignore": [
  87. ".github/workflows",
  88. "bower.json",
  89. "browserShim.js",
  90. "!dist/"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/ljharb/object.assign.git"
  96. },
  97. "scripts": {
  98. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  99. "lint": "eslint .",
  100. "posttest": "aud --production",
  101. "prepack": "npmignore --auto --commentLines=autogenerated",
  102. "prepublish": "not-in-publish || npm run prepublishOnly",
  103. "prepublishOnly": "safe-publish-latest && npm run build",
  104. "pretest": "npm run lint && es-shim-api --bound",
  105. "test": "npm run tests-only && npm run test:ses",
  106. "test:implementation": "nyc node test",
  107. "test:native": "nyc node test/native",
  108. "test:ses": "node test/ses-compat",
  109. "test:shim": "nyc node test/shimmed",
  110. "tests-only": "npm run test:implementation && npm run test:shim"
  111. },
  112. "testling": {
  113. "files": "test/index.js",
  114. "browsers": [
  115. "iexplore/6.0..latest",
  116. "firefox/3.0..6.0",
  117. "firefox/15.0..latest",
  118. "firefox/nightly",
  119. "chrome/4.0..10.0",
  120. "chrome/20.0..latest",
  121. "chrome/canary",
  122. "opera/10.0..latest",
  123. "opera/next",
  124. "safari/4.0..latest",
  125. "ipad/6.0..latest",
  126. "iphone/6.0..latest",
  127. "android-browser/4.2"
  128. ]
  129. },
  130. "version": "4.1.4"
  131. }