package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "string-template@^1.0.0",
  6. "scope": null,
  7. "escapedName": "string-template",
  8. "name": "string-template",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "string-template@>=1.0.0 <2.0.0",
  17. "_id": "string-template@1.0.0",
  18. "_inCache": true,
  19. "_location": "/string-template",
  20. "_nodeVersion": "0.10.32",
  21. "_npmUser": {
  22. "name": "mattesch",
  23. "email": "matt@mattesch.info"
  24. },
  25. "_npmVersion": "2.11.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "string-template@^1.0.0",
  29. "scope": null,
  30. "escapedName": "string-template",
  31. "name": "string-template",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/typings-core"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz",
  40. "_shasum": "9e9f2233dc00f218718ec379a28a5673ecca8b96",
  41. "_shrinkwrap": null,
  42. "_spec": "string-template@^1.0.0",
  43. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  44. "author": {
  45. "name": "Matt-Esch",
  46. "email": "matt@mattesch.info"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/Matt-Esch/string-template/issues",
  50. "email": "matt@mattesch.info"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Matt-Esch"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "A simple string template function based on named or indexed arguments",
  59. "devDependencies": {
  60. "istanbul": "^0.4.1",
  61. "opn": "^3.0.3",
  62. "tape": "~1.1.1"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "9e9f2233dc00f218718ec379a28a5673ecca8b96",
  67. "tarball": "https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz"
  68. },
  69. "gitHead": "1a936280d4c9569035f9ac6a9808df564d413b30",
  70. "homepage": "https://github.com/Matt-Esch/string-template",
  71. "keywords": [
  72. "template",
  73. "string",
  74. "format",
  75. "replace",
  76. "arguments"
  77. ],
  78. "license": "MIT",
  79. "main": "index",
  80. "maintainers": [
  81. {
  82. "name": "mattesch",
  83. "email": "matt@mattesch.info"
  84. }
  85. ],
  86. "name": "string-template",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/Matt-Esch/string-template.git"
  92. },
  93. "scripts": {
  94. "cover": "istanbul cover --report none --print detail ./test/index.js",
  95. "test": "node ./test/index.js",
  96. "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
  97. "view-cover": "istanbul report html && opn --no-wait ./coverage/index.html"
  98. },
  99. "testling": {
  100. "files": "test/index.js",
  101. "browsers": [
  102. "ie/8..latest",
  103. "firefox/16..latest",
  104. "firefox/nightly",
  105. "chrome/22..latest",
  106. "chrome/canary",
  107. "opera/12..latest",
  108. "opera/next",
  109. "safari/5.1..latest",
  110. "ipad/6.0..latest",
  111. "iphone/6.0..latest",
  112. "android-browser/4.2..latest"
  113. ]
  114. },
  115. "version": "1.0.0"
  116. }