package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "object.assign@^4.1.0",
  3. "_id": "object.assign@4.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  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. "/babel-plugin-dynamic-import-node",
  20. "/es-abstract",
  21. "/jsx-ast-utils"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
  24. "_shasum": "0ed54a342eceb37b38ff76eb831a0e788cb63940",
  25. "_spec": "object.assign@^4.1.0",
  26. "_where": "/Users/jane/myproject/node_modules/babel-plugin-dynamic-import-node",
  27. "author": {
  28. "name": "Jordan Harband"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ljharb/object.assign/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "call-bind": "^1.0.0",
  36. "define-properties": "^1.1.3",
  37. "has-symbols": "^1.0.1",
  38. "object-keys": "^1.1.1"
  39. },
  40. "deprecated": false,
  41. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  42. "devDependencies": {
  43. "@es-shims/api": "^2.1.2",
  44. "@ljharb/eslint-config": "^17.2.0",
  45. "aud": "^1.1.2",
  46. "browserify": "^16.5.2",
  47. "eslint": "^7.12.1",
  48. "for-each": "^0.3.3",
  49. "functions-have-names": "^1.2.1",
  50. "has": "^1.0.3",
  51. "is": "^3.3.0",
  52. "nyc": "^10.3.2",
  53. "safe-publish-latest": "^1.1.4",
  54. "ses": "^0.10.4",
  55. "tape": "^5.0.1"
  56. },
  57. "engines": {
  58. "node": ">= 0.4"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/ljharb/object.assign#readme",
  64. "keywords": [
  65. "Object.assign",
  66. "assign",
  67. "ES6",
  68. "extend",
  69. "$.extend",
  70. "jQuery",
  71. "_.extend",
  72. "Underscore",
  73. "es-shim API",
  74. "polyfill",
  75. "shim"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "object.assign",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/ljharb/object.assign.git"
  83. },
  84. "scripts": {
  85. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  86. "lint": "eslint .",
  87. "posttest": "aud --production",
  88. "prepublish": "safe-publish-latest && npm run build",
  89. "pretest": "npm run lint && es-shim-api --bound",
  90. "test": "npm run tests-only && npm run test:ses",
  91. "test:implementation": "nyc node test",
  92. "test:native": "nyc node test/native",
  93. "test:ses": "node test/ses-compat",
  94. "test:shim": "nyc node test/shimmed",
  95. "tests-only": "npm run test:implementation && npm run test:shim"
  96. },
  97. "testling": {
  98. "files": "test/index.js",
  99. "browsers": [
  100. "iexplore/6.0..latest",
  101. "firefox/3.0..6.0",
  102. "firefox/15.0..latest",
  103. "firefox/nightly",
  104. "chrome/4.0..10.0",
  105. "chrome/20.0..latest",
  106. "chrome/canary",
  107. "opera/10.0..latest",
  108. "opera/next",
  109. "safari/4.0..latest",
  110. "ipad/6.0..latest",
  111. "iphone/6.0..latest",
  112. "android-browser/4.2"
  113. ]
  114. },
  115. "version": "4.1.2"
  116. }