mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
|
{
|
||
|
"_from": "gitignore-to-glob@^0.3.0",
|
||
|
"_id": "gitignore-to-glob@0.3.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-WfMqs9m2bOUCmcPtJMsO9CoJTOs=",
|
||
|
"_location": "/gitignore-to-glob",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "gitignore-to-glob@^0.3.0",
|
||
|
"name": "gitignore-to-glob",
|
||
|
"escapedName": "gitignore-to-glob",
|
||
|
"rawSpec": "^0.3.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.3.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/license-check-and-add"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/gitignore-to-glob/-/gitignore-to-glob-0.3.0.tgz",
|
||
|
"_shasum": "59f32ab3d9b66ce50299c3ed24cb0ef42a094ceb",
|
||
|
"_spec": "gitignore-to-glob@^0.3.0",
|
||
|
"_where": "/home/yarmo/dev/keyoxide/doipjs/node_modules/license-check-and-add",
|
||
|
"author": {
|
||
|
"name": "Michał Gołębiowski",
|
||
|
"email": "m.goleb@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/EE/gitignore-to-glob/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Transforms .gitignore patterns to ones compatible with the glob package (used by Grunt & others)",
|
||
|
"devDependencies": {
|
||
|
"eslint-config-mgol": "0.0.33",
|
||
|
"grunt": "1.0.1",
|
||
|
"grunt-cli": "1.2.0",
|
||
|
"grunt-contrib-clean": "1.0.0",
|
||
|
"grunt-eslint": "19.0.0",
|
||
|
"grunt-mocha-test": "0.13.2",
|
||
|
"load-grunt-tasks": "3.5.2",
|
||
|
"mocha": "3.1.2",
|
||
|
"time-grunt": "1.4.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4.4 <5 || >=6.9"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/EE/gitignore-to-glob",
|
||
|
"keywords": [
|
||
|
"gitignore",
|
||
|
"glob"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/gitignore-to-glob.js",
|
||
|
"name": "gitignore-to-glob",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/EE/gitignore-to-glob.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "grunt"
|
||
|
},
|
||
|
"version": "0.3.0"
|
||
|
}
|