package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "space-pen@^5.1.2",
  6. "scope": null,
  7. "escapedName": "space-pen",
  8. "name": "space-pen",
  9. "rawSpec": "^5.1.2",
  10. "spec": ">=5.1.2 <6.0.0",
  11. "type": "range"
  12. },
  13. "/home/loredan13/projects/atom/qsp/node_modules/atom-space-pen-views"
  14. ]
  15. ],
  16. "_from": "space-pen@>=5.1.2 <6.0.0",
  17. "_id": "[email protected]",
  18. "_inCache": true,
  19. "_location": "/space-pen",
  20. "_nodeVersion": "4.2.1",
  21. "_npmUser": {
  22. "name": "nathansobo",
  23. "email": "[email protected]"
  24. },
  25. "_npmVersion": "3.3.8",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "space-pen@^5.1.2",
  29. "scope": null,
  30. "escapedName": "space-pen",
  31. "name": "space-pen",
  32. "rawSpec": "^5.1.2",
  33. "spec": ">=5.1.2 <6.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/atom-space-pen-views"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/space-pen/-/space-pen-5.1.2.tgz",
  40. "_shasum": "22fbbe10e0b044e7b7a47b023da99d94b584ef8f",
  41. "_shrinkwrap": null,
  42. "_spec": "space-pen@^5.1.2",
  43. "_where": "/home/loredan13/projects/atom/qsp/node_modules/atom-space-pen-views",
  44. "bugs": {
  45. "url": "https://github.com/atom/space-pen/issues"
  46. },
  47. "dependencies": {
  48. "grim": "^1.0.0",
  49. "jquery": "2.1.4",
  50. "underscore-plus": "1.x"
  51. },
  52. "description": "Write markup on the final frontier",
  53. "devDependencies": {
  54. "browserify": "~2.34.1",
  55. "coffee-script": "~1.6.3",
  56. "coffeeify": "~0.5.1",
  57. "express": "~3.4.0",
  58. "grunt": "~0.4.1",
  59. "grunt-atomdoc": "^1.0.0",
  60. "grunt-cli": "~0.1.8",
  61. "grunt-coffeelint": "0.0.6",
  62. "grunt-contrib-coffee": "~0.7.0",
  63. "grunt-contrib-connect": "~0.5.0",
  64. "grunt-shell": "~0.5.0",
  65. "jasmine-focused": "~0.15.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "22fbbe10e0b044e7b7a47b023da99d94b584ef8f",
  70. "tarball": "https://registry.npmjs.org/space-pen/-/space-pen-5.1.2.tgz"
  71. },
  72. "gitHead": "4232a457c517a34c00e596d45b7f14fcebd3b848",
  73. "homepage": "https://github.com/atom/space-pen#readme",
  74. "licenses": [
  75. {
  76. "type": "MIT",
  77. "url": "http://github.com/atom/space-pen/raw/master/LICENSE"
  78. }
  79. ],
  80. "main": "./lib/space-pen.js",
  81. "maintainers": [
  82. {
  83. "name": "kevinsawicki",
  84. "email": "[email protected]"
  85. },
  86. {
  87. "name": "nathansobo",
  88. "email": "[email protected]"
  89. },
  90. {
  91. "name": "benogle",
  92. "email": "[email protected]"
  93. }
  94. ],
  95. "name": "space-pen",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/atom/space-pen.git"
  101. },
  102. "scripts": {
  103. "prepublish": "grunt prepublish",
  104. "start": "grunt start",
  105. "test": "grunt test"
  106. },
  107. "version": "5.1.2"
  108. }