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

71 lines
1.7 KiB
JSON
Raw Normal View History

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