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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "string.prototype.trimleft@^2.1.1",
  3. "_id": "string.prototype.trimleft@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==",
  6. "_location": "/string.prototype.trimleft",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.trimleft@^2.1.1",
  12. "name": "string.prototype.trimleft",
  13. "escapedName": "string.prototype.trimleft",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz",
  22. "_shasum": "4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc",
  23. "_spec": "string.prototype.trimleft@^2.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/es-shims/String.prototype.trimLeft/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "define-properties": "^1.1.3",
  35. "es-abstract": "^1.17.5",
  36. "string.prototype.trimstart": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "ES2019 spec-compliant String.prototype.trimLeft shim.",
  40. "devDependencies": {
  41. "@es-shims/api": "^2.1.2",
  42. "@ljharb/eslint-config": "^16.0.0",
  43. "covert": "^1.1.1",
  44. "eslint": "^6.8.0",
  45. "functions-have-names": "^1.2.1",
  46. "safe-publish-latest": "^1.1.4",
  47. "tape": "^5.0.0-next.4"
  48. },
  49. "engines": {
  50. "node": ">= 0.4"
  51. },
  52. "funding": {
  53. "url": "https://github.com/sponsors/ljharb"
  54. },
  55. "homepage": "https://github.com/es-shims/String.prototype.trimLeft#readme",
  56. "keywords": [
  57. "String.prototype.trimLeft",
  58. "string",
  59. "ES7",
  60. "ES2019",
  61. "shim",
  62. "trim",
  63. "trimLeft",
  64. "trimStart",
  65. "trimRight",
  66. "trimEnd",
  67. "polyfill",
  68. "es-shim API"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "string.prototype.trimleft",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/es-shims/String.prototype.trimLeft.git"
  76. },
  77. "scripts": {
  78. "coverage": "covert test/*.js",
  79. "lint": "eslint .",
  80. "posttest": "npx aud",
  81. "prepublish": "safe-publish-latest",
  82. "pretest": "npm run lint && es-shim-api --bound",
  83. "test": "npm run tests-only",
  84. "test:module": "node test",
  85. "test:shimmed": "node test/shimmed",
  86. "tests-only": "npm run --silent test:shimmed && npm run --silent test:module"
  87. },
  88. "testling": {
  89. "files": "test/index.js",
  90. "browsers": [
  91. "iexplore/9.0..latest",
  92. "firefox/4.0..6.0",
  93. "firefox/15.0..latest",
  94. "firefox/nightly",
  95. "chrome/4.0..10.0",
  96. "chrome/20.0..latest",
  97. "chrome/canary",
  98. "opera/11.6..latest",
  99. "opera/next",
  100. "safari/5.0..latest",
  101. "ipad/6.0..latest",
  102. "iphone/6.0..latest",
  103. "android-browser/4.2"
  104. ]
  105. },
  106. "version": "2.1.2"
  107. }