Skip to content

Commit 1aa9ff1

Browse files
committed
[package] fixing typo
1 parent 7a129b4 commit 1aa9ff1

File tree

2 files changed

+113
-36
lines changed

2 files changed

+113
-36
lines changed

package.json

Lines changed: 71 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
{
2-
"name": "@nutshelllab/aws-appolo-tools",
2+
"name": "@nutshelllab/aws-apollo-tools",
33
"version": "0.0.1",
4-
"description": "Initialize graphQl Client and Sign request for IAM authentication",
5-
"main": "lib/aws-appolo-tools.js",
4+
"description": "Aws apollo",
5+
"main": "lib/aws-apollo-tools.js",
66
"scripts": {
7-
"build": "webpack --config webpack.config.js"
7+
"prebuild": "yarn test",
8+
"build": "webpack --config webpack.config.js",
9+
"pretest": "xo",
10+
"test": "ava",
11+
"lint": "xo --fix"
812
},
13+
"pre-commit": [
14+
"test"
15+
],
916
"repository": {
1017
"type": "git",
11-
"url": "git+https://github.com/nutshelllab/aws-appolo-tools.git"
18+
"url": "git+https://github.com/nutshell-lab/aws-apollo-tools.git"
1219
},
1320
"keywords": [
1421
"graphql",
@@ -18,27 +25,77 @@
1825
"author": "Nutshell",
1926
"license": "GNU GENERAL PUBLIC LICENSE Version 3",
2027
"bugs": {
21-
"url": "https://github.com/nutshelllab/aws-appolo-tools/issues"
28+
"url": "https://github.com/nutshell-lab/aws-apollo-tools/issues"
2229
},
23-
"homepage": "https://github.com/nutshelllab/aws-appolo-tools#readme",
30+
"homepage": "https://github.com/nutshell-lab/aws-apollo-tools#readme",
2431
"dependencies": {
32+
"@babel/register": "^7.0.0",
2533
"apollo-cache-inmemory": "^1.3.11",
2634
"apollo-client": "^2.4.7",
2735
"apollo-link": "^1.2.4",
2836
"apollo-link-http": "^1.5.7",
2937
"aws-sdk": "^2.363.0",
3038
"aws4": "^1.8.0",
39+
"babel-plugin-module-resolver": "^3.1.1",
3140
"graphql": "^14.0.2",
3241
"node-fetch": "^2.3.0",
3342
"url": "^0.11.0"
3443
},
3544
"devDependencies": {
36-
"babel-loader": "^7.1.4",
37-
"babel-plugin-transform-object-rest-spread": "^6.26.0",
38-
"babel-polyfill": "^6.26.0",
39-
"babel-preset-env": "^1.7.0",
40-
"webpack": "^4.8.2",
41-
"webpack-cli": "^2.1.3",
42-
"webpack-node-externals": "^1.7.2"
45+
"@babel/core": "^7.1.6",
46+
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
47+
"@babel/preset-env": "^7.1.6",
48+
"ava": "1.0.0-beta.4",
49+
"babel-loader": "^8.0.4",
50+
"eslint": "^5.9.0",
51+
"eslint-config-prettier": "^2.9.0",
52+
"eslint-config-prettier-standard": "^1.0.1",
53+
"eslint-config-standard": "^11.0.0",
54+
"eslint-import-resolver-babel-module": "^5.0.0-beta.0",
55+
"eslint-plugin-import": "^2.13.0",
56+
"eslint-plugin-node": "^6.0.1",
57+
"eslint-plugin-prettier": "^2.6.0",
58+
"eslint-plugin-promise": "^3.7.0",
59+
"eslint-plugin-standard": "^3.0.1",
60+
"imports-loader": "^0.8.0",
61+
"pre-commit": "^1.2.2",
62+
"prettier": "^1.15.2",
63+
"webpack": "^4.26.0",
64+
"webpack-cli": "^3.1.2",
65+
"webpack-node-externals": "^1.7.2",
66+
"xo": "^0.23.0"
67+
},
68+
"engines": {
69+
"node": ">= 4.0.0",
70+
"npm": ">= 3.0.0"
71+
},
72+
"xo": {
73+
"space": true,
74+
"semicolon": false,
75+
"prettier": true,
76+
"extends": [
77+
"prettier-standard"
78+
],
79+
"settings": {
80+
"import/resolver": {
81+
"babel-module": {}
82+
}
83+
}
84+
},
85+
"prettier": {
86+
"bracketSpacing": true
87+
},
88+
"ava": {
89+
"concurrency": 5,
90+
"failFast": true,
91+
"files": [
92+
"test/**/*.js"
93+
],
94+
"sources": [
95+
"src/**/*.js"
96+
],
97+
"require": [
98+
"@babel/register"
99+
]
43100
}
44101
}

yarn-error.log

Lines changed: 42 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Arguments:
2-
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js build
2+
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js publish
33

44
PATH:
55
C:\Users\natha\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\natha\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\natha\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Program Files (x86)\Yarn\bin;C:\Program Files\dotnet;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Microsoft VS Code\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\natha\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Program Files (x86)\Yarn\bin;C:\Program Files\dotnet;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Users\natha\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Microsoft VS Code\bin;C:\Users\natha\AppData\Local\Yarn\bin;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl
@@ -15,10 +15,10 @@ Platform:
1515

1616
npm manifest:
1717
{
18-
"name": "@nutshelllab/aws-appolo-tools",
18+
"name": "@nutshelllab/aws-apollo-tools",
1919
"version": "0.0.1",
20-
"description": "Initialize graphQl Client and Sign request for IAM authentication",
21-
"main": "lib/aws-appolo-tools.js",
20+
"description": "Aws apollo",
21+
"main": "lib/aws-apollo-tools.js",
2222
"scripts": {
2323
"prebuild": "yarn test",
2424
"build": "webpack --config webpack.config.js",
@@ -31,7 +31,7 @@ npm manifest:
3131
],
3232
"repository": {
3333
"type": "git",
34-
"url": "git+https://github.com/nutshelllab/aws-appolo-tools.git"
34+
"url": "git+https://github.com/nutshell-lab/aws-apollo-tools.git"
3535
},
3636
"keywords": [
3737
"graphql",
@@ -41,10 +41,11 @@ npm manifest:
4141
"author": "Nutshell",
4242
"license": "GNU GENERAL PUBLIC LICENSE Version 3",
4343
"bugs": {
44-
"url": "https://github.com/nutshelllab/aws-appolo-tools/issues"
44+
"url": "https://github.com/nutshell-lab/aws-apollo-tools/issues"
4545
},
46-
"homepage": "https://github.com/nutshelllab/aws-appolo-tools#readme",
46+
"homepage": "https://github.com/nutshell-lab/aws-apollo-tools#readme",
4747
"dependencies": {
48+
"@babel/register": "^7.0.0",
4849
"apollo-cache-inmemory": "^1.3.11",
4950
"apollo-client": "^2.4.7",
5051
"apollo-link": "^1.2.4",
@@ -844,6 +845,18 @@ Lockfile:
844845
js-levenshtein "^1.1.3"
845846
semver "^5.3.0"
846847

848+
"@babel/register@^7.0.0":
849+
version "7.0.0"
850+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.0.0.tgz#fa634bae1bfa429f60615b754fc1f1d745edd827"
851+
dependencies:
852+
core-js "^2.5.7"
853+
find-cache-dir "^1.0.0"
854+
home-or-tmp "^3.0.0"
855+
lodash "^4.17.10"
856+
mkdirp "^0.5.1"
857+
pirates "^4.0.0"
858+
source-map-support "^0.5.9"
859+
847860
"@babel/template@7.0.0-beta.44":
848861
version "7.0.0-beta.44"
849862
resolved "http://registry.npmjs.org/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
@@ -1969,7 +1982,7 @@ Lockfile:
19691982
buf-compare "^1.0.0"
19701983
is-error "^2.2.0"
19711984

1972-
core-js@^2.0.0:
1985+
core-js@^2.0.0, core-js@^2.5.7:
19731986
version "2.5.7"
19741987
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"
19751988

@@ -3092,6 +3105,10 @@ Lockfile:
30923105
minimalistic-assert "^1.0.0"
30933106
minimalistic-crypto-utils "^1.0.1"
30943107

3108+
home-or-tmp@^3.0.0:
3109+
version "3.0.0"
3110+
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-3.0.0.tgz#57a8fe24cf33cdd524860a15821ddc25c86671fb"
3111+
30953112
hosted-git-info@^2.1.4:
30963113
version "2.7.1"
30973114
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
@@ -4560,6 +4577,12 @@ Lockfile:
45604577
dependencies:
45614578
node-modules-regexp "^1.0.0"
45624579

4580+
pirates@^4.0.0:
4581+
version "4.0.0"
4582+
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.0.tgz#850b18781b4ac6ec58a43c9ed9ec5fe6796addbd"
4583+
dependencies:
4584+
node-modules-regexp "^1.0.0"
4585+
45634586
pkg-conf@^2.1.0:
45644587
version "2.1.0"
45654588
resolved "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-2.1.0.tgz#2126514ca6f2abfebd168596df18ba57867f0058"
@@ -5162,7 +5185,7 @@ Lockfile:
51625185
source-map-url "^0.4.0"
51635186
urix "^0.1.0"
51645187

5165-
source-map-support@^0.5.4, source-map-support@~0.5.6:
5188+
source-map-support@^0.5.4, source-map-support@^0.5.9, source-map-support@~0.5.6:
51665189
version "0.5.9"
51675190
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.9.tgz#41bc953b2534267ea2d605bccfa7bfa3111ced5f"
51685191
dependencies:
@@ -5943,17 +5966,14 @@ Lockfile:
59435966
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.11.tgz#d3415885eeeb42ee5abb9821c95bb518fcd6d199"
59445967

59455968
Trace:
5946-
Error: Command failed.
5947-
Exit code: 1
5948-
Command: C:\WINDOWS\system32\cmd.exe
5949-
Arguments: /d /s /c yarn test
5950-
Directory: G:\Codes\Keyro\modules\aws-apollo-tools
5951-
Output:
5952-
5953-
at ProcessTermError.MessageError (C:\Program Files (x86)\Yarn\lib\cli.js:186:110)
5954-
at new ProcessTermError (C:\Program Files (x86)\Yarn\lib\cli.js:226:113)
5955-
at ChildProcess.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:30281:17)
5969+
Error: https://registry.npmjs.org/@nutshelllab%2faws-apollo-tools: You must sign up for private packages
5970+
at Request.params.callback [as _callback] (C:\Program Files (x86)\Yarn\lib\cli.js:65019:18)
5971+
at Request.self.callback (C:\Program Files (x86)\Yarn\lib\cli.js:132430:22)
59565972
at emitTwo (events.js:126:13)
5957-
at ChildProcess.emit (events.js:214:7)
5958-
at maybeClose (internal/child_process.js:925:16)
5959-
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
5973+
at Request.emit (events.js:214:7)
5974+
at Request.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:133413:10)
5975+
at emitOne (events.js:116:13)
5976+
at Request.emit (events.js:211:7)
5977+
at IncomingMessage.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:133333:12)
5978+
at Object.onceWrapper (events.js:313:30)
5979+
at emitNone (events.js:111:20)

0 commit comments

Comments
 (0)