package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "string.prototype.trimstart@1.0.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string.prototype.trimstart@1.0.4",
  10. "_id": "string.prototype.trimstart@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-s2OZr0qymZtMnGSL16P7K7Jv7u0=",
  13. "_location": "/string.prototype.trimstart",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string.prototype.trimstart@1.0.4",
  19. "name": "string.prototype.trimstart",
  20. "escapedName": "string.prototype.trimstart",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz?cache=0&sync_timestamp=1614127357785&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstring.prototype.trimstart%2Fdownload%2Fstring.prototype.trimstart-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/es-shims/String.prototype.trimStart/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Jordan Harband",
  49. "email": "ljharb@gmail.com"
  50. },
  51. {
  52. "name": "Khaled Al-Ansari",
  53. "email": "khaledelansari@gmail.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "call-bind": "^1.0.2",
  58. "define-properties": "^1.1.3"
  59. },
  60. "description": "ES2019 spec-compliant String.prototype.trimStart shim.",
  61. "devDependencies": {
  62. "@es-shims/api": "^2.1.2",
  63. "@ljharb/eslint-config": "^17.5.1",
  64. "aud": "^1.1.4",
  65. "auto-changelog": "^2.2.1",
  66. "eslint": "^7.20.0",
  67. "functions-have-names": "^1.2.2",
  68. "has-strict-mode": "^1.0.1",
  69. "nyc": "^10.3.2",
  70. "safe-publish-latest": "^1.1.4",
  71. "tape": "^5.2.0"
  72. },
  73. "funding": {
  74. "url": "https://github.com/sponsors/ljharb"
  75. },
  76. "homepage": "https://github.com/es-shims/String.prototype.trimStart#readme",
  77. "keywords": [
  78. "es6",
  79. "es7",
  80. "es8",
  81. "javascript",
  82. "prototype",
  83. "polyfill",
  84. "utility",
  85. "trim",
  86. "trimLeft",
  87. "trimRight",
  88. "trimStart",
  89. "trimEnd",
  90. "tc39"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "string.prototype.trimstart",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/es-shims/String.prototype.trimStart.git"
  98. },
  99. "scripts": {
  100. "lint": "eslint .",
  101. "postlint": "es-shim-api --bound",
  102. "posttest": "aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prepublish": "safe-publish-latest",
  105. "pretest": "npm run lint",
  106. "test": "npm run tests-only",
  107. "tests-only": "nyc tape 'test/**/*.js'",
  108. "version": "auto-changelog && git add CHANGELOG.md"
  109. },
  110. "version": "1.0.4"
  111. }