package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "string.prototype.padend@3.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string.prototype.padend@3.1.0",
  10. "_id": "string.prototype.padend@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA==",
  13. "_location": "/string.prototype.padend",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string.prototype.padend@3.1.0",
  19. "name": "string.prototype.padend",
  20. "escapedName": "string.prototype.padend",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/es-shims/String.prototype.padEnd/issues"
  37. },
  38. "dependencies": {
  39. "define-properties": "^1.1.3",
  40. "es-abstract": "^1.17.0-next.1"
  41. },
  42. "description": "ES2017 spec-compliant String.prototype.padEnd shim.",
  43. "devDependencies": {
  44. "@es-shims/api": "^2.1.2",
  45. "@ljharb/eslint-config": "^15.0.2",
  46. "covert": "^1.1.1",
  47. "eslint": "^6.7.2",
  48. "function-bind": "^1.1.1",
  49. "functions-have-names": "^1.2.0",
  50. "tape": "^4.11.0"
  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.padEnd#readme",
  59. "keywords": [
  60. "String.prototype.padRight",
  61. "String.prototype.padEnd",
  62. "string",
  63. "ES2017",
  64. "ES8",
  65. "shim",
  66. "trim",
  67. "padLeft",
  68. "padRight",
  69. "padStart",
  70. "padEnd",
  71. "polyfill",
  72. "es-shim API"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "string.prototype.padend",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/es-shims/String.prototype.padEnd.git"
  80. },
  81. "scripts": {
  82. "coverage": "covert test/*.js",
  83. "coverage-quiet": "covert test/*.js --quiet",
  84. "lint": "eslint .",
  85. "posttest": "npx aud",
  86. "pretest": "npm run --silent lint",
  87. "test": "npm run --silent tests-only",
  88. "test:module": "node test/index.js",
  89. "test:shimmed": "node test/shimmed.js",
  90. "tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module"
  91. },
  92. "testling": {
  93. "files": "test/index.js",
  94. "browsers": [
  95. "iexplore/9.0..latest",
  96. "firefox/4.0..6.0",
  97. "firefox/15.0..latest",
  98. "firefox/nightly",
  99. "chrome/4.0..10.0",
  100. "chrome/20.0..latest",
  101. "chrome/canary",
  102. "opera/11.6..latest",
  103. "opera/next",
  104. "safari/5.0..latest",
  105. "ipad/6.0..latest",
  106. "iphone/6.0..latest",
  107. "android-browser/4.2"
  108. ]
  109. },
  110. "version": "3.1.0"
  111. }