package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "trim-newlines@^1.0.0",
  6. "scope": null,
  7. "escapedName": "trim-newlines",
  8. "name": "trim-newlines",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/meow"
  14. ]
  15. ],
  16. "_from": "trim-newlines@>=1.0.0 <2.0.0",
  17. "_id": "trim-newlines@1.0.0",
  18. "_inCache": true,
  19. "_location": "/trim-newlines",
  20. "_nodeVersion": "4.1.1",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.14.4",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "trim-newlines@^1.0.0",
  29. "scope": null,
  30. "escapedName": "trim-newlines",
  31. "name": "trim-newlines",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/meow"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
  40. "_shasum": "5887966bb582a4503a41eb524f7d35011815a613",
  41. "_shrinkwrap": null,
  42. "_spec": "trim-newlines@^1.0.0",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/meow",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/trim-newlines/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Trim newlines from the start and/or end of a string",
  54. "devDependencies": {
  55. "ava": "*",
  56. "xo": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "5887966bb582a4503a41eb524f7d35011815a613",
  61. "tarball": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "f651a2d4cbf382c2936e6e53edee9316602e4ce7",
  70. "homepage": "https://github.com/sindresorhus/trim-newlines",
  71. "keywords": [
  72. "trim",
  73. "newline",
  74. "newlines",
  75. "linebreak",
  76. "lf",
  77. "crlf",
  78. "left",
  79. "right",
  80. "start",
  81. "end",
  82. "string",
  83. "str",
  84. "remove",
  85. "delete",
  86. "strip"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. }
  94. ],
  95. "name": "trim-newlines",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/trim-newlines.git"
  101. },
  102. "scripts": {
  103. "test": "xo && ava"
  104. },
  105. "version": "1.0.0"
  106. }