package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {
  2. "_args": [
  3. [
  4. "underscore.string@~3.1.1",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/tslint"
  6. ]
  7. ],
  8. "_from": "underscore.string@>=3.1.1 <3.2.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/underscore.string",
  13. "_nodeVersion": "1.1.0",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "schtoeffel"
  17. },
  18. "_npmVersion": "2.5.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "underscore.string",
  22. "raw": "underscore.string@~3.1.1",
  23. "rawSpec": "~3.1.1",
  24. "scope": null,
  25. "spec": ">=3.1.1 <3.2.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/tslint"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.1.1.tgz",
  32. "_shasum": "0cdd6bcad0c046fd7663d305d8a785b5da10f335",
  33. "_shrinkwrap": null,
  34. "_spec": "underscore.string@~3.1.1",
  35. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/tslint",
  36. "bugs": {
  37. "url": "https://github.com/epeli/underscore.string/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Esa-Matti Suuronen",
  42. "email": "[email protected]",
  43. "url": "http://esa-matti.suuronen.org/"
  44. },
  45. {
  46. "name": "Edward Tsech",
  47. "email": "[email protected]"
  48. },
  49. {
  50. "name": "Pavel Pravosud",
  51. "email": "[email protected]",
  52. "url": "<https://github.com/rwz>"
  53. },
  54. {
  55. "name": "Sasha Koss",
  56. "email": "[email protected]",
  57. "url": "http://koss.nocorp.me/"
  58. },
  59. {
  60. "name": "Vladimir Dronnikov",
  61. "email": "[email protected]"
  62. },
  63. {
  64. "name": "Pete Kruckenberg",
  65. "email": "https://github.com/kruckenb",
  66. "url": "<https://github.com/kruckenb>"
  67. },
  68. {
  69. "name": "Paul Chavard",
  70. "email": "[email protected]",
  71. "url": "<http://tchak.net>"
  72. },
  73. {
  74. "name": "Ed Finkler",
  75. "email": "[email protected]",
  76. "url": "<http://funkatron.com>"
  77. }
  78. ],
  79. "dependencies": {},
  80. "description": "String manipulation extensions for Underscore.js javascript library.",
  81. "devDependencies": {
  82. "gulp": "^3.8.11",
  83. "gulp-bench": "^1.1.0",
  84. "gulp-browserify": "~0.5.0",
  85. "gulp-bump": "~0.1.11",
  86. "gulp-istanbul": "^0.6.0",
  87. "gulp-mocha": "^2.0.0",
  88. "gulp-param": "~0.6.3",
  89. "gulp-rename": "~1.2.0",
  90. "gulp-replace": "~0.5.0",
  91. "gulp-rimraf": "^0.1.1",
  92. "gulp-uglify": "~1.0.1",
  93. "mocha": "^2.1.0",
  94. "underscore": "^1.7.0"
  95. },
  96. "directories": {
  97. "lib": "./"
  98. },
  99. "dist": {
  100. "shasum": "0cdd6bcad0c046fd7663d305d8a785b5da10f335",
  101. "tarball": "http://registry.npmjs.org/underscore.string/-/underscore.string-3.1.1.tgz"
  102. },
  103. "engines": {
  104. "node": "*"
  105. },
  106. "gitHead": "ea91a4425a2ae2bb915c7e72c2b2b2dc464a63c4",
  107. "homepage": "http://epeli.github.com/underscore.string/",
  108. "jshintConfig": {
  109. "browser": true,
  110. "globals": {
  111. "s": true
  112. },
  113. "node": true,
  114. "qunit": true
  115. },
  116. "keywords": [
  117. "string",
  118. "underscore"
  119. ],
  120. "license": "MIT",
  121. "main": "./index.js",
  122. "maintainers": [
  123. {
  124. "name": "edtsech",
  125. "email": "[email protected]"
  126. },
  127. {
  128. "name": "rwz",
  129. "email": "[email protected]"
  130. },
  131. {
  132. "name": "epeli",
  133. "email": "[email protected]"
  134. },
  135. {
  136. "name": "schtoeffel",
  137. "email": "[email protected]"
  138. }
  139. ],
  140. "name": "underscore.string",
  141. "optionalDependencies": {},
  142. "readme": "ERROR: No README data found!",
  143. "repository": {
  144. "type": "git",
  145. "url": "git+https://github.com/epeli/underscore.string.git"
  146. },
  147. "scripts": {
  148. "test": "gulp test"
  149. },
  150. "version": "3.1.1"
  151. }