doipjs/node_modules/license-check-and-add/package.json
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00

113 lines
2.9 KiB
JSON

{
"_from": "license-check-and-add@^3.0.4",
"_id": "license-check-and-add@3.0.4",
"_inBundle": false,
"_integrity": "sha512-j3dotPJECxJRdvfkXxxDJqlKoRyKoR0G1woG1TiuqHAHG2/EjByRQZNcaDZ0GCY6/zBhrkoPC/gZHz0vsQtAsQ==",
"_location": "/license-check-and-add",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "license-check-and-add@^3.0.4",
"name": "license-check-and-add",
"escapedName": "license-check-and-add",
"rawSpec": "^3.0.4",
"saveSpec": null,
"fetchSpec": "^3.0.4"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/license-check-and-add/-/license-check-and-add-3.0.4.tgz",
"_shasum": "dcbcea5402e969d170ef3286ddbb668b37447135",
"_spec": "license-check-and-add@^3.0.4",
"_where": "/home/yarmo/dev/keyoxide/doipjs",
"author": {
"name": "awjh"
},
"bin": {
"license-check-and-add": "dist/src/cli.js"
},
"bugs": {
"url": "https://github.com/awjh/license-check-and-add/issues"
},
"bundleDependencies": false,
"dependencies": {
"fs-extra": "^8.1.0",
"gitignore-to-glob": "^0.3.0",
"globby": "^10.0.1",
"ignore": "^5.1.2",
"yargs": "^13.3.0"
},
"deprecated": false,
"description": "A tool to enable the checking, inserting and removal of licenses",
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/mocha": "^5.2.7",
"@types/mockery": "^1.4.29",
"@types/node": "^12.6.8",
"@types/sinon": "^7.0.13",
"@types/sinon-chai": "^3.2.2",
"@types/yargs": "^13.0.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"mockery": "^2.1.0",
"nyc": "^14.1.1",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"homepage": "https://github.com/awjh/license-check-and-add#readme",
"keywords": [
"license",
"check",
"header",
"add",
"insert",
"remove"
],
"license": "Apache-2.0",
"name": "license-check-and-add",
"nyc": {
"require": [
"ts-node/register"
],
"extension": [
".ts"
],
"exclude": [
"coverage/**",
"dist/**",
"**/*.spec.ts",
"test/**"
],
"reporter": [
"text-summary",
"html"
],
"all": true,
"check-coverage": true,
"statements": 100,
"branches": 100,
"functions": 100,
"lines": 100
},
"repository": {
"type": "git",
"url": "git+https://github.com/awjh/license-check-and-add.git"
},
"scripts": {
"build": "tsc",
"build:watch": "npm run build -- -w",
"integration": "mocha -r ts-node/register 'test/*.spec.ts'",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"preintegration": "npm run build",
"prepare": "npm run build",
"test": "npm run lint && npm run unit && npm run integration",
"unit": "nyc mocha -r ts-node/register 'src/**/*.spec.ts'"
},
"version": "3.0.4"
}