package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "strip-indent@^1.0.1",
  6. "scope": null,
  7. "escapedName": "strip-indent",
  8. "name": "strip-indent",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/redent"
  14. ]
  15. ],
  16. "_from": "strip-indent@>=1.0.1 <2.0.0",
  17. "_id": "strip-indent@1.0.1",
  18. "_inCache": true,
  19. "_location": "/strip-indent",
  20. "_nodeVersion": "0.12.0",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "strip-indent@^1.0.1",
  29. "scope": null,
  30. "escapedName": "strip-indent",
  31. "name": "strip-indent",
  32. "rawSpec": "^1.0.1",
  33. "spec": ">=1.0.1 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/redent"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
  40. "_shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
  41. "_shrinkwrap": null,
  42. "_spec": "strip-indent@^1.0.1",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/redent",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "http://sindresorhus.com"
  48. },
  49. "bin": {
  50. "strip-indent": "cli.js"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/sindresorhus/strip-indent/issues"
  54. },
  55. "dependencies": {
  56. "get-stdin": "^4.0.1"
  57. },
  58. "description": "Strip leading whitespace from every line in a string",
  59. "devDependencies": {
  60. "mocha": "*"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
  65. "tarball": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js",
  72. "cli.js"
  73. ],
  74. "gitHead": "addcf90a56001ea122e9f1254987016bc87e5b5f",
  75. "homepage": "https://github.com/sindresorhus/strip-indent",
  76. "keywords": [
  77. "cli",
  78. "bin",
  79. "browser",
  80. "strip",
  81. "normalize",
  82. "remove",
  83. "indent",
  84. "indentation",
  85. "whitespace",
  86. "space",
  87. "tab",
  88. "string",
  89. "str"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "sindresorhus",
  95. "email": "sindresorhus@gmail.com"
  96. }
  97. ],
  98. "name": "strip-indent",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/strip-indent.git"
  104. },
  105. "scripts": {
  106. "test": "mocha"
  107. },
  108. "version": "1.0.1"
  109. }