Created
October 17, 2017 14:07
-
-
Save JarvisPrestidge/71b3a97bf0696eb66298231d7a100524 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ name: 'truelayer-client', | |
description: 'The official TrueLayer API client library', | |
'dist-tags': { latest: '1.0.4' }, | |
versions: [ '1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4' ], | |
author: 'Jarvis Prestidge <[email protected]> & Raluca Lehadus <[email protected]>', | |
time: | |
{ '1.0.3': '2017-10-12T13:02:59.362Z', | |
'1.0.4': '2017-10-17T12:41:53.885Z', | |
created: '2017-10-17T12:41:53.885Z', | |
modified: '2017-10-17T12:41:53.885Z', | |
'1.0.0': '2017-07-24T17:39:46.240Z', | |
'1.0.1': '2017-07-24T17:52:31.334Z', | |
'1.0.2': '2017-07-25T17:40:03.390Z' }, | |
repository: 'https://github.com/TrueLayer/truelayer-client-javascript.git', | |
users: {}, | |
license: 'MIT', | |
version: '1.0.4', | |
main: 'dist/index.js', | |
dist: | |
{ tarball: 'https://truelayer.jfrog.io/truelayer/api/npm/npm/truelayer-client/-/truelayer-client-1.0.4.tgz', | |
shasum: 'd5c1ce5767f947f2cabc6dcb35b6f2f9085713c5' }, | |
dependencies: | |
{ 'jwt-decode': '^2.2.0', | |
moment: '^2.18.1', | |
request: '^2.81.0', | |
'request-promise': '^4.2.1' }, | |
devDependencies: | |
{ '@types/jwt-decode': '^1.4.28', | |
'@types/node': '^7.0.21', | |
'@types/request-promise': '^4.1.33', | |
'@types/sinon': '^2.2.2', | |
ava: '^0.19.1', | |
sinon: '^2.3.2', | |
tslint: '^5.3.2', | |
'tslint-eslint-rules': '^4.1.0', | |
typescript: '^2.3.3', | |
yarn: '^0.24.5' }, | |
scripts: | |
{ prepublishOnly: 'npm run build', | |
clean: 'rm -rf dist', | |
build: 'npm run clean && tsc -p .', | |
lint: 'tslint --fix --format verbose *.ts', | |
test: 'npm run build && ava --verbose dist/test/**/*spec.js', | |
retest: 'ava --verbose dist/test/**/*spec.js', | |
start: 'node dist/app.js' }, | |
types: 'dist/index.d.ts' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment