package.json
3.88 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"_args": [
[
{
"raw": "accord@^0.26.3",
"scope": null,
"escapedName": "accord",
"name": "accord",
"rawSpec": "^0.26.3",
"spec": ">=0.26.3 <0.27.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/gulp-less"
]
],
"_from": "accord@>=0.26.3 <0.27.0",
"_id": "accord@0.26.4",
"_inCache": true,
"_location": "/accord",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/accord-0.26.4.tgz_1481735761026_0.1164698894135654"
},
"_npmUser": {
"name": "jescalan",
"email": "npm.je@mailhero.io"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
"raw": "accord@^0.26.3",
"scope": null,
"escapedName": "accord",
"name": "accord",
"rawSpec": "^0.26.3",
"spec": ">=0.26.3 <0.27.0",
"type": "range"
},
"_requiredBy": [
"/gulp-less"
],
"_resolved": "https://registry.npmjs.org/accord/-/accord-0.26.4.tgz",
"_shasum": "fc4c8d3ebab406a07cb28819b859651c44a92e80",
"_shrinkwrap": null,
"_spec": "accord@^0.26.3",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/gulp-less",
"author": {
"name": "Jeff Escalante"
},
"bugs": {
"url": "https://github.com/jescalan/accord"
},
"dependencies": {
"convert-source-map": "^1.2.0",
"glob": "^7.0.5",
"indx": "^0.2.3",
"lodash.clone": "^4.3.2",
"lodash.defaults": "^4.0.1",
"lodash.flatten": "^4.2.0",
"lodash.merge": "^4.4.0",
"lodash.partialright": "^4.1.4",
"lodash.pick": "^4.2.1",
"lodash.uniq": "^4.3.0",
"resolve": "^1.1.7",
"semver": "^5.3.0",
"uglify-js": "^2.7.0",
"when": "^3.7.7"
},
"description": "A unified interface for compiled languages and templates in JavaScript",
"devDependencies": {
"LiveScript": "^1.3.1",
"acorn": "^4.0.0",
"babel": "^6.5.2",
"babel-core": "^6.18.1",
"babel-preset-es2015": "^6.18.0",
"buble": "^0.14.2",
"chai": "^3.5.0",
"clean-css": "^3.4.21",
"coco": "^0.9.1",
"coffee-coverage": "^1.0.1",
"coffee-react-transform": "^5.0.0",
"coffee-script": "^1.11.0",
"coveralls": "^2.11.15",
"css-parse": "^2.0.0",
"csso": "^2.2.0",
"dogescript": "^2.3.0",
"dot": "^1.1.1",
"eco": "^1.0.3",
"ejs": "^2.4.2",
"hamljs": "^0.6.2",
"handlebars": "^4.0.6",
"he": "^1.1.0",
"hogan.js": "^3.0.2",
"html-minifier": "^3.2.2",
"istanbul": "^0.4.4",
"jade": "^1.11.0",
"less": "^2.7.1",
"marc": "^0.1.0",
"marked": "^0.3.5",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"myth": "^1.5.0",
"node-sass": "^4.0.0",
"parse5": "^3.0.0",
"polytest": "0.0.1",
"postcss": "^5.2.5",
"postcss-simple-vars": "^3.0.0",
"react-tools": "^0.13.3",
"stylus": "^0.54.5",
"swig": "^1.4.2",
"toffee": "^0.1.12",
"typescript-compiler": "^1.4.1"
},
"directories": {},
"dist": {
"shasum": "fc4c8d3ebab406a07cb28819b859651c44a92e80",
"tarball": "https://registry.npmjs.org/accord/-/accord-0.26.4.tgz"
},
"gitHead": "ecc580bd42554615fc3a48e2bad6d6b355a7780b",
"homepage": "https://github.com/jescalan/accord",
"keywords": [
"compile"
],
"license": "MIT",
"main": "lib",
"maintainers": [
{
"name": "jescalan",
"email": "npm.je@mailhero.io"
}
],
"name": "accord",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jenius/accord.git"
},
"scripts": {
"coverage": "mocha && ./node_modules/.bin/istanbul report && open coverage/lcov-report/index.html",
"coveralls": "istanbul report && cat ./coverage/lcov.info | coveralls",
"legacy": "coffee test/legacy.coffee",
"test": "mocha test/test.coffee"
},
"version": "0.26.4"
}