Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

151 wiersze
4.2 KiB

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