package.json
2.23 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"_args": [
[
"coffee-script@~1.3.3",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "coffee-script@>=1.3.3 <1.4.0",
"_id": "coffee-script@1.3.3",
"_inCache": true,
"_installable": true,
"_location": "/coffee-script",
"_nodeVersion": "v0.6.16",
"_npmUser": {
"email": "jashkenas@gmail.com",
"name": "jashkenas"
},
"_npmVersion": "1.1.18",
"_phantomChildren": {},
"_requested": {
"name": "coffee-script",
"raw": "coffee-script@~1.3.3",
"rawSpec": "~1.3.3",
"scope": null,
"spec": ">=1.3.3 <1.4.0",
"type": "range"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz",
"_shasum": "150d6b4cb522894369efed6a2101c20bc7f4a4f4",
"_shrinkwrap": null,
"_spec": "coffee-script@~1.3.3",
"_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt",
"author": {
"name": "Jeremy Ashkenas"
},
"bin": {
"cake": "./bin/cake",
"coffee": "./bin/coffee"
},
"bugs": {
"url": "https://github.com/jashkenas/coffee-script/issues"
},
"dependencies": {},
"description": "Unfancy JavaScript",
"devDependencies": {
"jison": ">=0.2.0",
"uglify-js": ">=1.0.0"
},
"directories": {
"lib": "./lib/coffee-script"
},
"dist": {
"shasum": "150d6b4cb522894369efed6a2101c20bc7f4a4f4",
"tarball": "http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "http://coffeescript.org",
"keywords": [
"coffeescript",
"compiler",
"javascript",
"language"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/jashkenas/coffee-script/master/LICENSE"
}
],
"main": "./lib/coffee-script/coffee-script",
"maintainers": [
{
"name": "jashkenas",
"email": "jashkenas@gmail.com"
}
],
"name": "coffee-script",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jashkenas/coffee-script.git"
},
"scripts": {},
"version": "1.3.3"
}