package.json 2.2 KB

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