package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "object.assign@^4.1.0",
  3. "_id": "object.assign@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
  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. "/express-handlebars"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
  22. "_shasum": "968bf1100d7956bb3ca086f006f846b3bc4008da",
  23. "_spec": "object.assign@^4.1.0",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\express-handlebars",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ljharb/object.assign/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "define-properties": "^1.1.2",
  34. "function-bind": "^1.1.1",
  35. "has-symbols": "^1.0.0",
  36. "object-keys": "^1.0.11"
  37. },
  38. "deprecated": false,
  39. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  40. "devDependencies": {
  41. "@es-shims/api": "^2.1.1",
  42. "@ljharb/eslint-config": "^12.2.1",
  43. "browserify": "^14.5.0",
  44. "covert": "^1.1.0",
  45. "eslint": "^4.13.1",
  46. "for-each": "^0.3.2",
  47. "is": "^3.2.1",
  48. "jscs": "^3.0.7",
  49. "nsp": "^3.1.0",
  50. "tape": "^4.8.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.4"
  54. },
  55. "homepage": "https://github.com/ljharb/object.assign#readme",
  56. "keywords": [
  57. "Object.assign",
  58. "assign",
  59. "ES6",
  60. "extend",
  61. "$.extend",
  62. "jQuery",
  63. "_.extend",
  64. "Underscore",
  65. "es-shim API",
  66. "polyfill",
  67. "shim"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "object.assign",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/ljharb/object.assign.git"
  75. },
  76. "scripts": {
  77. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  78. "coverage": "covert test/*.js",
  79. "coverage:quiet": "covert test/*.js --quiet",
  80. "eslint": "eslint *.js test/*.js",
  81. "jscs": "jscs *.js test/*.js",
  82. "lint": "npm run --silent jscs && npm run --silent eslint",
  83. "posttest": "npm run --silent security",
  84. "prepublish": "npm run --silent build",
  85. "pretest": "npm run --silent lint && es-shim-api",
  86. "security": "nsp check",
  87. "test": "npm run --silent tests-only",
  88. "test:implementation": "node test/index.js",
  89. "test:native": "node test/native.js",
  90. "test:shim": "node test/shimmed.js",
  91. "tests-only": "npm run --silent test:implementation && npm run --silent test:shim"
  92. },
  93. "testling": {
  94. "files": "test/index.js",
  95. "browsers": [
  96. "iexplore/6.0..latest",
  97. "firefox/3.0..6.0",
  98. "firefox/15.0..latest",
  99. "firefox/nightly",
  100. "chrome/4.0..10.0",
  101. "chrome/20.0..latest",
  102. "chrome/canary",
  103. "opera/10.0..latest",
  104. "opera/next",
  105. "safari/4.0..latest",
  106. "ipad/6.0..latest",
  107. "iphone/6.0..latest",
  108. "android-browser/4.2"
  109. ]
  110. },
  111. "version": "4.1.0"
  112. }