package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "coffee-script@~1.3.3",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_defaultsLoaded": true,
  9. "_engineSupported": true,
  10. "_from": "coffee-script@>=1.3.3 <1.4.0",
  11. "_id": "coffee-script@1.3.3",
  12. "_inCache": true,
  13. "_location": "/coffee-script",
  14. "_nodeVersion": "v0.6.16",
  15. "_npmUser": {
  16. "email": "jashkenas@gmail.com",
  17. "name": "jashkenas"
  18. },
  19. "_npmVersion": "1.1.18",
  20. "_phantomChildren": {},
  21. "_requested": {
  22. "name": "coffee-script",
  23. "raw": "coffee-script@~1.3.3",
  24. "rawSpec": "~1.3.3",
  25. "scope": null,
  26. "spec": ">=1.3.3 <1.4.0",
  27. "type": "range"
  28. },
  29. "_requiredBy": [
  30. "/grunt"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz",
  33. "_shasum": "150d6b4cb522894369efed6a2101c20bc7f4a4f4",
  34. "_shrinkwrap": null,
  35. "_spec": "coffee-script@~1.3.3",
  36. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  37. "author": {
  38. "name": "Jeremy Ashkenas"
  39. },
  40. "bin": {
  41. "cake": "./bin/cake",
  42. "coffee": "./bin/coffee"
  43. },
  44. "bugs": {
  45. "name": "https://github.com/jashkenas/coffee-script/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Unfancy JavaScript",
  49. "devDependencies": {
  50. "jison": ">=0.2.0",
  51. "uglify-js": ">=1.0.0"
  52. },
  53. "directories": {
  54. "lib": "./lib/coffee-script"
  55. },
  56. "dist": {
  57. "shasum": "150d6b4cb522894369efed6a2101c20bc7f4a4f4",
  58. "tarball": "http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz"
  59. },
  60. "engines": {
  61. "node": ">=0.4.0"
  62. },
  63. "homepage": "http://coffeescript.org",
  64. "installable": true,
  65. "keywords": [
  66. "coffeescript",
  67. "compiler",
  68. "javascript",
  69. "language"
  70. ],
  71. "licenses": [
  72. {
  73. "type": "MIT",
  74. "url": "https://raw.github.com/jashkenas/coffee-script/master/LICENSE"
  75. }
  76. ],
  77. "main": "./lib/coffee-script/coffee-script",
  78. "maintainers": [
  79. {
  80. "name": "jashkenas",
  81. "email": "jashkenas@gmail.com"
  82. }
  83. ],
  84. "name": "coffee-script",
  85. "optionalDependencies": {},
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/jashkenas/coffee-script.git"
  89. },
  90. "version": "1.3.3"
  91. }