File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/git-parse/package.json
{
"_args": [
[
"git-parse@1.0.4",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "git-parse@1.0.4",
"_id": "git-parse@1.0.4",
"_inBundle": false,
"_integrity": "sha512-NSC71SqG6jN0XYPbib8t/mgguVLddw+xvkkLv2EsCFvHfsZjO+ZqMcGoGHHMqfhZllCDDAkOwZESkZEmICj9ZA==",
"_location": "/git-parse",
"_phantomChildren": {
"define-properties": "1.1.3",
"es-to-primitive": "1.2.1",
"function-bind": "1.1.1",
"has": "1.0.3",
"has-symbols": "1.0.1",
"object-inspect": "1.7.0",
"object-keys": "1.1.1",
"object.assign": "4.1.0",
"string.prototype.trimend": "1.0.1",
"string.prototype.trimstart": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "git-parse@1.0.4",
"name": "git-parse",
"escapedName": "git-parse",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/apollo"
],
"_resolved": "https://registry.npmjs.org/git-parse/-/git-parse-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": "",
"bugs": {
"url": "https://github.com/wayfair/git-parse/issues"
},
"contributors": [
{
"name": "Suzi Curran",
"email": "sucurran@wayfair.com"
},
{
"name": "Morgan Packard",
"email": "mpackard@wayfair.com"
},
{
"name": "Ezra Skolnik",
"email": "eskolnik@wayfair.com"
},
{
"name": "Sandy Suh",
"email": "asuh@wayfair.com"
}
],
"dependencies": {
"byline": "5.0.0",
"util.promisify": "1.0.1"
},
"description": "Turn a git repository into a javascript object.",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-flow": "^7.8.3",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.1",
"flow-bin": "0.120.1",
"flow-copy-source": "2.0.9",
"inquirer": "7.1.0",
"jest": "25.1.0",
"lerna": "3.20.2",
"lodash": "4.17.15",
"minimist": "1.2.5",
"nock": "12.0.3",
"prettier": "1.19.1"
},
"files": [
"dist"
],
"homepage": "https://github.com/wayfair/git-parse#readme",
"keywords": [
"git"
],
"license": "BSD-2-Clause",
"main": "dist",
"name": "git-parse",
"repository": {
"type": "git",
"url": "git+https://github.com/wayfair/git-parse.git"
},
"scripts": {
"build": "node ./scripts/compile-src",
"test": "jest"
},
"version": "1.0.4"
}