You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7 KiB

3 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "trim-right@1.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "trim-right@1.0.1",
  9. "_id": "trim-right@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
  12. "_location": "/trim-right",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "trim-right@1.0.1",
  18. "name": "trim-right",
  19. "escapedName": "trim-right",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/babel-generator"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/trim-right/issues"
  37. },
  38. "description": "Similar to String#trim() but removes only whitespace on the right",
  39. "devDependencies": {
  40. "ava": "0.0.4"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/trim-right#readme",
  49. "keywords": [
  50. "trim",
  51. "right",
  52. "string",
  53. "str",
  54. "util",
  55. "utils",
  56. "utility",
  57. "whitespace",
  58. "space",
  59. "remove",
  60. "delete"
  61. ],
  62. "license": "MIT",
  63. "name": "trim-right",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/trim-right.git"
  67. },
  68. "scripts": {
  69. "test": "node test.js"
  70. },
  71. "version": "1.0.1"
  72. }