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