package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "object.assign@4.1.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.assign@4.1.1",
  10. "_id": "object.assign@4.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==",
  13. "_location": "/object.assign",
  14. "_phantomChildren": {
  15. "es-to-primitive": "1.2.1",
  16. "function-bind": "1.1.1",
  17. "has": "1.0.3",
  18. "has-symbols": "1.0.1",
  19. "is-callable": "1.2.2",
  20. "is-negative-zero": "2.0.0",
  21. "is-regex": "1.1.1",
  22. "object-inspect": "1.8.0",
  23. "object-keys": "1.1.1",
  24. "object.assign": "4.1.1",
  25. "string.prototype.trimend": "1.0.1",
  26. "string.prototype.trimstart": "1.0.1"
  27. },
  28. "_requested": {
  29. "type": "version",
  30. "registry": true,
  31. "raw": "object.assign@4.1.1",
  32. "name": "object.assign",
  33. "escapedName": "object.assign",
  34. "rawSpec": "4.1.1",
  35. "saveSpec": null,
  36. "fetchSpec": "4.1.1"
  37. },
  38. "_requiredBy": [
  39. "/es-abstract",
  40. "/object-is/es-abstract",
  41. "/object.assign/es-abstract"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz",
  44. "_spec": "4.1.1",
  45. "_where": "E:\\amr1.0\\AMR",
  46. "author": {
  47. "name": "Jordan Harband"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/ljharb/object.assign/issues"
  51. },
  52. "dependencies": {
  53. "define-properties": "^1.1.3",
  54. "es-abstract": "^1.18.0-next.0",
  55. "has-symbols": "^1.0.1",
  56. "object-keys": "^1.1.1"
  57. },
  58. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  59. "devDependencies": {
  60. "@es-shims/api": "^2.1.2",
  61. "@ljharb/eslint-config": "^17.2.0",
  62. "aud": "^1.1.2",
  63. "browserify": "^16.5.0",
  64. "covert": "^1.1.1",
  65. "eslint": "^7.8.1",
  66. "for-each": "^0.3.3",
  67. "functions-have-names": "^1.2.1",
  68. "has": "^1.0.3",
  69. "is": "^3.3.0",
  70. "safe-publish-latest": "^1.1.4",
  71. "ses": "^0.10.3",
  72. "tape": "^5.0.1"
  73. },
  74. "engines": {
  75. "node": ">= 0.4"
  76. },
  77. "funding": {
  78. "url": "https://github.com/sponsors/ljharb"
  79. },
  80. "homepage": "https://github.com/ljharb/object.assign#readme",
  81. "keywords": [
  82. "Object.assign",
  83. "assign",
  84. "ES6",
  85. "extend",
  86. "$.extend",
  87. "jQuery",
  88. "_.extend",
  89. "Underscore",
  90. "es-shim API",
  91. "polyfill",
  92. "shim"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "object.assign",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/ljharb/object.assign.git"
  100. },
  101. "scripts": {
  102. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  103. "coverage": "covert test/*.js",
  104. "lint": "eslint .",
  105. "posttest": "aud --production",
  106. "prepublish": "safe-publish-latest && npm run build",
  107. "pretest": "npm run --silent lint && es-shim-api --bound",
  108. "test": "npm run --silent tests-only && npm run test:ses",
  109. "test:implementation": "node test",
  110. "test:native": "node test/native",
  111. "test:ses": "node test/ses-compat",
  112. "test:shim": "node test/shimmed",
  113. "tests-only": "npm run --silent test:implementation && npm run --silent test:shim"
  114. },
  115. "testling": {
  116. "files": "test/index.js",
  117. "browsers": [
  118. "iexplore/6.0..latest",
  119. "firefox/3.0..6.0",
  120. "firefox/15.0..latest",
  121. "firefox/nightly",
  122. "chrome/4.0..10.0",
  123. "chrome/20.0..latest",
  124. "chrome/canary",
  125. "opera/10.0..latest",
  126. "opera/next",
  127. "safari/4.0..latest",
  128. "ipad/6.0..latest",
  129. "iphone/6.0..latest",
  130. "android-browser/4.2"
  131. ]
  132. },
  133. "version": "4.1.1"
  134. }