Dashboard sipadu mbip
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "es-abstract@^1.12.0",
  3. "_id": "es-abstract@1.16.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==",
  6. "_location": "/es-abstract",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-abstract@^1.12.0",
  12. "name": "es-abstract",
  13. "escapedName": "es-abstract",
  14. "rawSpec": "^1.12.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.12.0"
  17. },
  18. "_requiredBy": [
  19. "/object.getownpropertydescriptors",
  20. "/object.values"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.0.tgz",
  23. "_shasum": "d3a26dc9c3283ac9750dca569586e976d9dcc06d",
  24. "_spec": "es-abstract@^1.12.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/object.values",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com",
  29. "url": "http://ljharb.codes"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/ljharb/es-abstract/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Jordan Harband",
  38. "email": "ljharb@gmail.com",
  39. "url": "http://ljharb.codes"
  40. }
  41. ],
  42. "dependencies": {
  43. "es-to-primitive": "^1.2.0",
  44. "function-bind": "^1.1.1",
  45. "has": "^1.0.3",
  46. "has-symbols": "^1.0.0",
  47. "is-callable": "^1.1.4",
  48. "is-regex": "^1.0.4",
  49. "object-inspect": "^1.6.0",
  50. "object-keys": "^1.1.1",
  51. "string.prototype.trimleft": "^2.1.0",
  52. "string.prototype.trimright": "^2.1.0"
  53. },
  54. "deprecated": false,
  55. "description": "ECMAScript spec abstract operations.",
  56. "devDependencies": {
  57. "@ljharb/eslint-config": "^14.1.0",
  58. "cheerio": "^1.0.0-rc.3",
  59. "diff": "^4.0.1",
  60. "eclint": "^2.8.1",
  61. "eslint": "^6.5.1",
  62. "foreach": "^2.0.5",
  63. "make-arrow-function": "^1.1.0",
  64. "nyc": "^10.3.2",
  65. "object-is": "^1.0.1",
  66. "object.assign": "^4.1.0",
  67. "object.fromentries": "^2.0.1",
  68. "replace": "^1.1.1",
  69. "safe-publish-latest": "^1.1.3",
  70. "semver": "^6.3.0",
  71. "tape": "^4.11.0"
  72. },
  73. "engines": {
  74. "node": ">= 0.4"
  75. },
  76. "greenkeeper": {
  77. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  78. "ignore": [
  79. "nyc"
  80. ]
  81. },
  82. "homepage": "https://github.com/ljharb/es-abstract#readme",
  83. "keywords": [
  84. "ECMAScript",
  85. "ES",
  86. "abstract",
  87. "operation",
  88. "abstract operation",
  89. "JavaScript",
  90. "ES5",
  91. "ES6",
  92. "ES7"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "es-abstract",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/ljharb/es-abstract.git"
  100. },
  101. "scripts": {
  102. "coverage": "nyc npm run --silent tests-only >/dev/null",
  103. "eccheck": "eclint check *.js **/*.js > /dev/null",
  104. "lint": "eslint .",
  105. "postcoverage": "nyc report",
  106. "posttest": "npx aud --production",
  107. "prepublish": "safe-publish-latest",
  108. "pretest": "npm run --silent lint",
  109. "test": "npm run tests-only",
  110. "tests-only": "node test"
  111. },
  112. "testling": {
  113. "files": "test/index.js",
  114. "browsers": [
  115. "iexplore/6.0..latest",
  116. "firefox/3.0..6.0",
  117. "firefox/15.0..latest",
  118. "firefox/nightly",
  119. "chrome/4.0..10.0",
  120. "chrome/20.0..latest",
  121. "chrome/canary",
  122. "opera/10.0..latest",
  123. "opera/next",
  124. "safari/4.0..latest",
  125. "ipad/6.0..latest",
  126. "iphone/6.0..latest",
  127. "android-browser/4.2"
  128. ]
  129. },
  130. "version": "1.16.0"
  131. }