package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "object-assign@^4.0.1",
  5. "D:\\work\\im\\node_modules\\meow"
  6. ]
  7. ],
  8. "_from": "object-assign@>=4.0.1 <5.0.0",
  9. "_id": "object-assign@4.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/object-assign",
  13. "_nodeVersion": "4.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/object-assign-4.1.0.tgz_1462212593641_0.3332549517508596"
  17. },
  18. "_npmUser": {
  19. "email": "ben@benalpert.com",
  20. "name": "spicyj"
  21. },
  22. "_npmVersion": "2.14.19",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "object-assign",
  26. "raw": "object-assign@^4.0.1",
  27. "rawSpec": "^4.0.1",
  28. "scope": null,
  29. "spec": ">=4.0.1 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/meow",
  34. "/output-file-sync"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
  37. "_shasum": "7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0",
  38. "_shrinkwrap": null,
  39. "_spec": "object-assign@^4.0.1",
  40. "_where": "D:\\work\\im\\node_modules\\meow",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/object-assign/issues"
  48. },
  49. "dependencies": {},
  50. "description": "ES2015 Object.assign() ponyfill",
  51. "devDependencies": {
  52. "lodash": "^4.8.2",
  53. "matcha": "^0.7.0",
  54. "mocha": "*",
  55. "xo": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0",
  60. "tarball": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "72fe21c86911758f3342fdf41c2a57860d5829bc",
  69. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  70. "keywords": [
  71. "object",
  72. "assign",
  73. "extend",
  74. "properties",
  75. "es2015",
  76. "ecmascript",
  77. "harmony",
  78. "ponyfill",
  79. "prollyfill",
  80. "polyfill",
  81. "shim",
  82. "browser"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "email": "sindresorhus@gmail.com",
  88. "name": "sindresorhus"
  89. },
  90. {
  91. "email": "ben@benalpert.com",
  92. "name": "spicyj"
  93. }
  94. ],
  95. "name": "object-assign",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/object-assign.git"
  101. },
  102. "scripts": {
  103. "bench": "matcha bench.js",
  104. "test": "xo && mocha"
  105. },
  106. "version": "4.1.0"
  107. }