test/node_modules/sass-graph/package.json

113 lines
2.6 KiB
JSON
Raw Normal View History

2018-12-13 14:35:46 +01:00
{
"_args": [
[
{
"name": "sass-graph",
"raw": "sass-graph@^2.2.4",
"rawSpec": "^2.2.4",
"scope": null,
"spec": ">=2.2.4 <3.0.0",
"type": "range"
},
"/home/dorian/Documents/gitlab/test/node_modules/node-sass"
]
],
"_from": "sass-graph@>=2.2.4 <3.0.0",
"_id": "sass-graph@2.2.4",
"_inCache": true,
"_installable": true,
"_location": "/sass-graph",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/sass-graph-2.2.4.tgz_1495012724834_0.36490066698752344"
},
"_npmUser": {
"email": "xzyfer@gmail.com",
"name": "xzyfer"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"name": "sass-graph",
"raw": "sass-graph@^2.2.4",
"rawSpec": "^2.2.4",
"scope": null,
"spec": ">=2.2.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/node-sass"
],
"_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
"_shasum": "13fbd63cd1caf0908b9fd93476ad43a51d1e0b49",
"_shrinkwrap": null,
"_spec": "sass-graph@^2.2.4",
"_where": "/home/dorian/Documents/gitlab/test/node_modules/node-sass",
"author": {
"name": "xzyfer"
},
"bin": {
"sassgraph": "bin/sassgraph"
},
"bugs": {
"url": "https://github.com/xzyfer/sass-graph/issues"
},
"dependencies": {
"glob": "^7.0.0",
"lodash": "^4.0.0",
"scss-tokenizer": "^0.2.3",
"yargs": "^7.0.0"
},
"description": "Parse sass files and extract a graph of imports",
"devDependencies": {
"assert": "^1.3.0",
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"mocha": "^3.2.0",
"nyc": "^10.2.0"
},
"directories": {
"bin": "./bin"
},
"dist": {
"shasum": "13fbd63cd1caf0908b9fd93476ad43a51d1e0b49",
"tarball": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz"
},
"files": [
"bin",
"parse-imports.js",
"sass-graph.js"
],
"gitHead": "f6aa19580600d9245516e20d588339824dacdb95",
"homepage": "https://github.com/xzyfer/sass-graph#readme",
"keywords": [
"sass",
"graph"
],
"license": "MIT",
"main": "sass-graph.js",
"maintainers": [
{
"email": "lachlan@ljd.cc",
"name": "lox"
},
{
"email": "xzyfer@gmail.com",
"name": "xzyfer"
}
],
"name": "sass-graph",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/xzyfer/sass-graph.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc mocha"
},
"version": "2.2.4"
}