package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "string.prototype.trimstart@1.0.6",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string.prototype.trimstart@1.0.6",
  10. "_id": "string.prototype.trimstart@1.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
  13. "_location": "/string.prototype.trimstart",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string.prototype.trimstart@1.0.6",
  19. "name": "string.prototype.trimstart",
  20. "escapedName": "string.prototype.trimstart",
  21. "rawSpec": "1.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.6"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
  29. "_spec": "1.0.6",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/es-shims/String.prototype.trimStart/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Jordan Harband",
  49. "email": "ljharb@gmail.com"
  50. },
  51. {
  52. "name": "Khaled Al-Ansari",
  53. "email": "khaledelansari@gmail.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "call-bind": "^1.0.2",
  58. "define-properties": "^1.1.4",
  59. "es-abstract": "^1.20.4"
  60. },
  61. "description": "ES2019 spec-compliant String.prototype.trimStart shim.",
  62. "devDependencies": {
  63. "@es-shims/api": "^2.2.3",
  64. "@ljharb/eslint-config": "^21.0.0",
  65. "aud": "^2.0.1",
  66. "auto-changelog": "^2.4.0",
  67. "eslint": "=8.8.0",
  68. "functions-have-names": "^1.2.3",
  69. "has-strict-mode": "^1.0.1",
  70. "in-publish": "^2.0.1",
  71. "npmignore": "^0.3.0",
  72. "nyc": "^10.3.2",
  73. "safe-publish-latest": "^2.0.0",
  74. "tape": "^5.6.1"
  75. },
  76. "funding": {
  77. "url": "https://github.com/sponsors/ljharb"
  78. },
  79. "homepage": "https://github.com/es-shims/String.prototype.trimStart#readme",
  80. "keywords": [
  81. "es6",
  82. "es7",
  83. "es8",
  84. "javascript",
  85. "prototype",
  86. "polyfill",
  87. "utility",
  88. "trim",
  89. "trimLeft",
  90. "trimRight",
  91. "trimStart",
  92. "trimEnd",
  93. "tc39"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "string.prototype.trimstart",
  98. "publishConfig": {
  99. "ignore": [
  100. ".github/workflows"
  101. ]
  102. },
  103. "repository": {
  104. "type": "git",
  105. "url": "git://github.com/es-shims/String.prototype.trimStart.git"
  106. },
  107. "scripts": {
  108. "lint": "eslint --ext=js,mjs .",
  109. "postlint": "es-shim-api --bound",
  110. "posttest": "aud --production",
  111. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  112. "prepack": "npmignore --auto --commentLines=autogenerated",
  113. "prepublish": "not-in-publish || npm run prepublishOnly",
  114. "prepublishOnly": "safe-publish-latest",
  115. "pretest": "npm run lint",
  116. "test": "npm run tests-only",
  117. "tests-only": "nyc tape 'test/**/*.js'",
  118. "version": "auto-changelog && git add CHANGELOG.md"
  119. },
  120. "version": "1.0.6"
  121. }