package.json
2.64 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_args": [
[
{
"escapedName": "gulp-less",
"name": "gulp-less",
"raw": "gulp-less",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "gulp-less@latest",
"_id": "gulp-less@3.3.0",
"_inCache": true,
"_location": "/gulp-less",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/gulp-less-3.3.0.tgz_1478883932833_0.4416041907388717"
},
"_npmUser": {
"email": "me@slacy.me",
"name": "stevelacy"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {},
"_requested": {
"escapedName": "gulp-less",
"name": "gulp-less",
"raw": "gulp-less",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/gulp-less/-/gulp-less-3.3.0.tgz",
"_shasum": "d085565da3c810307fde7c7874e86520dc503234",
"_shrinkwrap": null,
"_spec": "gulp-less",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "Chris Cowan"
},
"bugs": {
"url": "https://github.com/plus3network/gulp-less/issues"
},
"dependencies": {
"accord": "^0.26.3",
"gulp-util": "^3.0.7",
"less": "2.6.x || ^2.7.1",
"object-assign": "^4.0.1",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"description": "Less for Gulp",
"devDependencies": {
"jshint": "^2.4.1",
"mocha": "^3.0.2",
"should": "^11.1.0"
},
"directories": {},
"dist": {
"shasum": "d085565da3c810307fde7c7874e86520dc503234",
"tarball": "https://registry.npmjs.org/gulp-less/-/gulp-less-3.3.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "18d0880ec3d65d76d581b54a7040dd3e65b6c975",
"homepage": "https://github.com/plus3network/gulp-less#readme",
"keywords": [
"gulpplugin",
"gulp",
"less"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "chris@chriscowan.us",
"name": "ccowan"
},
{
"email": "contra@wearefractal.com",
"name": "contra"
},
{
"email": "contact@wearefractal.com",
"name": "fractal"
},
{
"email": "me@slacy.me",
"name": "stevelacy"
}
],
"name": "gulp-less",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/plus3network/gulp-less.git"
},
"scripts": {
"test": "jshint index.js && node_modules/.bin/mocha"
},
"version": "3.3.0"
}