71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
|
{
|
||
|
"_from": "dotignore@^0.1.2",
|
||
|
"_id": "dotignore@0.1.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-UGGGWfSauusaVJC+8fgV+NVvBXkCTmVv7sk6nojDZZvuOUNGUy0Zk4UpHQD6EDjS0jpBwcACvH4eofvyzBcRDw==",
|
||
|
"_location": "/dotignore",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"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",
|
||
|
"_shasum": "f942f2200d28c3a76fbdd6f0ee9f3257c8a2e905",
|
||
|
"_spec": "dotignore@^0.1.2",
|
||
|
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests/node_modules/tape",
|
||
|
"author": {
|
||
|
"name": "bradleymeck"
|
||
|
},
|
||
|
"bin": {
|
||
|
"ignored": "bin/ignored"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/bmeck/dotignore/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"minimatch": "^3.0.4"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"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"
|
||
|
}
|