package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "detect-newline@^2.1.0",
  3. "_id": "detect-newline@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=",
  6. "_location": "/detect-newline",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detect-newline@^2.1.0",
  12. "name": "detect-newline",
  13. "escapedName": "detect-newline",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-docblock"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
  22. "_shasum": "f41f1c10be4b00e87b5f13da680759f2c5bfd3e2",
  23. "_spec": "detect-newline@^2.1.0",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\jest-docblock",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/detect-newline/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Detect the dominant newline character of a string",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/detect-newline#readme",
  47. "keywords": [
  48. "newline",
  49. "linebreak",
  50. "line-break",
  51. "line",
  52. "lf",
  53. "crlf",
  54. "eol",
  55. "linefeed",
  56. "character",
  57. "char"
  58. ],
  59. "license": "MIT",
  60. "name": "detect-newline",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/detect-newline.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava"
  67. },
  68. "version": "2.1.0"
  69. }