-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1bdaec5
commit 7f39c4a
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8112,7 +8112,7 @@ | |
}, | ||
{ | ||
"kind": "packageJSON", | ||
"content": "{\n \"name\": \"hyperwallet-sdk\",\n \"version\": \"2.1.1\",\n \"description\": \"A library to manage users, transfer methods and payments through the Hyperwallet API\",\n \"main\": \"lib/index.js\",\n \"dependencies\": {\n \"form-data\": \"^3.0.0\",\n \"node-jose\": \"^2.2.0\",\n \"object-assign\": \"^4.1.0\",\n \"superagent\": \"^4.0.0\",\n \"uuid\": \"^8.3.1\"\n },\n \"scripts\": {\n \"lint\": \"eslint ./src && eslint ./test && eslint ./examples\",\n \"prod\": \"babel src -d lib\",\n \"docs\": \"esdoc -c ./.esdoc.json\",\n \"deploy-docs\": \"npm run docs && gh-pages -d docs\",\n \"test\": \"npm run lint && npm run test-unit\",\n \"test-unit\": \"nyc --reporter lcov mocha --require babel-core/register test/**/*.js test/*.js\",\n \"test-coverage\": \"nyc npm run test\",\n \"coveralls\": \"npm run test-coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js\",\n \"prepublish-prod\": \"npm test && npm run prod\",\n \"publish-please\": \"publish-please\",\n \"prepublish\": \"publish-please guard\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/hyperwallet/node-sdk.git\"\n },\n \"keywords\": [\n \"hyperwallet\",\n \"sdk\",\n \"rest\",\n \"bankaccount\",\n \"payout\",\n \"creditcard\",\n \"ach\"\n ],\n \"author\": \"Florian Krauthan <[email protected]>\",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/hyperwallet/node-sdk/issues\"\n },\n \"homepage\": \"http://hyperwallet.github.io/node-sdk\",\n \"devDependencies\": {\n \"babel-eslint\": \"^8.2.6\",\n \"babel-preset-es2015\": \"^6.9.0\",\n \"babel-preset-stage-0\": \"^6.5.0\",\n \"babel-register\": \"^6.9.0\",\n \"chai\": \"^3.5.0\",\n \"coveralls\": \"^3.0.2\",\n \"dirty-chai\": \"^1.2.2\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^4.19.1\",\n \"eslint-config-airbnb-base\": \"^13.2.0\",\n \"eslint-plugin-import\": \"^2.17.2\",\n \"gh-pages\": \"^6.1.1\",\n \"mocha\": \"^5.2.0\",\n \"nock\": \"^10.0.4\",\n \"nyc\": \"^15.0.0\",\n \"publish-please\": \"^5.4.3\",\n \"sinon\": \"^1.17.4\",\n \"sinon-chai\": \"^2.8.0\"\n },\n \"engines\": {\n \"node\": \">=0.12\",\n \"iojs\": \">=1.0\"\n }\n}\n", | ||
"content": "{\n \"name\": \"hyperwallet-sdk\",\n \"version\": \"2.1.2\",\n \"description\": \"A library to manage users, transfer methods and payments through the Hyperwallet API\",\n \"main\": \"lib/index.js\",\n \"dependencies\": {\n \"form-data\": \"^3.0.0\",\n \"node-jose\": \"^2.2.0\",\n \"object-assign\": \"^4.1.0\",\n \"superagent\": \"^4.0.0\",\n \"uuid\": \"^8.3.1\"\n },\n \"scripts\": {\n \"lint\": \"eslint ./src && eslint ./test && eslint ./examples\",\n \"prod\": \"babel src -d lib\",\n \"docs\": \"esdoc -c ./.esdoc.json\",\n \"deploy-docs\": \"npm run docs && gh-pages -d docs\",\n \"test\": \"npm run lint && npm run test-unit\",\n \"test-unit\": \"nyc --reporter lcov mocha --require babel-core/register test/**/*.js test/*.js\",\n \"test-coverage\": \"nyc npm run test\",\n \"coveralls\": \"npm run test-coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js\",\n \"prepublish-prod\": \"npm test && npm run prod\",\n \"publish-please\": \"publish-please\",\n \"prepublish\": \"publish-please guard\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/hyperwallet/node-sdk.git\"\n },\n \"keywords\": [\n \"hyperwallet\",\n \"sdk\",\n \"rest\",\n \"bankaccount\",\n \"payout\",\n \"creditcard\",\n \"ach\"\n ],\n \"author\": \"Florian Krauthan <[email protected]>\",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/hyperwallet/node-sdk/issues\"\n },\n \"homepage\": \"http://hyperwallet.github.io/node-sdk\",\n \"devDependencies\": {\n \"babel-eslint\": \"^8.2.6\",\n \"babel-preset-es2015\": \"^6.9.0\",\n \"babel-preset-stage-0\": \"^6.5.0\",\n \"babel-register\": \"^6.9.0\",\n \"chai\": \"^3.5.0\",\n \"coveralls\": \"^3.0.2\",\n \"dirty-chai\": \"^1.2.2\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^4.19.1\",\n \"eslint-config-airbnb-base\": \"^13.2.0\",\n \"eslint-plugin-import\": \"^2.17.2\",\n \"gh-pages\": \"^6.1.1\",\n \"mocha\": \"^5.2.0\",\n \"nock\": \"^10.0.4\",\n \"nyc\": \"^15.0.0\",\n \"publish-please\": \"^5.4.3\",\n \"sinon\": \"^1.17.4\",\n \"sinon-chai\": \"^2.8.0\"\n },\n \"engines\": {\n \"node\": \">=0.12\",\n \"iojs\": \">=1.0\"\n }\n}\n", | ||
"longname": "/home/runner/work/node-sdk/node-sdk/package.json", | ||
"name": "package.json", | ||
"static": true, | ||
|
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