209 lines
8.2 KiB
JSON
209 lines
8.2 KiB
JSON
{
|
|
"name": "TaigaIO",
|
|
"requires": true,
|
|
"lockfileVersion": 1,
|
|
"dependencies": {
|
|
"array-union": {
|
|
"version": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
|
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-uniq": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz"
|
|
}
|
|
},
|
|
"array-uniq": {
|
|
"version": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
|
|
"integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
|
|
"dev": true
|
|
},
|
|
"async": {
|
|
"version": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
|
|
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
|
|
"dev": true
|
|
},
|
|
"balanced-match": {
|
|
"version": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
|
|
"integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
|
|
"dev": true
|
|
},
|
|
"bluebird": {
|
|
"version": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
|
|
"integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
|
|
"dev": true
|
|
},
|
|
"brace-expansion": {
|
|
"version": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz",
|
|
"integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=",
|
|
"dev": true,
|
|
"requires": {
|
|
"balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
|
|
"concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
|
|
}
|
|
},
|
|
"concat-map": {
|
|
"version": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
|
|
"dev": true
|
|
},
|
|
"del": {
|
|
"version": "https://registry.npmjs.org/del/-/del-1.2.1.tgz",
|
|
"integrity": "sha1-rtblvNfLcyXfNPVjEl+iZbLBoBQ=",
|
|
"dev": true,
|
|
"requires": {
|
|
"each-async": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
|
|
"globby": "https://registry.npmjs.org/globby/-/globby-2.1.0.tgz",
|
|
"is-path-cwd": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
|
|
"is-path-in-cwd": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
|
|
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
|
|
"rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz"
|
|
}
|
|
},
|
|
"each-async": {
|
|
"version": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
|
|
"integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=",
|
|
"dev": true,
|
|
"requires": {
|
|
"onetime": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
|
|
"set-immediate-shim": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz"
|
|
}
|
|
},
|
|
"fs.realpath": {
|
|
"version": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
|
|
"dev": true
|
|
},
|
|
"glob": {
|
|
"version": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
|
|
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
|
|
"dev": true,
|
|
"requires": {
|
|
"inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
|
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
|
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
|
|
}
|
|
},
|
|
"globby": {
|
|
"version": "https://registry.npmjs.org/globby/-/globby-2.1.0.tgz",
|
|
"integrity": "sha1-npGSvNM/Srak+JTl5+qLcTITxII=",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-union": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
|
"async": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
|
|
"glob": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
|
|
"object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz"
|
|
}
|
|
},
|
|
"inflight": {
|
|
"version": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
|
|
"dev": true,
|
|
"requires": {
|
|
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
|
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
|
|
"dev": true
|
|
},
|
|
"is-path-cwd": {
|
|
"version": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
|
|
"integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
|
|
"dev": true
|
|
},
|
|
"is-path-in-cwd": {
|
|
"version": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
|
|
"integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
|
|
"dev": true,
|
|
"requires": {
|
|
"is-path-inside": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz"
|
|
}
|
|
},
|
|
"is-path-inside": {
|
|
"version": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz",
|
|
"integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=",
|
|
"dev": true,
|
|
"requires": {
|
|
"path-is-inside": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
|
"integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz"
|
|
}
|
|
},
|
|
"ncp": {
|
|
"version": "https://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz",
|
|
"integrity": "sha1-0VNn5cuHQyuhF9K/gP30Wuz7QkY=",
|
|
"dev": true
|
|
},
|
|
"object-assign": {
|
|
"version": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
|
|
"integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
|
|
"dev": true
|
|
},
|
|
"once": {
|
|
"version": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
|
"dev": true,
|
|
"requires": {
|
|
"wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
|
|
}
|
|
},
|
|
"onetime": {
|
|
"version": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
|
|
"integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
|
|
"dev": true
|
|
},
|
|
"path-is-absolute": {
|
|
"version": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
|
"dev": true
|
|
},
|
|
"path-is-inside": {
|
|
"version": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
|
|
"integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
|
|
"dev": true
|
|
},
|
|
"rimraf": {
|
|
"version": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz",
|
|
"integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=",
|
|
"dev": true,
|
|
"requires": {
|
|
"glob": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz"
|
|
},
|
|
"dependencies": {
|
|
"glob": {
|
|
"version": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
|
|
"integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=",
|
|
"dev": true,
|
|
"requires": {
|
|
"fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
"inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
|
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
|
"once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"set-immediate-shim": {
|
|
"version": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
|
|
"integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
|
|
"dev": true
|
|
},
|
|
"wrappy": {
|
|
"version": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|