package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "grim@^1.0.0",
  6. "scope": null,
  7. "escapedName": "grim",
  8. "name": "grim",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/loredan13/projects/atom/qsp/node_modules/space-pen"
  14. ]
  15. ],
  16. "_from": "grim@>=1.0.0 <2.0.0",
  17. "_id": "[email protected]",
  18. "_inCache": true,
  19. "_location": "/grim",
  20. "_nodeVersion": "0.12.0",
  21. "_npmUser": {
  22. "name": "maxbrunsfeld",
  23. "email": "[email protected]"
  24. },
  25. "_npmVersion": "2.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "grim@^1.0.0",
  29. "scope": null,
  30. "escapedName": "grim",
  31. "name": "grim",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/space-pen"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/grim/-/grim-1.5.0.tgz",
  40. "_shasum": "b32b08ef567cf1852f81759ed9c68b0d71396a32",
  41. "_shrinkwrap": null,
  42. "_spec": "grim@^1.0.0",
  43. "_where": "/home/loredan13/projects/atom/qsp/node_modules/space-pen",
  44. "bugs": {
  45. "url": "https://github.com/atom/grim/issues"
  46. },
  47. "dependencies": {
  48. "emissary": "^1.2.0"
  49. },
  50. "description": "Log usage of deprecated methods",
  51. "devDependencies": {
  52. "coffee-cache": "^0.2.0",
  53. "coffee-script": "^1.7.0",
  54. "grunt": "^0.4.1",
  55. "grunt-cli": "^0.1.8",
  56. "grunt-coffeelint": "^0.0.6",
  57. "grunt-contrib-coffee": "^0.9.0",
  58. "grunt-shell": "^0.2.2",
  59. "jasmine-focused": "^1.0.4",
  60. "rimraf": "^2.2.2",
  61. "temp": "^0.6.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "b32b08ef567cf1852f81759ed9c68b0d71396a32",
  66. "tarball": "https://registry.npmjs.org/grim/-/grim-1.5.0.tgz"
  67. },
  68. "gitHead": "b2b528718f498d04af94c304dc165758470039c2",
  69. "homepage": "https://github.com/atom/grim",
  70. "licenses": [
  71. {
  72. "type": "MIT",
  73. "url": "http://github.com/atom/grim/raw/master/LICENSE.md"
  74. }
  75. ],
  76. "main": "./lib/grim",
  77. "maintainers": [
  78. {
  79. "name": "benogle",
  80. "email": "[email protected]"
  81. },
  82. {
  83. "name": "kevinsawicki",
  84. "email": "[email protected]"
  85. },
  86. {
  87. "name": "maxbrunsfeld",
  88. "email": "[email protected]"
  89. },
  90. {
  91. "name": "nathansobo",
  92. "email": "[email protected]"
  93. },
  94. {
  95. "name": "probablycorey",
  96. "email": "[email protected]"
  97. }
  98. ],
  99. "name": "grim",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/atom/grim.git"
  105. },
  106. "scripts": {
  107. "prepublish": "grunt clean lint coffee",
  108. "test": "grunt test"
  109. },
  110. "version": "1.5.0"
  111. }