mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"github:patbenatar/gitignore-to-glob",
|
|
"/home/nick/Projects/vscode-advanced-new-file"
|
|
]
|
|
],
|
|
"_from": "github:patbenatar/gitignore-to-glob",
|
|
"_id": "gitignore-to-glob@github:patbenatar/gitignore-to-glob#bf67929c5b51d3adc812afa3fa80abd526fec9bf",
|
|
"_inBundle": false,
|
|
"_integrity": "",
|
|
"_location": "/gitignore-to-glob",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "git",
|
|
"raw": "github:patbenatar/gitignore-to-glob",
|
|
"rawSpec": "github:patbenatar/gitignore-to-glob",
|
|
"saveSpec": "github:patbenatar/gitignore-to-glob",
|
|
"fetchSpec": null,
|
|
"gitCommittish": null
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "github:patbenatar/gitignore-to-glob#bf67929c5b51d3adc812afa3fa80abd526fec9bf",
|
|
"_spec": "github:patbenatar/gitignore-to-glob",
|
|
"_where": "/home/nick/Projects/vscode-advanced-new-file",
|
|
"author": {
|
|
"name": "Michał Gołębiowski",
|
|
"email": "m.goleb@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/EE/gitignore-to-glob/issues"
|
|
},
|
|
"description": "Transforms .gitignore patterns to ones compatible with the glob package (used by Grunt & others)",
|
|
"devDependencies": {
|
|
"eslint-config-mgol": "0.0.34",
|
|
"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.1-pre"
|
|
}
|