package.json 2.9 KB

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