package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "object.assign@4.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "object.assign@4.1.0",
  9. "_id": "object.assign@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
  12. "_location": "/object.assign",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object.assign@4.1.0",
  18. "name": "object.assign",
  19. "escapedName": "object.assign",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/babel-plugin-dynamic-import-node",
  26. "/es-abstract",
  27. "/object-is/es-abstract",
  28. "/vinyl-fs"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
  31. "_spec": "4.1.0",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Jordan Harband"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ljharb/object.assign/issues"
  38. },
  39. "dependencies": {
  40. "define-properties": "^1.1.2",
  41. "function-bind": "^1.1.1",
  42. "has-symbols": "^1.0.0",
  43. "object-keys": "^1.0.11"
  44. },
  45. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  46. "devDependencies": {
  47. "@es-shims/api": "^2.1.1",
  48. "@ljharb/eslint-config": "^12.2.1",
  49. "browserify": "^14.5.0",
  50. "covert": "^1.1.0",
  51. "eslint": "^4.13.1",
  52. "for-each": "^0.3.2",
  53. "is": "^3.2.1",
  54. "jscs": "^3.0.7",
  55. "nsp": "^3.1.0",
  56. "tape": "^4.8.0"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "homepage": "https://github.com/ljharb/object.assign#readme",
  62. "keywords": [
  63. "Object.assign",
  64. "assign",
  65. "ES6",
  66. "extend",
  67. "$.extend",
  68. "jQuery",
  69. "_.extend",
  70. "Underscore",
  71. "es-shim API",
  72. "polyfill",
  73. "shim"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "object.assign",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/ljharb/object.assign.git"
  81. },
  82. "scripts": {
  83. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  84. "coverage": "covert test/*.js",
  85. "coverage:quiet": "covert test/*.js --quiet",
  86. "eslint": "eslint *.js test/*.js",
  87. "jscs": "jscs *.js test/*.js",
  88. "lint": "npm run --silent jscs && npm run --silent eslint",
  89. "posttest": "npm run --silent security",
  90. "prepublish": "npm run --silent build",
  91. "pretest": "npm run --silent lint && es-shim-api",
  92. "security": "nsp check",
  93. "test": "npm run --silent tests-only",
  94. "test:implementation": "node test/index.js",
  95. "test:native": "node test/native.js",
  96. "test:shim": "node test/shimmed.js",
  97. "tests-only": "npm run --silent test:implementation && npm run --silent test:shim"
  98. },
  99. "testling": {
  100. "files": "test/index.js",
  101. "browsers": [
  102. "iexplore/6.0..latest",
  103. "firefox/3.0..6.0",
  104. "firefox/15.0..latest",
  105. "firefox/nightly",
  106. "chrome/4.0..10.0",
  107. "chrome/20.0..latest",
  108. "chrome/canary",
  109. "opera/10.0..latest",
  110. "opera/next",
  111. "safari/4.0..latest",
  112. "ipad/6.0..latest",
  113. "iphone/6.0..latest",
  114. "android-browser/4.2"
  115. ]
  116. },
  117. "version": "4.1.0"
  118. }