package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "[email protected]",
  6. "scope": null,
  7. "escapedName": "mixto",
  8. "name": "mixto",
  9. "rawSpec": "1.x",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/loredan13/projects/atom/qsp/node_modules/emissary"
  14. ]
  15. ],
  16. "_from": "mixto@>=1.0.0 <2.0.0",
  17. "_id": "[email protected]",
  18. "_inCache": true,
  19. "_location": "/mixto",
  20. "_npmUser": {
  21. "name": "kevinsawicki",
  22. "email": "[email protected]"
  23. },
  24. "_npmVersion": "1.3.2",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "[email protected]",
  28. "scope": null,
  29. "escapedName": "mixto",
  30. "name": "mixto",
  31. "rawSpec": "1.x",
  32. "spec": ">=1.0.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/emissary",
  37. "/property-accessors"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/mixto/-/mixto-1.0.0.tgz",
  40. "_shasum": "c320ef61b52f2898f522e17d8bbc6d506d8425b6",
  41. "_shrinkwrap": null,
  42. "_spec": "[email protected]",
  43. "_where": "/home/loredan13/projects/atom/qsp/node_modules/emissary",
  44. "author": {
  45. "name": "Nathan Sobo"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/atom/mixto/issues"
  49. },
  50. "dependencies": {},
  51. "description": "A mixin superclass. Its subclasses have `.extend` and `.includeInto` methods to mix behavior into other objects and classes.",
  52. "devDependencies": {
  53. "coffee-script": "~1.6.3",
  54. "grunt": "~0.4.1",
  55. "grunt-cli": "~0.1.8",
  56. "grunt-coffeelint": "0.0.6",
  57. "grunt-contrib-coffee": "~0.7.0",
  58. "grunt-shell": "~0.2.2",
  59. "jasmine-focused": "~0.19.0",
  60. "rimraf": "~2.2.2"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "c320ef61b52f2898f522e17d8bbc6d506d8425b6",
  65. "tarball": "https://registry.npmjs.org/mixto/-/mixto-1.0.0.tgz"
  66. },
  67. "homepage": "https://github.com/atom/mixto#readme",
  68. "keywords": [
  69. "mixin",
  70. "trait"
  71. ],
  72. "licenses": [
  73. {
  74. "type": "MIT",
  75. "url": "http://github.com/atom/mixto/raw/master/LICENSE.md"
  76. }
  77. ],
  78. "main": "lib/mixin",
  79. "maintainers": [
  80. {
  81. "name": "nathansobo",
  82. "email": "[email protected]"
  83. },
  84. {
  85. "name": "kevinsawicki",
  86. "email": "[email protected]"
  87. }
  88. ],
  89. "name": "mixto",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/atom/mixto.git"
  95. },
  96. "scripts": {
  97. "prepublish": "grunt clean coffee lint",
  98. "test": "grunt test"
  99. },
  100. "version": "1.0.0"
  101. }