You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "string.prototype.trimstart@^1.0.0",
  3. "_id": "string.prototype.trimstart@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==",
  6. "_location": "/string.prototype.trimstart",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.trimstart@^1.0.0",
  12. "name": "string.prototype.trimstart",
  13. "escapedName": "string.prototype.trimstart",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/string.prototype.trimleft"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz",
  22. "_shasum": "14af6d9f34b053f7cfc89b72f8f2ee14b9039a54",
  23. "_spec": "string.prototype.trimstart@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\string.prototype.trimleft",
  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. },
  36. "bugs": {
  37. "url": "https://github.com/es-shims/String.prototype.trimStart/issues"
  38. },
  39. "bundleDependencies": false,
  40. "contributors": [
  41. {
  42. "name": "Jordan Harband",
  43. "email": "ljharb@gmail.com"
  44. },
  45. {
  46. "name": "Khaled Al-Ansari",
  47. "email": "khaledelansari@gmail.com"
  48. }
  49. ],
  50. "dependencies": {
  51. "define-properties": "^1.1.3",
  52. "es-abstract": "^1.17.5"
  53. },
  54. "deprecated": false,
  55. "description": "ES2019 spec-compliant String.prototype.trimStart shim.",
  56. "devDependencies": {
  57. "@es-shims/api": "^2.1.2",
  58. "@ljharb/eslint-config": "^16.0.0",
  59. "aud": "^1.1.0",
  60. "auto-changelog": "^1.16.4",
  61. "eslint": "^6.8.0",
  62. "functions-have-names": "^1.2.1",
  63. "tape": "^5.0.0-next.5"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "homepage": "https://github.com/es-shims/String.prototype.trimStart#readme",
  69. "keywords": [
  70. "es6",
  71. "es7",
  72. "es8",
  73. "javascript",
  74. "prototype",
  75. "polyfill",
  76. "utility",
  77. "trim",
  78. "trimLeft",
  79. "trimRight",
  80. "trimStart",
  81. "trimEnd",
  82. "tc39"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "string.prototype.trimstart",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/es-shims/String.prototype.trimStart.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint .",
  93. "posttest": "npx aud --production",
  94. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  95. "pretest": "npm run lint && es-shim-api --bound",
  96. "test": "npm run tests-only",
  97. "test:module": "node test",
  98. "test:shimmed": "node test/shimmed",
  99. "tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
  100. "version": "auto-changelog && git add CHANGELOG.md"
  101. },
  102. "version": "1.0.1"
  103. }