package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.17.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-abstract@1.17.4",
  10. "_id": "es-abstract@1.17.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==",
  13. "_location": "/es-abstract",
  14. "_phantomChildren": {
  15. "has": "1.0.3"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "es-abstract@1.17.4",
  21. "name": "es-abstract",
  22. "escapedName": "es-abstract",
  23. "rawSpec": "1.17.4",
  24. "saveSpec": null,
  25. "fetchSpec": "1.17.4"
  26. },
  27. "_requiredBy": [
  28. "/object.getownpropertydescriptors",
  29. "/regexp.prototype.flags"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.4.tgz",
  32. "_spec": "1.17.4",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com",
  37. "url": "http://ljharb.codes"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/es-abstract/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com",
  46. "url": "http://ljharb.codes"
  47. }
  48. ],
  49. "dependencies": {
  50. "es-to-primitive": "^1.2.1",
  51. "function-bind": "^1.1.1",
  52. "has": "^1.0.3",
  53. "has-symbols": "^1.0.1",
  54. "is-callable": "^1.1.5",
  55. "is-regex": "^1.0.5",
  56. "object-inspect": "^1.7.0",
  57. "object-keys": "^1.1.1",
  58. "object.assign": "^4.1.0",
  59. "string.prototype.trimleft": "^2.1.1",
  60. "string.prototype.trimright": "^2.1.1"
  61. },
  62. "description": "ECMAScript spec abstract operations.",
  63. "devDependencies": {
  64. "@ljharb/eslint-config": "^15.1.0",
  65. "array.prototype.indexof": "^1.0.0",
  66. "cheerio": "^1.0.0-rc.3",
  67. "diff": "^4.0.2",
  68. "eclint": "^2.8.1",
  69. "eslint": "^6.8.0",
  70. "foreach": "^2.0.5",
  71. "functions-have-names": "^1.2.1",
  72. "has-strict-mode": "^1.0.0",
  73. "in-publish": "^2.0.0",
  74. "make-arrow-function": "^1.1.0",
  75. "nyc": "^10.3.2",
  76. "object-is": "^1.0.2",
  77. "object.fromentries": "^2.0.2",
  78. "safe-publish-latest": "^1.1.4",
  79. "tape": "^5.0.0-next.4"
  80. },
  81. "engines": {
  82. "node": ">= 0.4"
  83. },
  84. "funding": {
  85. "url": "https://github.com/sponsors/ljharb"
  86. },
  87. "greenkeeper": {
  88. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  89. "ignore": [
  90. "nyc"
  91. ]
  92. },
  93. "homepage": "https://github.com/ljharb/es-abstract#readme",
  94. "keywords": [
  95. "ECMAScript",
  96. "ES",
  97. "abstract",
  98. "operation",
  99. "abstract operation",
  100. "JavaScript",
  101. "ES5",
  102. "ES6",
  103. "ES7"
  104. ],
  105. "license": "MIT",
  106. "main": "index.js",
  107. "name": "es-abstract",
  108. "repository": {
  109. "type": "git",
  110. "url": "git://github.com/ljharb/es-abstract.git"
  111. },
  112. "scripts": {
  113. "coverage": "nyc npm run tests-only >/dev/null",
  114. "eccheck": "eclint check *.js **/*.js > /dev/null",
  115. "lint": "eslint .",
  116. "postcoverage": "nyc report",
  117. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  118. "posttest": "npx aud --production",
  119. "prepublish": "safe-publish-latest && (not-in-publish || npm run spackle)",
  120. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  121. "pretest": "npm run lint",
  122. "spackle": "node operations/spackle 1",
  123. "test": "npm run tests-only",
  124. "tests-only": "node test"
  125. },
  126. "testling": {
  127. "files": "test/index.js",
  128. "browsers": [
  129. "iexplore/6.0..latest",
  130. "firefox/3.0..6.0",
  131. "firefox/15.0..latest",
  132. "firefox/nightly",
  133. "chrome/4.0..10.0",
  134. "chrome/20.0..latest",
  135. "chrome/canary",
  136. "opera/10.0..latest",
  137. "opera/next",
  138. "safari/4.0..latest",
  139. "ipad/6.0..latest",
  140. "iphone/6.0..latest",
  141. "android-browser/4.2"
  142. ]
  143. },
  144. "version": "1.17.4"
  145. }