coronamap/node_modules/dotignore/package.json
2022-08-06 08:12:21 -07:00

73 lines
1.7 KiB
JSON

{
"_args": [
[
"dotignore@0.1.2",
"C:\\Users\\Jay\\Desktop\\Coronamap"
]
],
"_from": "dotignore@0.1.2",
"_id": "dotignore@0.1.2",
"_inBundle": false,
"_integrity": "sha512-UGGGWfSauusaVJC+8fgV+NVvBXkCTmVv7sk6nojDZZvuOUNGUy0Zk4UpHQD6EDjS0jpBwcACvH4eofvyzBcRDw==",
"_location": "/dotignore",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dotignore@0.1.2",
"name": "dotignore",
"escapedName": "dotignore",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"/tape"
],
"_resolved": "https://registry.npmjs.org/dotignore/-/dotignore-0.1.2.tgz",
"_spec": "0.1.2",
"_where": "C:\\Users\\Jay\\Desktop\\Coronamap",
"author": {
"name": "bradleymeck"
},
"bin": {
"ignored": "bin/ignored"
},
"bugs": {
"url": "https://github.com/bmeck/dotignore/issues"
},
"dependencies": {
"minimatch": "^3.0.4"
},
"description": "ignorefile/includefile matching .gitignore spec",
"devDependencies": {
"@ljharb/eslint-config": "^15.1.0",
"covert": "^1.1.1",
"eslint": "^6.8.0",
"safe-publish-latest": "^1.1.4",
"tape": "^4.12.1"
},
"homepage": "https://github.com/bmeck/dotignore#readme",
"keywords": [
"ignore",
"gitignore",
"npmignore",
"glob",
"pattern"
],
"license": "MIT",
"main": "index.js",
"name": "dotignore",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bmeck/dotignore.git"
},
"scripts": {
"coverage": "covert test/index.js",
"lint": "eslint bin/* .",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "node test && npm run coverage -- --quiet"
},
"version": "0.1.2"
}