diff --git a/docs/index.json b/docs/index.json index 4bf42b9..b5aa8b7 100644 --- a/docs/index.json +++ b/docs/index.json @@ -4830,7 +4830,7 @@ }, { "kind": "packageJSON", - "content": "{\r\n \"name\": \"bricklink-api\",\r\n \"version\": \"1.2.8\",\r\n \"description\": \"A node module for connecting to the Bricklink API.\",\r\n \"main\": \"./dist/index.js\",\r\n \"types\": \"./dist/index.d.ts\",\r\n \"files\": [\r\n \"dist/*\"\r\n ],\r\n \"repository\": {\r\n \"type\": \"git\",\r\n \"url\": \"git+https://github.com/ryansh100/bricklink-api.git\"\r\n },\r\n \"keywords\": [\r\n \"node\",\r\n \"js\",\r\n \"javascript\",\r\n \"module\",\r\n \"bricklink\",\r\n \"api\",\r\n \"oauth2\"\r\n ],\r\n \"author\": \"Ryan Hafer\",\r\n \"license\": \"SEE LICENCE IN LICENSE\",\r\n \"bugs\": {\r\n \"url\": \"https://github.com/ryansh100/bricklink-api/issues\"\r\n },\r\n \"homepage\": \"https://github.com/ryansh100/bricklink-api#readme\",\r\n \"scripts\": {\r\n \"test\": \"nyc ava\",\r\n \"test:ci\": \"nyc ava -c 1\",\r\n \"build\": \"npm run compile:src & npm run build:definitions\",\r\n \"compile:src\": \"babel src -d dist\",\r\n \"build:definitions\": \"tsc\",\r\n \"prepare\": \"husky install\",\r\n \"docs\": \"esdoc2\",\r\n \"prepublish\": \"npm run build\",\r\n \"report\": \"nyc report --reporter=html\"\r\n },\r\n \"devDependencies\": {\r\n \"@ava/babel\": \"^1.0.1\",\r\n \"@babel/cli\": \"^7.15.7\",\r\n \"@babel/core\": \"^7.15.5\",\r\n \"@babel/plugin-transform-modules-commonjs\": \"^7.15.4\",\r\n \"@babel/preset-env\": \"^7.15.6\",\r\n \"@babel/register\": \"^7.15.3\",\r\n \"ava\": \"^3.15.0\",\r\n \"dotenv\": \"^8.6.0\",\r\n \"esdoc2\": \"^2.1.5\",\r\n \"esdoc2-standard-plugin\": \"^2.1.2\",\r\n \"husky\": \"^6.0.0\",\r\n \"nyc\": \"^15.1.0\",\r\n \"prettier\": \"^2.4.1\",\r\n \"pretty-quick\": \"^3.1.1\",\r\n \"typescript\": \"^4.6.4\"\r\n },\r\n \"dependencies\": {\r\n \"debug\": \"^4.3.2\",\r\n \"node-fetch\": \"^2.6.7\",\r\n \"oauth-signature\": \"^1.3.1\"\r\n },\r\n \"ava\": {\r\n \"babel\": true,\r\n \"files\": [\r\n \"spec/**/*spec.js\"\r\n ],\r\n \"source\": [\r\n \"src/**/*.js\"\r\n ],\r\n \"concurrency\": 3,\r\n \"failFast\": true,\r\n \"tap\": true,\r\n \"powerAssert\": false,\r\n \"require\": [\r\n \"@babel/register\"\r\n ]\r\n },\r\n \"engines\": {\r\n \"node\": \">=5\"\r\n },\r\n \"husky\": {\r\n \"hooks\": {\r\n \"pre-commit\": \"pretty-quick --staged\"\r\n }\r\n },\r\n \"nyc\": {\r\n \"extension\": [\r\n \".js\"\r\n ]\r\n }\r\n}\r\n", + "content": "{\r\n \"name\": \"bricklink-api\",\r\n \"version\": \"1.2.9\",\r\n \"description\": \"A node module for connecting to the Bricklink API.\",\r\n \"main\": \"./dist/index.js\",\r\n \"types\": \"./dist/index.d.ts\",\r\n \"files\": [\r\n \"dist/*\"\r\n ],\r\n \"repository\": {\r\n \"type\": \"git\",\r\n \"url\": \"git+https://github.com/ryansh100/bricklink-api.git\"\r\n },\r\n \"keywords\": [\r\n \"node\",\r\n \"js\",\r\n \"javascript\",\r\n \"module\",\r\n \"bricklink\",\r\n \"api\",\r\n \"oauth2\"\r\n ],\r\n \"author\": \"Ryan Hafer\",\r\n \"license\": \"SEE LICENCE IN LICENSE\",\r\n \"bugs\": {\r\n \"url\": \"https://github.com/ryansh100/bricklink-api/issues\"\r\n },\r\n \"homepage\": \"https://github.com/ryansh100/bricklink-api#readme\",\r\n \"scripts\": {\r\n \"test\": \"nyc ava\",\r\n \"test:ci\": \"nyc ava -c 1\",\r\n \"build\": \"npm run compile:src & npm run build:definitions\",\r\n \"compile:src\": \"babel src -d dist\",\r\n \"build:definitions\": \"tsc\",\r\n \"prepare\": \"husky install\",\r\n \"docs\": \"esdoc2\",\r\n \"prepublish\": \"npm run build\",\r\n \"report\": \"nyc report --reporter=html\"\r\n },\r\n \"devDependencies\": {\r\n \"@ava/babel\": \"^1.0.1\",\r\n \"@babel/cli\": \"^7.15.7\",\r\n \"@babel/core\": \"^7.15.5\",\r\n \"@babel/plugin-transform-modules-commonjs\": \"^7.15.4\",\r\n \"@babel/preset-env\": \"^7.15.6\",\r\n \"@babel/register\": \"^7.15.3\",\r\n \"ava\": \"^3.15.0\",\r\n \"dotenv\": \"^8.6.0\",\r\n \"esdoc2\": \"^2.1.5\",\r\n \"esdoc2-standard-plugin\": \"^2.1.2\",\r\n \"husky\": \"^6.0.0\",\r\n \"nyc\": \"^15.1.0\",\r\n \"prettier\": \"^2.4.1\",\r\n \"pretty-quick\": \"^3.1.1\",\r\n \"typescript\": \"^4.6.4\"\r\n },\r\n \"dependencies\": {\r\n \"debug\": \"^4.3.2\",\r\n \"node-fetch\": \"^2.6.7\",\r\n \"oauth-signature\": \"^1.3.1\"\r\n },\r\n \"ava\": {\r\n \"babel\": true,\r\n \"files\": [\r\n \"spec/**/*spec.js\"\r\n ],\r\n \"source\": [\r\n \"src/**/*.js\"\r\n ],\r\n \"concurrency\": 3,\r\n \"failFast\": true,\r\n \"tap\": true,\r\n \"powerAssert\": false,\r\n \"require\": [\r\n \"@babel/register\"\r\n ]\r\n },\r\n \"engines\": {\r\n \"node\": \">=5\"\r\n },\r\n \"husky\": {\r\n \"hooks\": {\r\n \"pre-commit\": \"pretty-quick --staged\"\r\n }\r\n },\r\n \"nyc\": {\r\n \"extension\": [\r\n \".js\"\r\n ]\r\n }\r\n}\r\n", "longname": "C:\\Projects\\bricklink-api\\package.json", "name": "package.json", "static": true, diff --git a/docs/source.html b/docs/source.html index 3fb4a2a..d120e88 100644 --- a/docs/source.html +++ b/docs/source.html @@ -75,7 +75,7 @@