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.

140 lines
4.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "object.assign@^4.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/babel-plugin-dynamic-import-node"
  6. ]
  7. ],
  8. "_from": "object.assign@>=4.1.0 <5.0.0",
  9. "_id": "object.assign@4.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/object.assign",
  13. "_nodeVersion": "9.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/object.assign-4.1.0.tgz_1513887492170_0.7630214935634285"
  17. },
  18. "_npmUser": {
  19. "email": "ljharb@gmail.com",
  20. "name": "ljharb"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "object.assign",
  26. "raw": "object.assign@^4.1.0",
  27. "rawSpec": "^4.1.0",
  28. "scope": null,
  29. "spec": ">=4.1.0 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-plugin-dynamic-import-node"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
  36. "_shasum": "968bf1100d7956bb3ca086f006f846b3bc4008da",
  37. "_shrinkwrap": null,
  38. "_spec": "object.assign@^4.1.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/babel-plugin-dynamic-import-node",
  40. "author": {
  41. "name": "Jordan Harband"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/object.assign/issues"
  45. },
  46. "dependencies": {
  47. "define-properties": "^1.1.2",
  48. "function-bind": "^1.1.1",
  49. "has-symbols": "^1.0.0",
  50. "object-keys": "^1.0.11"
  51. },
  52. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  53. "devDependencies": {
  54. "@es-shims/api": "^2.1.1",
  55. "@ljharb/eslint-config": "^12.2.1",
  56. "browserify": "^14.5.0",
  57. "covert": "^1.1.0",
  58. "eslint": "^4.13.1",
  59. "for-each": "^0.3.2",
  60. "is": "^3.2.1",
  61. "jscs": "^3.0.7",
  62. "nsp": "^3.1.0",
  63. "tape": "^4.8.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
  68. "shasum": "968bf1100d7956bb3ca086f006f846b3bc4008da",
  69. "tarball": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz"
  70. },
  71. "engines": {
  72. "node": ">= 0.4"
  73. },
  74. "gitHead": "5fd74aee40aba36e9a8eb0c329abd33a07b93164",
  75. "homepage": "https://github.com/ljharb/object.assign#readme",
  76. "keywords": [
  77. "$.extend",
  78. "ES6",
  79. "Object.assign",
  80. "Underscore",
  81. "_.extend",
  82. "assign",
  83. "es-shim API",
  84. "extend",
  85. "jQuery",
  86. "polyfill",
  87. "shim"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "maintainers": [
  92. {
  93. "name": "ljharb",
  94. "email": "ljharb@gmail.com"
  95. }
  96. ],
  97. "name": "object.assign",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/ljharb/object.assign.git"
  103. },
  104. "scripts": {
  105. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  106. "coverage": "covert test/*.js",
  107. "coverage:quiet": "covert test/*.js --quiet",
  108. "eslint": "eslint *.js test/*.js",
  109. "jscs": "jscs *.js test/*.js",
  110. "lint": "npm run --silent jscs && npm run --silent eslint",
  111. "posttest": "npm run --silent security",
  112. "prepublish": "npm run --silent build",
  113. "pretest": "npm run --silent lint && es-shim-api",
  114. "security": "nsp check",
  115. "test": "npm run --silent tests-only",
  116. "test:implementation": "node test/index.js",
  117. "test:native": "node test/native.js",
  118. "test:shim": "node test/shimmed.js",
  119. "tests-only": "npm run --silent test:implementation && npm run --silent test:shim"
  120. },
  121. "testling": {
  122. "browsers": [
  123. "android-browser/4.2",
  124. "chrome/20.0..latest",
  125. "chrome/4.0..10.0",
  126. "chrome/canary",
  127. "firefox/15.0..latest",
  128. "firefox/3.0..6.0",
  129. "firefox/nightly",
  130. "iexplore/6.0..latest",
  131. "ipad/6.0..latest",
  132. "iphone/6.0..latest",
  133. "opera/10.0..latest",
  134. "opera/next",
  135. "safari/4.0..latest"
  136. ],
  137. "files": "test/index.js"
  138. },
  139. "version": "4.1.0"
  140. }