package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_from": "string.prototype.padstart@^3.0.0",
  3. "_id": "string.prototype.padstart@3.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hc5ZFzw8H2Bl4AeHxE5s+CniFg+bPcr7lRRS189GCM6KhJQBACNRhtMsdcnpBNbjc1XisnUOqbP0c94RZU4GCw==",
  6. "_location": "/string.prototype.padstart",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.padstart@^3.0.0",
  12. "name": "string.prototype.padstart",
  13. "escapedName": "string.prototype.padstart",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-unit-jest/@vue/cli-shared-utils",
  20. "/@vue/cli-plugin-unit-mocha/@vue/cli-shared-utils",
  21. "/@vue/cli-service/@vue/cli-shared-utils"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/string.prototype.padstart/-/string.prototype.padstart-3.1.7.tgz",
  24. "_shasum": "529bae9f07186fb0fc6e0709b7f9b1f942aa09d1",
  25. "_spec": "string.prototype.padstart@^3.0.0",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-plugin-unit-jest\\node_modules\\@vue\\cli-shared-utils",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true,
  38. "startingVersion": "3.1.4"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/es-shims/String.prototype.padStart/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "call-bind": "^1.0.8",
  46. "call-bound": "^1.0.4",
  47. "define-properties": "^1.2.1",
  48. "es-abstract": "^1.23.9",
  49. "es-object-atoms": "^1.1.1"
  50. },
  51. "deprecated": false,
  52. "description": "ES2017 spec-compliant String.prototype.padStart shim.",
  53. "devDependencies": {
  54. "@es-shims/api": "^2.5.1",
  55. "@ljharb/eslint-config": "^21.1.1",
  56. "auto-changelog": "^2.5.0",
  57. "encoding": "^0.1.13",
  58. "eslint": "=8.8.0",
  59. "functions-have-names": "^1.2.3",
  60. "has-strict-mode": "^1.1.0",
  61. "in-publish": "^2.0.1",
  62. "npmignore": "^0.3.1",
  63. "nyc": "^10.3.2",
  64. "safe-publish-latest": "^2.0.0",
  65. "tape": "^5.9.0"
  66. },
  67. "engines": {
  68. "node": ">= 0.4"
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "homepage": "https://github.com/es-shims/String.prototype.padStart#readme",
  74. "keywords": [
  75. "String.prototype.padLeft",
  76. "String.prototype.padStart",
  77. "string",
  78. "ES8",
  79. "ES2017",
  80. "shim",
  81. "trim",
  82. "padLeft",
  83. "padRight",
  84. "padStart",
  85. "padEnd",
  86. "polyfill",
  87. "es-shim API"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "string.prototype.padstart",
  92. "publishConfig": {
  93. "ignore": [
  94. ".github/workflows"
  95. ]
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/es-shims/String.prototype.padStart.git"
  100. },
  101. "scripts": {
  102. "lint": "eslint --ext=js,mjs .",
  103. "postlint": "es-shim-api --bound",
  104. "posttest": "npx npm@\">= 10.2\" audit --production",
  105. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  106. "prepack": "npmignore --auto --commentLines=autogenerated",
  107. "prepublish": "not-in-publish || npm run prepublishOnly",
  108. "prepublishOnly": "safe-publish-latest",
  109. "pretest": "npm run lint",
  110. "test": "npm run tests-only",
  111. "tests-only": "nyc tape 'test/**/*.js'",
  112. "version": "auto-changelog && git add CHANGELOG.md"
  113. },
  114. "testling": {
  115. "files": "test/index.js",
  116. "browsers": [
  117. "iexplore/9.0..latest",
  118. "firefox/4.0..6.0",
  119. "firefox/15.0..latest",
  120. "firefox/nightly",
  121. "chrome/4.0..10.0",
  122. "chrome/20.0..latest",
  123. "chrome/canary",
  124. "opera/11.6..latest",
  125. "opera/next",
  126. "safari/5.0..latest",
  127. "ipad/6.0..latest",
  128. "iphone/6.0..latest",
  129. "android-browser/4.2"
  130. ]
  131. },
  132. "version": "3.1.7"
  133. }