Version 1
[yaffs-website] / node_modules / coffee-script / package.json
1 {
2   "_args": [
3     [
4       "coffee-script@~1.10.0",
5       "/var/www/yaffs/node_modules/grunt"
6     ]
7   ],
8   "_from": "coffee-script@>=1.10.0 <1.11.0",
9   "_id": "coffee-script@1.10.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/coffee-script",
13   "_npmUser": {
14     "email": "jashkenas@gmail.com",
15     "name": "jashkenas"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "coffee-script",
21     "raw": "coffee-script@~1.10.0",
22     "rawSpec": "~1.10.0",
23     "scope": null,
24     "spec": ">=1.10.0 <1.11.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/grunt"
29   ],
30   "_resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz",
31   "_shasum": "12938bcf9be1948fa006f92e0c4c9e81705108c0",
32   "_shrinkwrap": null,
33   "_spec": "coffee-script@~1.10.0",
34   "_where": "/var/www/yaffs/node_modules/grunt",
35   "author": {
36     "name": "Jeremy Ashkenas"
37   },
38   "bin": {
39     "cake": "./bin/cake",
40     "coffee": "./bin/coffee"
41   },
42   "bugs": {
43     "url": "https://github.com/jashkenas/coffeescript/issues"
44   },
45   "dependencies": {},
46   "description": "Unfancy JavaScript",
47   "devDependencies": {
48     "docco": "~0.7.0",
49     "highlight.js": "~8.0.0",
50     "jison": ">=0.2.0",
51     "uglify-js": "~2.2",
52     "underscore": "~1.5.2"
53   },
54   "directories": {
55     "lib": "./lib/coffee-script"
56   },
57   "dist": {
58     "shasum": "12938bcf9be1948fa006f92e0c4c9e81705108c0",
59     "tarball": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz"
60   },
61   "engines": {
62     "node": ">=0.8.0"
63   },
64   "gitHead": "f26d33d418dcdcfcc6ad3ab774d9cabbf7af659c",
65   "homepage": "http://coffeescript.org",
66   "keywords": [
67     "coffeescript",
68     "compiler",
69     "javascript",
70     "language"
71   ],
72   "license": "MIT",
73   "main": "./lib/coffee-script/coffee-script",
74   "maintainers": [
75     {
76       "name": "jashkenas",
77       "email": "jashkenas@gmail.com"
78     },
79     {
80       "name": "michaelficarra",
81       "email": "npm@michael.ficarra.me"
82     }
83   ],
84   "name": "coffee-script",
85   "optionalDependencies": {},
86   "preferGlobal": true,
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git://github.com/jashkenas/coffeescript.git"
91   },
92   "scripts": {
93     "test": "node ./bin/cake test",
94     "test-harmony": "node --harmony ./bin/cake test"
95   },
96   "version": "1.10.0"
97 }