work.suroh.tk/node_modules/detective-sass/package.json

65 lines
1.6 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "detective-sass@^3.0.0",
"_id": "detective-sass@3.0.1",
"_inBundle": false,
"_integrity": "sha512-oSbrBozRjJ+QFF4WJFbjPQKeakoaY1GiR380NPqwdbWYd5wfl5cLWv0l6LsJVqrgWfFN1bjFqSeo32Nxza8Lbw==",
"_location": "/detective-sass",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "detective-sass@^3.0.0",
"name": "detective-sass",
"escapedName": "detective-sass",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/precinct"
],
"_resolved": "https://registry.npmjs.org/detective-sass/-/detective-sass-3.0.1.tgz",
"_shasum": "496b819efd1f5c4dd3f0e19b43a8634bdd6927c4",
"_spec": "detective-sass@^3.0.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/precinct",
"author": {
"name": "Joel Kemp",
"email": "joel@mrjoelkemp.com"
},
"bugs": {
"url": "https://github.com/mrjoelkemp/node-detective-sass/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.1.1",
"gonzales-pe": "^4.2.3",
"node-source-walk": "^4.0.0"
},
"deprecated": false,
"description": "Find the dependencies of a sass file",
"devDependencies": {
"mocha": "^5.2.0"
},
"engines": {
"node": ">= 6.0"
},
"homepage": "https://github.com/mrjoelkemp/node-detective-sass",
"keywords": [
"detective",
"sass",
"ast",
"dependencies"
],
"license": "MIT",
"main": "index.js",
"name": "detective-sass",
"repository": {
"type": "git",
"url": "git+https://github.com/mrjoelkemp/node-detective-sass.git"
},
"scripts": {
"test": "mocha test/test.js"
},
"version": "3.0.1"
}