package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "trim-right@^1.0.1",
  3. "_id": "trim-right@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==",
  6. "_location": "/trim-right",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "trim-right@^1.0.1",
  12. "name": "trim-right",
  13. "escapedName": "trim-right",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@babel/generator",
  20. "/babel-generator"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/trim-right/-/trim-right-1.0.1.tgz",
  23. "_shasum": "cb2e1203067e0c8de1f614094b9fe45704ea6003",
  24. "_spec": "trim-right@^1.0.1",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\babel-generator",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/trim-right/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Similar to String#trim() but removes only whitespace on the right",
  37. "devDependencies": {
  38. "ava": "0.0.4"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/trim-right#readme",
  47. "keywords": [
  48. "trim",
  49. "right",
  50. "string",
  51. "str",
  52. "util",
  53. "utils",
  54. "utility",
  55. "whitespace",
  56. "space",
  57. "remove",
  58. "delete"
  59. ],
  60. "license": "MIT",
  61. "name": "trim-right",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/trim-right.git"
  65. },
  66. "scripts": {
  67. "test": "node test.js"
  68. },
  69. "version": "1.0.1"
  70. }