package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "coffeescript@~1.10.0",
  3. "_id": "coffeescript@1.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=",
  6. "_location": "/coffeescript",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "coffeescript@~1.10.0",
  12. "name": "coffeescript",
  13. "escapedName": "coffeescript",
  14. "rawSpec": "~1.10.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.10.0"
  17. },
  18. "_requiredBy": [
  19. "/grunt"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/coffeescript/download/coffeescript-1.10.0.tgz",
  22. "_shasum": "e7aa8301917ef621b35d8a39f348dcdd1db7e33e",
  23. "_spec": "coffeescript@~1.10.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt",
  25. "author": {
  26. "name": "Jeremy Ashkenas"
  27. },
  28. "bin": {
  29. "coffee": "./bin/coffee",
  30. "cake": "./bin/cake"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jashkenas/coffeescript/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Unfancy JavaScript",
  38. "devDependencies": {
  39. "docco": "~0.7.0",
  40. "highlight.js": "~8.0.0",
  41. "jison": ">=0.2.0",
  42. "uglify-js": "~2.2",
  43. "underscore": "~1.5.2"
  44. },
  45. "directories": {
  46. "lib": "./lib/coffee-script"
  47. },
  48. "engines": {
  49. "node": ">=0.8.0"
  50. },
  51. "homepage": "http://coffeescript.org",
  52. "keywords": [
  53. "javascript",
  54. "language",
  55. "coffeescript",
  56. "compiler"
  57. ],
  58. "license": "MIT",
  59. "main": "./lib/coffee-script/coffee-script",
  60. "name": "coffeescript",
  61. "preferGlobal": true,
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/jashkenas/coffeescript.git"
  65. },
  66. "scripts": {
  67. "test": "node ./bin/cake test",
  68. "test-harmony": "node --harmony ./bin/cake test"
  69. },
  70. "version": "1.10.0"
  71. }