2009-12-24 17:41:35 -05:00
|
|
|
{
|
2017-02-12 20:00:05 -05:00
|
|
|
"name": "coffeescript",
|
2014-01-27 20:56:29 -05:00
|
|
|
"description": "Unfancy JavaScript",
|
|
|
|
"keywords": [
|
|
|
|
"javascript",
|
|
|
|
"language",
|
|
|
|
"coffeescript",
|
|
|
|
"compiler"
|
|
|
|
],
|
|
|
|
"author": "Jeremy Ashkenas",
|
2021-10-04 23:43:05 -04:00
|
|
|
"version": "2.6.1",
|
2014-01-27 20:56:29 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
2017-09-01 15:19:15 -04:00
|
|
|
"node": ">=6"
|
2011-02-17 21:21:31 -05:00
|
|
|
},
|
2014-01-27 20:56:29 -05:00
|
|
|
"directories": {
|
2017-02-12 20:00:05 -05:00
|
|
|
"lib": "./lib/coffeescript"
|
2011-02-17 21:21:31 -05:00
|
|
|
},
|
2017-05-14 00:18:05 -04:00
|
|
|
"main": "./lib/coffeescript/index",
|
2019-04-07 19:09:44 -04:00
|
|
|
"module": "./lib/coffeescript-browser-compiler-modern/coffeescript.js",
|
|
|
|
"browser": "./lib/coffeescript-browser-compiler-legacy/coffeescript.js",
|
2014-01-27 20:56:29 -05:00
|
|
|
"bin": {
|
|
|
|
"coffee": "./bin/coffee",
|
|
|
|
"cake": "./bin/cake"
|
2011-02-17 21:21:31 -05:00
|
|
|
},
|
2016-09-24 08:26:46 -04:00
|
|
|
"files": [
|
|
|
|
"bin",
|
|
|
|
"lib",
|
|
|
|
"register.js",
|
|
|
|
"repl.js"
|
|
|
|
],
|
2012-07-08 22:55:43 -04:00
|
|
|
"scripts": {
|
2016-11-29 02:10:17 -05:00
|
|
|
"test": "node ./bin/cake test",
|
2013-11-29 23:59:22 -05:00
|
|
|
"test-harmony": "node --harmony ./bin/cake test"
|
2012-07-08 22:55:43 -04:00
|
|
|
},
|
2018-05-22 01:14:34 -04:00
|
|
|
"homepage": "https://coffeescript.org",
|
2014-05-08 15:07:42 -04:00
|
|
|
"bugs": "https://github.com/jashkenas/coffeescript/issues",
|
2014-01-27 20:56:29 -05:00
|
|
|
"repository": {
|
2011-02-17 21:21:31 -05:00
|
|
|
"type": "git",
|
2014-05-08 15:07:42 -04:00
|
|
|
"url": "git://github.com/jashkenas/coffeescript.git"
|
2011-08-04 23:55:48 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-19 17:15:00 -04:00
|
|
|
"@babel/core": "~7.15.5",
|
|
|
|
"@babel/preset-env": "~7.15.6",
|
2020-05-26 00:03:49 -04:00
|
|
|
"babel-preset-minify": "~0.5.1",
|
2021-09-19 17:15:00 -04:00
|
|
|
"codemirror": "~5.62.3",
|
|
|
|
"docco": "~0.8.1",
|
|
|
|
"highlight.js": "~11.2.0",
|
2020-05-26 00:03:49 -04:00
|
|
|
"jison": "~0.4.18",
|
2021-09-19 17:15:00 -04:00
|
|
|
"markdown-it": "~12.2.0",
|
|
|
|
"puppeteer": "~10.2.0",
|
|
|
|
"underscore": "~1.13.1",
|
|
|
|
"webpack": "~5.53.0"
|
|
|
|
}
|
2009-12-24 17:41:35 -05:00
|
|
|
}
|