work.suroh.tk/node_modules/precinct/package.json

86 lines
2.1 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "precinct@^6.2.0",
"_id": "precinct@6.2.0",
"_inBundle": false,
"_integrity": "sha512-BCAmnOxZzobF3H1/h/gq70pEyvX/BVLWCrzi8beFD22dqu5Z14qOghNUsI24Wg8oaTsGFcIjOGtFX5L9ttmjVg==",
"_location": "/precinct",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "precinct@^6.2.0",
"name": "precinct",
"escapedName": "precinct",
"rawSpec": "^6.2.0",
"saveSpec": null,
"fetchSpec": "^6.2.0"
},
"_requiredBy": [
"/dependency-tree"
],
"_resolved": "https://registry.npmjs.org/precinct/-/precinct-6.2.0.tgz",
"_shasum": "1755c369316d58ffeed2332a31442d5498f3cc33",
"_spec": "precinct@^6.2.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/dependency-tree",
"author": {
"name": "Joel Kemp",
"email": "joel@mrjoelkemp.com"
},
"bin": {
"precinct": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/mrjoelkemp/node-precinct/issues"
},
"bundleDependencies": false,
"dependencies": {
"commander": "^2.19.0",
"debug": "^4.1.1",
"detective-amd": "^3.0.0",
"detective-cjs": "^3.1.1",
"detective-es6": "^2.0.0",
"detective-less": "^1.0.2",
"detective-postcss": "^3.0.0",
"detective-sass": "^3.0.0",
"detective-scss": "^2.0.0",
"detective-stylus": "^1.0.0",
"detective-typescript": "^5.1.1",
"module-definition": "^3.3.0",
"node-source-walk": "^4.2.0"
},
"deprecated": false,
"description": "Unleash the detectives",
"devDependencies": {
"jscs": "~3.0.7",
"jscs-preset-mrjoelkemp": "~2.0.0",
"mocha": "^5.2.0",
"rewire": "^4.0.1",
"sinon": "^6.2.0"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/mrjoelkemp/node-precinct",
"keywords": [
"modules",
"amd",
"commonjs",
"es6",
"sass",
"less",
"detective",
"dependencies"
],
"license": "MIT",
"main": "index.js",
"name": "precinct",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mrjoelkemp/node-precinct.git"
},
"scripts": {
"test": "jscs index.js test/index.js && mocha test/index.js"
},
"version": "6.2.0"
}