{"name":"gitlab","version":"4.5.1","description":"Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.","main":"dist/latest/index.js","engines":{"node":">=8.9.0"},"scripts":{"prepush":"npm run lint","commit":"npx git-cz","build:clean":"rimraf -rf dist && mkdirp dist","build:es6":"tsc -p tsconfig.dist.json","build:es5":"tsc -p tsconfig-es5.dist.json","build":"npm run build:clean && npm run build:es6 && npm run build:es5","lint":"tslint 'src/**/*.{ts,tsx}' --format stylish --project tsconfig.json","test:bundles":"jest test/tests/bundles","test:infrastructure":"jest test/tests/infrastructure","test:services":"jest test/tests/services","test":"jest --debug --runInBand && codecov","test-with-token":"PERSONAL_ACCESS_TOKEN=$(docker exec -it gitlab bash -lc 'printf \"%q\" \"${PERSONAL_ACCESS_TOKEN}\"') GITLAB_URL=$(docker exec -it gitlab bash -lc 'printf \"%q\" \"${GITLAB_URL}\"') npm run test","prepublishOnly":"npm run build","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/jdalrymple/node-gitlab.git"},"keywords":["gitlab","api","es6","es5","request"],"bugs":{"url":"https://github.com/jdalrymple/node-gitlab/issues"},"author":{"name":"Justin Dalrymple","email":"justin.s.dalrymple@gmail.com"},"license":"MIT","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"@semantic-release/changelog":"^3.0.2","@semantic-release/git":"^7.0.8","@semantic-release/npm":"^5.1.4","@types/humps":"^1.1.2","@types/jest":"^24.0.11","@types/parse-link-header":"^1.0.0","@types/qs":"^6.5.2","@types/request-promise":"^4.1.42","@types/url-join":"^4.0.0","@types/util.promisify":"^1.0.0","codecov":"^3.2.0","cz-conventional-changelog":"^2.1.0","husky":"^1.3.1","jest":"^24.5.0","jest-extended":"^0.11.1","jest-tap-reporter":"^1.9.0","semantic-release":"^15.13.3","ts-jest":"^24.0.0","tslint":"^5.14.0","tslint-config-airbnb":"^5.11.1","typescript":"^3.3.4000"},"dependencies":{"humps":"^2.0.1","parse-link-header":"^1.0.1","qs":"^6.6.0","request":"^2.88.0","request-promise":"^4.2.4","request-promise-core":"^1.1.2","url-join":"^4.0.0","xhr":"^2.5.0"},"gitHead":"3dce2528d94b259fa717933b57d2cf40d5619263","homepage":"https://github.com/jdalrymple/node-gitlab#readme","_id":"gitlab@4.5.1","_npmVersion":"6.5.0","_nodeVersion":"10.0.0","_npmUser":{"name":"jdalrymple","email":"justin.s.dalrymple@gmail.com"},"dist":{"shasum":"aea9a51d5532dd7a3aeb7579f8f1e2afae4aa7b1","size":80422,"noattachment":false,"key":"/gitlab/-/gitlab-4.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gitlab/download/gitlab-4.5.1.tgz"},"maintainers":[{"name":"dave-irvine","email":""},{"name":"jdalrymple","email":""},{"name":"m42am","email":"m@42.am"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gitlab_4.5.1_1553221024083_0.5286080198761758"},"_hasShrinkwrap":false,"publish_time":1553221024197,"deprecated":"This package has found a new home in the @gitbeaker organization. For the latest GitLab API library for node, browser, and deno usage, check out @gitbeaker/rest. A full list of the features can be found here: https://github.com/jdalrymple/gitbeaker#readme","_cnpm_publish_time":1553221024197,"_cnpmcore_publish_time":"2021-12-16T10:15:32.489Z","dist-tags":{"beta":"12.1.2","latest":"14.2.2"}}