package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "strip-bom@^3.0.0",
  6. "scope": null,
  7. "escapedName": "strip-bom",
  8. "name": "strip-bom",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "strip-bom@>=3.0.0 <4.0.0",
  17. "_id": "strip-bom@3.0.0",
  18. "_inCache": true,
  19. "_location": "/strip-bom",
  20. "_nodeVersion": "4.4.2",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/strip-bom-3.0.0.tgz_1462032162626_0.6434765527956188"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.15.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "strip-bom@^3.0.0",
  33. "scope": null,
  34. "escapedName": "strip-bom",
  35. "name": "strip-bom",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/jspm-config",
  42. "/typings-core"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  45. "_shasum": "2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3",
  46. "_shrinkwrap": null,
  47. "_spec": "strip-bom@^3.0.0",
  48. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/strip-bom/issues"
  56. },
  57. "dependencies": {},
  58. "description": "Strip UTF-8 byte order mark (BOM) from a string",
  59. "devDependencies": {
  60. "ava": "*",
  61. "xo": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3",
  66. "tarball": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=4"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "8258d09a069a5d5eb3d787c1d5d29737df1c8bba",
  75. "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  76. "keywords": [
  77. "strip",
  78. "bom",
  79. "byte",
  80. "order",
  81. "mark",
  82. "unicode",
  83. "utf8",
  84. "utf-8",
  85. "remove",
  86. "delete",
  87. "trim",
  88. "text",
  89. "string"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "sindresorhus",
  95. "email": "sindresorhus@gmail.com"
  96. }
  97. ],
  98. "name": "strip-bom",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  104. },
  105. "scripts": {
  106. "test": "xo && ava"
  107. },
  108. "version": "3.0.0"
  109. }