package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "string.prototype.trimstart@^1.0.4",
  3. "_id": "string.prototype.trimstart@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==",
  6. "_location": "/string.prototype.trimstart",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.trimstart@^1.0.4",
  12. "name": "string.prototype.trimstart",
  13. "escapedName": "string.prototype.trimstart",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz",
  22. "_shasum": "b36399af4ab2999b4c9c648bd7a3fb2bb26feeed",
  23. "_spec": "string.prototype.trimstart@^1.0.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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.3"
  54. },
  55. "deprecated": false,
  56. "description": "ES2019 spec-compliant String.prototype.trimStart shim.",
  57. "devDependencies": {
  58. "@es-shims/api": "^2.1.2",
  59. "@ljharb/eslint-config": "^17.5.1",
  60. "aud": "^1.1.4",
  61. "auto-changelog": "^2.2.1",
  62. "eslint": "^7.20.0",
  63. "functions-have-names": "^1.2.2",
  64. "has-strict-mode": "^1.0.1",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^1.1.4",
  67. "tape": "^5.2.0"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "homepage": "https://github.com/es-shims/String.prototype.trimStart#readme",
  73. "keywords": [
  74. "es6",
  75. "es7",
  76. "es8",
  77. "javascript",
  78. "prototype",
  79. "polyfill",
  80. "utility",
  81. "trim",
  82. "trimLeft",
  83. "trimRight",
  84. "trimStart",
  85. "trimEnd",
  86. "tc39"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "string.prototype.trimstart",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/es-shims/String.prototype.trimStart.git"
  94. },
  95. "scripts": {
  96. "lint": "eslint .",
  97. "postlint": "es-shim-api --bound",
  98. "posttest": "aud --production",
  99. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  100. "prepublish": "safe-publish-latest",
  101. "pretest": "npm run lint",
  102. "test": "npm run tests-only",
  103. "tests-only": "nyc tape 'test/**/*.js'",
  104. "version": "auto-changelog && git add CHANGELOG.md"
  105. },
  106. "version": "1.0.4"
  107. }