cloudworker-proxy
Version:
An api gateway for cloudflare workers
96 lines (95 loc) • 2.72 kB
JSON
{
"_from": "simple-git@^2.20.1",
"_id": "simple-git@2.20.1",
"_inBundle": false,
"_integrity": "sha512-aa9s2ZLjXlHCVGbDXQLInMLvLkxKEclqMU9X5HMXi3tLWLxbWObz1UgtyZha6ocHarQtFp0OjQW9KHVR1g6wbA==",
"_location": "/simple-git",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "simple-git@^2.20.1",
"name": "simple-git",
"escapedName": "simple-git",
"rawSpec": "^2.20.1",
"saveSpec": null,
"fetchSpec": "^2.20.1"
},
"_requiredBy": [
"/@serverless/enterprise-plugin"
],
"_resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.20.1.tgz",
"_shasum": "bab3f4d083ed6e1655a7c62ab8e8920eecae86f6",
"_spec": "simple-git@^2.20.1",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless/node_modules/@serverless/enterprise-plugin",
"author": {
"name": "Steve King",
"email": "steve@mydev.co"
},
"bugs": {
"url": "https://github.com/steveukx/git-js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Steve King",
"email": "steve@mydev.co"
}
],
"dependencies": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.1.1"
},
"deprecated": false,
"description": "Simple GIT interface for node.js",
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@kwsites/jestify-node-unit": "^1.0.1",
"@kwsites/promise-result": "^1.1.0",
"@types/debug": "^4.1.5",
"@types/jest": "^25.2.3",
"@types/node": "^13.11.1",
"babel-jest": "^26.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.3.0",
"sinon": "^7.3.2",
"ts-node": "^8.10.2",
"typescript": "^3.8.3"
},
"files": [
"promise.js",
"promise.d.ts",
"src/**/*.d.ts",
"src/**/*.js",
"src/**/*.js.map",
"typings/"
],
"homepage": "https://github.com/steveukx/git-js#readme",
"keywords": [
"git",
"source control",
"vcs"
],
"license": "MIT",
"main": "./src/index.js",
"name": "simple-git",
"repository": {
"type": "git",
"url": "git://github.com/steveukx/git-js.git"
},
"scripts": {
"build": "tsc --build",
"build:clean": "yarn clean && yarn build",
"clean": "git clean -fxd -e .idea -e node_modules",
"postversion": "npm publish && git push && git push --tags",
"pretest": "yarn build",
"preversion": "yarn test",
"test": "tsc -p test/consumer/tsconfig-standard.json && tsc -p test/consumer/tsconfig-promise.json && jest --coverage",
"tsc": "tsc"
},
"types": "./typings/index.d.ts",
"version": "2.20.1"
}