tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

68 lines
1.6 KiB
JSON

{
"_args": [
[
"detective-sass@3.0.1",
"/Users/tatiana/selfdefined"
]
],
"_from": "detective-sass@3.0.1",
"_id": "detective-sass@3.0.1",
"_inBundle": false,
"_integrity": "sha512-oSbrBozRjJ+QFF4WJFbjPQKeakoaY1GiR380NPqwdbWYd5wfl5cLWv0l6LsJVqrgWfFN1bjFqSeo32Nxza8Lbw==",
"_location": "/detective-sass",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "detective-sass@3.0.1",
"name": "detective-sass",
"escapedName": "detective-sass",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/precinct"
],
"_resolved": "https://registry.npmjs.org/detective-sass/-/detective-sass-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "/Users/tatiana/selfdefined",
"author": {
"name": "Joel Kemp",
"email": "joel@mrjoelkemp.com"
},
"bugs": {
"url": "https://github.com/mrjoelkemp/node-detective-sass/issues"
},
"dependencies": {
"debug": "^4.1.1",
"gonzales-pe": "^4.2.3",
"node-source-walk": "^4.0.0"
},
"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"
}