package.json 3.1 KB

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