package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "strip-bom@3.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-bom@3.0.0",
  10. "_id": "strip-bom@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
  13. "_location": "/strip-bom",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-bom@3.0.0",
  19. "name": "strip-bom",
  20. "escapedName": "strip-bom",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/load-json-file",
  27. "/tsconfig-paths"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/strip-bom/download/strip-bom-3.0.0.tgz?cache=0&sync_timestamp=1618599642133&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstrip-bom%2Fdownload%2Fstrip-bom-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/strip-bom/issues"
  39. },
  40. "description": "Strip UTF-8 byte order mark (BOM) from a string",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  52. "keywords": [
  53. "strip",
  54. "bom",
  55. "byte",
  56. "order",
  57. "mark",
  58. "unicode",
  59. "utf8",
  60. "utf-8",
  61. "remove",
  62. "delete",
  63. "trim",
  64. "text",
  65. "string"
  66. ],
  67. "license": "MIT",
  68. "name": "strip-bom",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "3.0.0"
  77. }