package.json 3.3 KB

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