package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "left-pad@^1.3.0",
  3. "_id": "left-pad@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==",
  6. "_location": "/left-pad",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "left-pad@^1.3.0",
  12. "name": "left-pad",
  13. "escapedName": "left-pad",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/left-pad/-/left-pad-1.3.0.tgz",
  22. "_shasum": "5b8a3a7765dfe001261dde915589e782f8c94d1e",
  23. "_spec": "left-pad@^1.3.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jsdom",
  25. "author": {
  26. "name": "azer"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/stevemao/left-pad/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": "use String.prototype.padStart()",
  33. "description": "String left pad",
  34. "devDependencies": {
  35. "benchmark": "^2.1.0",
  36. "fast-check": "0.0.8",
  37. "tape": "*"
  38. },
  39. "homepage": "https://github.com/stevemao/left-pad#readme",
  40. "keywords": [
  41. "leftpad",
  42. "left",
  43. "pad",
  44. "padding",
  45. "string",
  46. "repeat"
  47. ],
  48. "license": "WTFPL",
  49. "main": "index.js",
  50. "maintainers": [
  51. {
  52. "name": "Cameron Westland",
  53. "email": "camwest@gmail.com"
  54. }
  55. ],
  56. "name": "left-pad",
  57. "repository": {
  58. "url": "git+ssh://git@github.com/stevemao/left-pad.git",
  59. "type": "git"
  60. },
  61. "scripts": {
  62. "bench": "node perf/perf.js",
  63. "test": "node test"
  64. },
  65. "types": "index.d.ts",
  66. "version": "1.3.0"
  67. }