From ef38bbe3f84ffc9562ca4dbe68788bfbcc17067b Mon Sep 17 00:00:00 2001 From: zkochan Date: Mon, 6 Nov 2017 02:29:45 +0200 Subject: [PATCH] chore: remove separate test package --- package.json | 8 +- shrinkwrap.yaml | 657 +++++++++++++++++++++++++++++- test/package.json | 16 - test/shrinkwrap.yaml | 931 ------------------------------------------- 4 files changed, 646 insertions(+), 966 deletions(-) delete mode 100644 test/package.json delete mode 100644 test/shrinkwrap.yaml diff --git a/package.json b/package.json index 79f7812b0b..7a6fa6863b 100644 --- a/package.json +++ b/package.json @@ -55,14 +55,19 @@ "write-json-file": "^2.2.0" }, "devDependencies": { + "@types/nock": "^8.2.1", "@types/tape": "^4.2.30", "commitizen": "^2.8.6", "cz-conventional-changelog": "^2.0.0", "husky": "^0.14.3", "in-publish": "^2.0.0", + "nock": "^9.0.14", + "npm-registry-client": "^8.4.0", "npm-scripts-info": "^0.3.6", "pnpm-logger": "^0.6.2", "rimraf": "^2.6.1", + "tape": "^4.7.0", + "ts-node": "^3.3.0", "tslint": "^5.4.2", "typescript": "^2.4.1", "validate-commit-msg": "^2.7.0" @@ -89,7 +94,6 @@ "url": "git+https://github.com/pnpm/package-store.git" }, "scripts": { - "prepare": "cd test && pnpm install", "info": "npm-scripts-info", "start": "npm run tsc -- --watch", "?cz": "echo 'Run Git commit wizard'", @@ -97,7 +101,7 @@ "commitmsg": "validate-commit-msg", "lint": "tslint -c tslint.json --project .", "pretest": "rimraf .tmp", - "test": "npm run tsc && npm run lint && cd test && npm test", + "test": "npm run tsc && npm run lint && ts-node test", "tsc": "rimraf lib && tsc", "prepublishOnly": "npm run tsc" }, diff --git a/shrinkwrap.yaml b/shrinkwrap.yaml index 52c916461d..6b7794c4ad 100644 --- a/shrinkwrap.yaml +++ b/shrinkwrap.yaml @@ -1,7 +1,7 @@ dependencies: '@types/load-json-file': 2.0.6 '@types/node': 8.0.41 - '@types/ramda': 0.24.17 + '@types/ramda': 0.25.2 '@types/retry': 0.10.1 '@types/semver': 5.4.0 credentials-by-uri: 1.0.0 @@ -10,7 +10,7 @@ dependencies: encode-registry: 1.0.0 execa: 0.8.0 fs-write-stream-atomic: 1.0.10 - load-json-file: 3.0.0 + load-json-file: 4.0.0 mkdirp-promise: 5.0.1 mz: 2.7.0 normalize-path: 2.1.1 @@ -28,20 +28,25 @@ dependencies: retry: 0.10.1 rimraf-then: 1.0.1 semver: 5.4.1 - ssri: 4.1.6 + ssri: 5.0.0 symlink-dir: 1.1.0 thenify: 3.3.0 unpack-stream: 2.1.1 write-json-file: 2.2.0 devDependencies: + '@types/nock': 8.2.1 '@types/tape': 4.2.30 commitizen: 2.9.6 cz-conventional-changelog: 2.0.0 husky: 0.14.3 in-publish: 2.0.0 + nock: 9.0.27 + npm-registry-client: 8.5.0 npm-scripts-info: 0.3.6 pnpm-logger: 0.6.2 rimraf: 2.6.2 + tape: 4.8.0 + ts-node: 3.3.0 tslint: 5.7.0 typescript: 2.5.3 validate-commit-msg: 2.14.0 @@ -54,6 +59,12 @@ packages: '@types/node': 8.0.33 resolution: integrity: sha1-pNgMCC/v5x5Ap8DwfR5lVbu8e1I= + /@types/nock/8.2.1: + dependencies: + '@types/node': 8.0.47 + dev: true + resolution: + integrity: sha1-H75b3suUPBCad4VT+k0kAcuTlLQ= /@types/node/7.0.43: resolution: integrity: sha512-7scYwwfHNppXvH/9JzakbVxk0o0QUILVk1Lv64GRaxwPuGpnF1QBiwdvhDpLcymb8BpomQL3KYoWKq3wUdDMhQ== @@ -63,9 +74,14 @@ packages: /@types/node/8.0.41: resolution: integrity: sha512-6XPVDfoTQE5O6FRCbSgFg0YEobbsqUuu6Wxnp7g3kydKTTQep/Mo3rT9CCS1igzQeAb1GLB7r3+xTgcHv+4KSQ== - /@types/ramda/0.24.17: + /@types/node/8.0.47: + dev: true resolution: - integrity: sha512-1zj7HQqHEdzjueCIRMiTSZteGavafmc12SWV3hp4yseKbXdebCsWGGoc+a9ywrJ4c7hQCLOBsoGQjc6wRXJyVA== + integrity: sha512-kOwL746WVvt/9Phf6/JgX/bsGQvbrK5iUgzyfwZNcKVFcjAUVSpF9HxevLTld2SG9aywYHOILj38arDdY1r/iQ== + /@types/ramda/0.25.2: + dev: false + resolution: + integrity: sha512-p6WWZ7P+aOr+BIDQ7Nj0nB8PWnj2Ge60AIu61fuN+8y+cCHrU2W2aCqwgDWpSQap0ZhbUVvnWh+Xbep0Q2gJzg== /@types/retry/0.10.1: resolution: integrity: sha512-iV8ZXtRV3FxfTJNEWN/3ZbexH52w//uMB+8sPYCKBIA/a2bEQWYrNwGuftGI5Xt1wMROTHrGoJPSvwrM4njx7g== @@ -78,6 +94,15 @@ packages: dev: true resolution: integrity: sha1-PBkXxN/W8nJxuZInclE1FbxsRrQ= + /ajv/5.3.0: + dependencies: + co: 4.6.0 + fast-deep-equal: 1.0.0 + fast-json-stable-stringify: 2.0.0 + json-schema-traverse: 0.3.1 + dev: true + resolution: + integrity: sha1-RBT/dKUIecII7l/cgm4ywwNUnto= /ansi-escapes/1.4.0: dev: true engines: @@ -95,6 +120,14 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= + /ansi-styles/3.2.0: + dependencies: + color-convert: 1.9.0 + dev: true + engines: + node: '>=4' + resolution: + integrity: sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug== /any-promise/1.3.0: resolution: integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8= @@ -141,6 +174,38 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-odl8yvy8JiXMcPrc6zalDFiwGlM= + /arrify/1.0.1: + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= + /asn1/0.2.3: + dev: true + resolution: + integrity: sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y= + /assert-plus/1.0.0: + dev: true + engines: + node: '>=0.8' + resolution: + integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= + /assertion-error/1.0.2: + dev: true + resolution: + integrity: sha1-E8pRXYYgbaC6xm6DTdOX2HWBCUw= + /asynckit/0.4.0: + dev: true + resolution: + integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k= + /aws-sign2/0.7.0: + dev: true + resolution: + integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= + /aws4/1.6.0: + dev: true + resolution: + integrity: sha1-g+9cqGCysy5KDe7e6MdxudtXRx4= /babel-code-frame/6.26.0: dependencies: chalk: 1.1.3 @@ -157,6 +222,13 @@ packages: node: '>= 0.4' resolution: integrity: sha1-EQHpVE9KdrG8OybUUsqW16NeeXg= + /bcrypt-pbkdf/1.0.1: + dependencies: + tweetnacl: 0.14.5 + dev: true + optional: true + resolution: + integrity: sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40= /bindings/1.3.0: optional: true resolution: @@ -176,6 +248,22 @@ packages: dev: true resolution: integrity: sha1-vIpIPKlASdqbg3wa0Rzf6+5uBRQ= + /boom/4.3.1: + dependencies: + hoek: 4.2.0 + dev: true + engines: + node: '>=4.0.0' + resolution: + integrity: sha1-T4owBctKfjiJ90kDD9JbluAdLjE= + /boom/5.2.0: + dependencies: + hoek: 4.2.0 + dev: true + engines: + node: '>=4.0.0' + resolution: + integrity: sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw== /brace-expansion/1.1.8: dependencies: balanced-match: 1.0.0 @@ -209,6 +297,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= + /builtins/1.0.3: + dev: true + resolution: + integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og= /bzip2-maybe/1.0.0: dependencies: is-bzip2: 1.0.0 @@ -239,6 +331,20 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= + /caseless/0.12.0: + dev: true + resolution: + integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= + /chai/3.5.0: + dependencies: + assertion-error: 1.0.2 + deep-eql: 0.1.3 + type-detect: 1.0.0 + dev: true + engines: + node: '>= 0.4.0' + resolution: + integrity: sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc= /chalk/1.1.3: dependencies: ansi-styles: 2.2.1 @@ -251,6 +357,16 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= + /chalk/2.3.0: + dependencies: + ansi-styles: 3.2.0 + escape-string-regexp: 1.0.5 + supports-color: 4.5.0 + dev: true + engines: + node: '>=4' + resolution: + integrity: sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q== /chownr/1.0.1: resolution: integrity: sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE= @@ -270,11 +386,28 @@ packages: dev: true resolution: integrity: sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk= + /co/4.6.0: + dev: true + engines: + iojs: '>= 1.0.0' + node: '>= 0.12.0' + resolution: + integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= /code-point-at/1.1.0: engines: node: '>=0.10.0' resolution: integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= + /color-convert/1.9.0: + dependencies: + color-name: 1.1.3 + dev: true + resolution: + integrity: sha1-Gsz5fdc5uYO/mU1W/sj5WFNkG3o= + /color-name/1.1.3: + dev: true + resolution: + integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= /colors/0.6.2: dev: true engines: @@ -287,6 +420,14 @@ packages: node: '>=0.1.90' resolution: integrity: sha1-FopHAXVran9RoSzgyXv6KMCE7WM= + /combined-stream/1.0.5: + dependencies: + delayed-stream: 1.0.0 + dev: true + engines: + node: '>= 0.8' + resolution: + integrity: sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk= /commander/2.1.0: dev: true engines: @@ -355,6 +496,14 @@ packages: which: 1.3.0 resolution: integrity: sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= + /cryptiles/3.1.2: + dependencies: + boom: 5.2.0 + dev: true + engines: + node: '>=4.0.0' + resolution: + integrity: sha1-qJ+7Ig9c4l7FboxKqKT9e1sNKf4= /currently-unhandled/0.4.1: dependencies: array-find-index: 1.0.2 @@ -385,6 +534,20 @@ packages: dev: true resolution: integrity: sha1-Val5r9/pXnAkh50qD1kkYwFwtTM= + /dashdash/1.14.1: + dependencies: + assert-plus: 1.0.0 + dev: true + engines: + node: '>=0.10' + resolution: + integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= + /debug/2.6.9: + dependencies: + ms: 2.0.0 + dev: true + resolution: + integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== /debug/3.1.0: dependencies: ms: 2.0.0 @@ -408,6 +571,16 @@ packages: dev: true resolution: integrity: sha1-Dm2o8M5Sg471zsXI+TlrDBtko8s= + /deep-eql/0.1.3: + dependencies: + type-detect: 0.1.1 + dev: true + resolution: + integrity: sha1-71WKyrjeJSBs1xOQbXTlaTDrafI= + /deep-equal/1.0.1: + dev: true + resolution: + integrity: sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= /deep-extend/0.4.2: engines: iojs: '>=1.0.0' @@ -423,6 +596,16 @@ packages: node: '>= 0.4' resolution: integrity: sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ= + /defined/1.0.0: + dev: true + resolution: + integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= + /delayed-stream/1.0.0: + dev: true + engines: + node: '>=0.4.0' + resolution: + integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= /delegates/1.0.0: optional: true resolution: @@ -497,6 +680,13 @@ packages: stream-shift: 1.0.0 resolution: integrity: sha512-j5goxHTwVED1Fpe5hh3q9R93Kip0Bg2KVAt4f8CEYM3UEwYcPSvWbXaUQOzdX/HtiNomipv+gU7ASQPDbV7pGQ== + /ecc-jsbn/0.1.1: + dependencies: + jsbn: 0.1.1 + dev: true + optional: true + resolution: + integrity: sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU= /encode-registry/1.0.0: dependencies: mem: 1.1.0 @@ -617,6 +807,20 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE= + /extsprintf/1.3.0: + dev: true + engines: + '0': node >=0.6.0 + resolution: + integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= + /fast-deep-equal/1.0.0: + dev: true + resolution: + integrity: sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8= + /fast-json-stable-stringify/2.0.0: + dev: true + resolution: + integrity: sha1-1RQsDK7msRifh9OnYREGT4bIu/I= /fast-safe-stringify/1.1.13: dev: true resolution: @@ -692,6 +896,12 @@ packages: node: '>=0.6' resolution: integrity: sha1-itkpozk7rGJ5V6fl3kYjsGsOLOs= + /for-each/0.3.2: + dependencies: + is-function: 1.0.1 + dev: true + resolution: + integrity: sha1-LEBFC5NI6X8oEyJZO6lnBLmr1NQ= /for-in/1.0.2: dev: true engines: @@ -709,6 +919,20 @@ packages: /foreach/2.0.5: resolution: integrity: sha1-C+4AUBiusmDQo6865ljdATbsG5k= + /forever-agent/0.6.1: + dev: true + resolution: + integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= + /form-data/2.3.1: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.5 + mime-types: 2.1.17 + dev: true + engines: + node: '>= 0.12' + resolution: + integrity: sha1-b7lPvXGIUwbXPRXMSX/kzE7NRL8= /fs-exists-sync/0.1.0: dev: true engines: @@ -761,6 +985,12 @@ packages: node: '>=4' resolution: integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= + /getpass/0.1.7: + dependencies: + assert-plus: 1.0.0 + dev: true + resolution: + integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= /github-from-package/0.0.0: optional: true resolution: @@ -836,6 +1066,21 @@ packages: through2: 2.0.3 resolution: integrity: sha512-qtutIKMthNJJgeHQS7kZ9FqDq59/Wn0G2HYCRNjpup7yKfVI6/eqwpmroyZGFoCYaG+sW6psNVb4zoLADHpp2g== + /har-schema/2.0.0: + dev: true + engines: + node: '>=4' + resolution: + integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= + /har-validator/5.0.3: + dependencies: + ajv: 5.3.0 + har-schema: 2.0.0 + dev: true + engines: + node: '>=4' + resolution: + integrity: sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0= /has-ansi/2.0.0: dependencies: ansi-regex: 2.1.1 @@ -844,6 +1089,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= + /has-flag/2.0.0: + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-6CB68cx7MNRGzHC3NLXovhj4jVE= /has-unicode/2.0.1: optional: true resolution: @@ -855,6 +1106,23 @@ packages: node: '>= 0.8.0' resolution: integrity: sha1-hGFzP1OLCDfJNh45qauelwTcLyg= + /hawk/6.0.2: + dependencies: + boom: 4.3.1 + cryptiles: 3.1.2 + hoek: 4.2.0 + sntp: 2.1.0 + dev: true + engines: + node: '>=4.5.0' + resolution: + integrity: sha512-miowhl2+U7Qle4vdLqDdPt9m09K6yZhkLDTWGoUiUzrQCn+mHHSmfJgAyGaLRZbPmTqfFFjRV1QWCW0VWUJBbQ== + /hoek/4.2.0: + dev: true + engines: + node: '>=4.0.0' + resolution: + integrity: sha512-v0XCLxICi9nPfYrS9RL8HbYnXi9obYAeLbSP00BmnZwCK9+Ih9WOjoZ8YoHCoav2csqn4FOz4Orldsy2dmDwmQ== /homedir-polyfill/1.0.1: dependencies: parse-passwd: 1.0.0 @@ -866,6 +1134,17 @@ packages: /hosted-git-info/2.5.0: resolution: integrity: sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg== + /http-signature/1.2.0: + dependencies: + assert-plus: 1.0.0 + jsprim: 1.4.1 + sshpk: 1.13.1 + dev: true + engines: + node: '>=0.8' + npm: '>=1.3.7' + resolution: + integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= /husky/0.14.3: dependencies: is-ci: 1.0.10 @@ -1017,6 +1296,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs= + /is-function/1.0.1: + dev: true + resolution: + integrity: sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU= /is-glob/2.0.1: dependencies: is-extglob: 1.0.0 @@ -1096,6 +1379,10 @@ packages: node: '>= 0.4' resolution: integrity: sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI= + /is-typedarray/1.0.0: + dev: true + resolution: + integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= /is-utf8/0.2.1: dev: true resolution: @@ -1125,6 +1412,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + /isstream/0.1.2: + dev: true + resolution: + integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= /js-tokens/3.0.2: dev: true resolution: @@ -1136,9 +1427,23 @@ packages: optional: true resolution: integrity: sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA== + /jsbn/0.1.1: + dev: true + optional: true + resolution: + integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= /json-parse-better-errors/1.0.1: + dev: false resolution: integrity: sha512-xyQpxeWWMKyJps9CuGJYeng6ssI5bpqS9ltQpdVQ90t4ql6NdnxFKh95JcRt2cun/DjMVNrdjniLPuMA69xmCw== + /json-schema-traverse/0.3.1: + dev: true + resolution: + integrity: sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A= + /json-schema/0.2.3: + dev: true + resolution: + integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= /json-stringify-safe/5.0.1: dev: true resolution: @@ -1149,6 +1454,17 @@ packages: graceful-fs: 4.1.11 resolution: integrity: sha1-NzaitCi4e72gzIO1P6PWM6NcKug= + /jsprim/1.4.1: + dependencies: + assert-plus: 1.0.0 + extsprintf: 1.3.0 + json-schema: 0.2.3 + verror: 1.10.0 + dev: true + engines: + '0': node >=0.6.0 + resolution: + integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= /kind-of/3.2.2: dependencies: is-buffer: 1.1.5 @@ -1183,16 +1499,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - /load-json-file/3.0.0: + /load-json-file/4.0.0: dependencies: graceful-fs: 4.1.11 - parse-json: 3.0.0 - pify: 2.3.0 + parse-json: 4.0.0 + pify: 3.0.0 strip-bom: 3.0.0 + dev: false engines: node: '>=4' resolution: - integrity: sha1-frNzXZg6ftImKt5P92mvU2nFxEA= + integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs= /lodash.map/4.6.0: dev: true resolution: @@ -1232,6 +1549,10 @@ packages: node: '>=4' resolution: integrity: sha1-l6ARdR6R3YfPre9Ygy67BJNt6Xg= + /make-error/1.3.0: + dev: true + resolution: + integrity: sha1-Uq06M5zPEM5itAQLcI/nByRLi5Y= /map-obj/1.0.1: dev: true engines: @@ -1286,6 +1607,20 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU= + /mime-db/1.30.0: + dev: true + engines: + node: '>= 0.6' + resolution: + integrity: sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE= + /mime-types/2.1.17: + dependencies: + mime-db: 1.30.0 + dev: true + engines: + node: '>= 0.6' + resolution: + integrity: sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo= /mimic-fn/1.1.0: engines: node: '>=4' @@ -1315,7 +1650,6 @@ packages: resolution: integrity: sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= /ms/2.0.0: - optional: true resolution: integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= /mute-stream/0.0.6: @@ -1345,6 +1679,22 @@ packages: /nerf-dart/1.0.0: resolution: integrity: sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo= + /nock/9.0.27: + dependencies: + chai: 3.5.0 + debug: 2.6.9 + deep-equal: 1.0.1 + json-stringify-safe: 5.0.1 + lodash: 4.17.4 + mkdirp: 0.5.1 + propagate: 0.4.0 + qs: 6.5.1 + semver: 5.4.1 + dev: true + engines: + '0': node >= 4.0 + resolution: + integrity: sha512-UCdl4VFGBrnNLgk4Rx2NKjPbzVVk6BSsG4xjDhPcKwWwHWVxYT/TcuCT/9ObG46ez5d/jg7+4EFbPuF3XjDRtQ== /node-abi/2.1.1: optional: true resolution: @@ -1383,6 +1733,32 @@ packages: parse-url: 1.3.11 resolution: integrity: sha1-Iqgwj6fNkyvbSa907KxkTPSmGWs= + /npm-package-arg/5.1.2: + dependencies: + hosted-git-info: 2.5.0 + osenv: 0.1.4 + semver: 5.4.1 + validate-npm-package-name: 3.0.0 + dev: true + resolution: + integrity: sha512-wJBsrf0qpypPT7A0LART18hCdyhpCMxeTtcb0X4IZO2jsP6Om7EHN1d9KSKiqD+KVH030RVNpWS9thk+pb7wzA== + /npm-registry-client/8.5.0: + dependencies: + concat-stream: 1.6.0 + graceful-fs: 4.1.11 + normalize-package-data: 2.4.0 + npm-package-arg: 5.1.2 + once: 1.4.0 + request: 2.83.0 + retry: 0.10.1 + semver: 5.4.1 + slide: 1.1.6 + ssri: 4.1.6 + dev: true + optionalDependencies: + npmlog: 4.1.2 + resolution: + integrity: sha512-Nkcw24bfECKFNt0FLDQ+PjVqSlKxMggcboXiUBIvjbCnA15xjRO4kCwRDluGNXZjHFLx/vPjN4+ESXyVjpXLbQ== /npm-run-path/2.0.2: dependencies: path-key: 2.0.1 @@ -1412,11 +1788,19 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= + /oauth-sign/0.8.2: + dev: true + resolution: + integrity: sha1-Rqarfwrq2N6unsBWV4C31O/rnUM= /object-assign/4.1.1: engines: node: '>=0.10.0' resolution: integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + /object-inspect/1.3.0: + dev: true + resolution: + integrity: sha512-OHHnLgLNXpM++GnJRyyhbr2bwl3pPVm4YvaraHrRvDt/N3r+s/gDVHciA7EJBTkijKXj61ssgSAikq1fb0IBRg== /object-keys/1.0.11: engines: node: '>= 0.4' @@ -1467,6 +1851,13 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + /osenv/0.1.4: + dependencies: + os-homedir: 1.0.2 + os-tmpdir: 1.0.2 + dev: true + resolution: + integrity: sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ= /p-every/1.0.2: dependencies: p-map: 1.2.0 @@ -1524,13 +1915,15 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - /parse-json/3.0.0: + /parse-json/4.0.0: dependencies: error-ex: 1.3.1 + json-parse-better-errors: 1.0.1 + dev: false engines: node: '>=4' resolution: - integrity: sha1-+m9HsY4jgm6tMvJj50TQ4ehH+xM= + integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= /parse-npm-tarball-url/1.0.1: dependencies: '@types/node': 7.0.43 @@ -1597,11 +1990,21 @@ packages: through2: 2.0.3 resolution: integrity: sha1-l+t2NlvP2MieKH9VyLadTD6bzFI= + /performance-now/2.1.0: + dev: true + resolution: + integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= /pify/2.3.0: engines: node: '>=0.10.0' resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= + /pify/3.0.0: + dev: false + engines: + node: '>=4' + resolution: + integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= /pinkie-promise/2.0.1: dependencies: pinkie: 2.0.4 @@ -1652,6 +2055,12 @@ packages: /process-nextick-args/1.0.7: resolution: integrity: sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M= + /propagate/0.4.0: + dev: true + engines: + '0': node >= 0.8.1 + resolution: + integrity: sha1-8/zKCm/gZzanulcpZgaWF8EwtIE= /protocols/1.4.6: resolution: integrity: sha1-+LsmPqG1/Xp2BNJri+Ob13Z4v4o= @@ -1671,6 +2080,16 @@ packages: pump: 1.0.2 resolution: integrity: sha1-G2ccYZlAq8rqwK0OOjwWS+dgmTs= + /punycode/1.4.1: + dev: true + resolution: + integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4= + /qs/6.5.1: + dev: true + engines: + node: '>=0.6' + resolution: + integrity: sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A== /ramda/0.24.1: resolution: integrity: sha1-w7d1UZfzW43DUCIoJixMkd22uFc= @@ -1791,6 +2210,35 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= + /request/2.83.0: + dependencies: + aws-sign2: 0.7.0 + aws4: 1.6.0 + caseless: 0.12.0 + combined-stream: 1.0.5 + extend: 3.0.1 + forever-agent: 0.6.1 + form-data: 2.3.1 + har-validator: 5.0.3 + hawk: 6.0.2 + http-signature: 1.2.0 + is-typedarray: 1.0.0 + isstream: 0.1.2 + json-stringify-safe: 5.0.1 + mime-types: 2.1.17 + oauth-sign: 0.8.2 + performance-now: 2.1.0 + qs: 6.5.1 + safe-buffer: 5.1.1 + stringstream: 0.0.5 + tough-cookie: 2.3.3 + tunnel-agent: 0.6.0 + uuid: 3.1.0 + dev: true + engines: + node: '>= 4' + resolution: + integrity: sha512-lR3gD69osqm6EYLk9wB/G1W/laGWjzH90t1vEa2xuxHD5KUrSzp9pUSfTm+YC5Nxt2T8nMPEvKlhbQayU7bgFw== /resolve-dir/0.1.1: dependencies: expand-tilde: 1.2.2 @@ -1815,6 +2263,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-NGYfRohjJ/7SmRR5FSJS35LapUE= + /resumer/0.0.0: + dependencies: + through: 2.3.8 + dev: true + resolution: + integrity: sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k= /retry/0.10.1: resolution: integrity: sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= @@ -1900,6 +2354,18 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= + /slide/1.1.6: + dev: true + resolution: + integrity: sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= + /sntp/2.1.0: + dependencies: + hoek: 4.2.0 + dev: true + engines: + node: '>=4.0.0' + resolution: + integrity: sha512-FL1b58BDrqS3A11lJ0zEdnJ3UOKqVxawAkF3k7F0CVN7VQ34aZrV+G8BZ1WC9ZL7NyrwsW0oviwsWDgRuVYtJg== /sort-keys/1.1.2: dependencies: is-plain-obj: 1.1.0 @@ -1907,6 +2373,18 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-RBttTTRnmPG05J6JIK37oOVD+a0= + /source-map-support/0.4.18: + dependencies: + source-map: 0.5.7 + dev: true + resolution: + integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA== + /source-map/0.5.7: + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /spawn-sync/1.0.15: dependencies: concat-stream: 1.6.0 @@ -1935,11 +2413,33 @@ packages: optional: true resolution: integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= + /sshpk/1.13.1: + dependencies: + asn1: 0.2.3 + assert-plus: 1.0.0 + dashdash: 1.14.1 + getpass: 0.1.7 + dev: true + engines: + node: '>=0.10.0' + optionalDependencies: + bcrypt-pbkdf: 1.0.1 + ecc-jsbn: 0.1.1 + jsbn: 0.1.1 + tweetnacl: 0.14.5 + resolution: + integrity: sha1-US322mKHFEMW3EwY/hzx2UBzm+M= /ssri/4.1.6: dependencies: safe-buffer: 5.1.1 resolution: integrity: sha512-WUbCdgSAMQjTFZRWvSPpauryvREEA+Krn19rx67UlJEJx/M192ZHxMmJXjZ4tkdFm+Sb0SXGlENeQVlA5wY7kA== + /ssri/5.0.0: + dependencies: + safe-buffer: 5.1.1 + dev: false + resolution: + integrity: sha512-728D4yoQcQm1ooZvSbywLkV1RjfITZXh0oWrhM/lnsx3nAHx7LsRGJWB/YyvoceAYRq98xqbstiN4JBv1/wNHg== /stream-shift/1.0.0: resolution: integrity: sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI= @@ -1952,11 +2452,25 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= + /string.prototype.trim/1.1.2: + dependencies: + define-properties: 1.1.2 + es-abstract: 1.9.0 + function-bind: 1.1.1 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo= /string_decoder/1.0.3: dependencies: safe-buffer: 5.1.1 resolution: integrity: sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ== + /stringstream/0.0.5: + dev: true + resolution: + integrity: sha1-TkhM1N5aC7vuGORjB3EKioFiGHg= /strip-ansi/3.0.1: dependencies: ansi-regex: 2.1.1 @@ -2007,6 +2521,14 @@ packages: node: '>=0.8.0' resolution: integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= + /supports-color/4.5.0: + dependencies: + has-flag: 2.0.0 + dev: true + engines: + node: '>=4' + resolution: + integrity: sha1-vnoN5ITexcXN34s9WRJQRJEvY1s= /symlink-dir/1.1.0: dependencies: '@types/mz': 0.0.31 @@ -2019,6 +2541,24 @@ packages: node: '>=4' resolution: integrity: sha512-HrQ50UhvdoWwwC62I82l0U2NTRx9dTQWs5/ay0bRwBqkJQ0f3ruVhQUyLH7hs6NekRsvQgK76fZyUFK7PZsm8A== + /tape/4.8.0: + dependencies: + deep-equal: 1.0.1 + defined: 1.0.0 + for-each: 0.3.2 + function-bind: 1.1.1 + glob: 7.1.2 + has: 1.0.1 + inherits: 2.0.3 + minimist: 1.2.0 + object-inspect: 1.3.0 + resolve: 1.4.0 + resumer: 0.0.0 + string.prototype.trim: 1.1.2 + through: 2.3.8 + dev: true + resolution: + integrity: sha512-TWILfEnvO7I8mFe35d98F6T5fbLaEtbFTG/lxWvid8qDfFTxt19EBijWmB4j3+Hoh5TfHE2faWs73ua+EphuBA== /tar-fs/1.16.0: dependencies: chownr: 1.0.1 @@ -2071,12 +2611,44 @@ packages: node: '>=0.4.0' resolution: integrity: sha1-8lEl/w3Z2jzLDC3Tce4SiLuRKMA= + /tough-cookie/2.3.3: + dependencies: + punycode: 1.4.1 + dev: true + engines: + node: '>=0.8' + resolution: + integrity: sha1-C2GKVWW23qkL80JdBNVe3EdadWE= /trim-newlines/1.0.0: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM= + /ts-node/3.3.0: + dependencies: + arrify: 1.0.1 + chalk: 2.3.0 + diff: 3.4.0 + make-error: 1.3.0 + minimist: 1.2.0 + mkdirp: 0.5.1 + source-map-support: 0.4.18 + tsconfig: 6.0.0 + v8flags: 3.0.1 + yn: 2.0.0 + dev: true + engines: + node: '>=4.2.0' + resolution: + integrity: sha1-wTxqMCTjC+EYDdUwOPwgkonUv2k= + /tsconfig/6.0.0: + dependencies: + strip-bom: 3.0.0 + strip-json-comments: 2.0.1 + dev: true + resolution: + integrity: sha1-aw6DdgA9evGGT434+J3QBZ/80DI= /tslib/1.7.1: dev: true resolution: @@ -2111,9 +2683,21 @@ packages: /tunnel-agent/0.6.0: dependencies: safe-buffer: 5.1.1 - optional: true resolution: integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= + /tweetnacl/0.14.5: + dev: true + optional: true + resolution: + integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= + /type-detect/0.1.1: + dev: true + resolution: + integrity: sha1-C6XsKohWQORw6k6FBZcZANrFiCI= + /type-detect/1.0.0: + dev: true + resolution: + integrity: sha1-diIXzAbbJY7EiQihKY6LlRIejqI= /typedarray/0.0.6: dev: true resolution: @@ -2159,6 +2743,18 @@ packages: object.getownpropertydescriptors: 2.0.3 resolution: integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== + /uuid/3.1.0: + dev: true + resolution: + integrity: sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g== + /v8flags/3.0.1: + dependencies: + homedir-polyfill: 1.0.1 + dev: true + engines: + node: '>= 0.10.0' + resolution: + integrity: sha1-3Oj8N5wX2fLJ6e142JzgAFKxt2s= /validate-commit-msg/2.14.0: dependencies: conventional-commit-types: 2.2.0 @@ -2174,6 +2770,22 @@ packages: spdx-expression-parse: 1.0.4 resolution: integrity: sha1-KAS6vnEq0zeUWaz74kdGqywwP7w= + /validate-npm-package-name/3.0.0: + dependencies: + builtins: 1.0.3 + dev: true + resolution: + integrity: sha1-X6kS2B630MdK/BQN5zF/DKffQ34= + /verror/1.10.0: + dependencies: + assert-plus: 1.0.0 + core-util-is: 1.0.2 + extsprintf: 1.3.0 + dev: true + engines: + '0': node >=0.6.0 + resolution: + integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= /which/1.3.0: dependencies: isexe: 2.0.0 @@ -2221,13 +2833,20 @@ packages: /yallist/2.1.2: resolution: integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + /yn/2.0.0: + dev: true + engines: + node: '>=4' + resolution: + integrity: sha1-5a2ryKz0CPY4X8dklWhMiOavaJo= registry: 'https://registry.npmjs.org/' -shrinkwrapMinorVersion: 1 +shrinkwrapMinorVersion: 2 shrinkwrapVersion: 3 specifiers: '@types/load-json-file': ^2.0.5 + '@types/nock': ^8.2.1 '@types/node': ^8.0.34 - '@types/ramda': ^0.24.17 + '@types/ramda': ^0.25.0 '@types/retry': ^0.10.1 '@types/semver': ^5.3.32 '@types/tape': ^4.2.30 @@ -2241,12 +2860,14 @@ specifiers: fs-write-stream-atomic: ^1.0.10 husky: ^0.14.3 in-publish: ^2.0.0 - load-json-file: ^3.0.0 + load-json-file: ^4.0.0 mkdirp-promise: ^5.0.1 mz: ^2.6.0 + nock: ^9.0.14 normalize-path: ^2.1.1 normalize-registry-url: ^1.0.0 normalize-ssh: ^1.0.0 + npm-registry-client: ^8.4.0 npm-scripts-info: ^0.3.6 os-homedir: ^1.0.2 p-limit: ^1.1.0 @@ -2262,9 +2883,11 @@ specifiers: rimraf: ^2.6.1 rimraf-then: ^1.0.1 semver: ^5.3.0 - ssri: ^4.1.6 + ssri: ^5.0.0 symlink-dir: ^1.0.3 + tape: ^4.7.0 thenify: ^3.3.0 + ts-node: ^3.3.0 tslint: ^5.4.2 typescript: ^2.4.1 unpack-stream: ^2.1.0 diff --git a/test/package.json b/test/package.json deleted file mode 100644 index 9bc4612b07..0000000000 --- a/test/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "package-store-tests", - "description": "Tests of package-store", - "private": true, - "version": "1.0.0", - "scripts": { - "test": "ts-node index.ts" - }, - "dependencies": { - "@types/nock": "^8.2.1", - "nock": "^9.0.14", - "npm-registry-client": "^8.4.0", - "tape": "^4.7.0", - "ts-node": "^3.2.0" - } -} diff --git a/test/shrinkwrap.yaml b/test/shrinkwrap.yaml deleted file mode 100644 index 4f1ca0568f..0000000000 --- a/test/shrinkwrap.yaml +++ /dev/null @@ -1,931 +0,0 @@ -dependencies: - '@types/nock': 8.2.1 - nock: 9.0.14 - npm-registry-client: 8.4.0 - tape: 4.8.0 - ts-node: 3.3.0 -packages: - /@types/nock/8.2.1: - dependencies: - '@types/node': 8.0.27 - resolution: - integrity: sha1-H75b3suUPBCad4VT+k0kAcuTlLQ= - /@types/node/8.0.27: - resolution: - integrity: sha512-MiOd5TB6ftlOw6gLY3XdF0s/9YoTo172A6qGzi5I1SJy2dRZqg/LAHGTJMm1XFWx7kuYkbVW0sp/z3OP7VnkjQ== - /ajv/4.11.8: - dependencies: - co: 4.6.0 - json-stable-stringify: 1.0.1 - resolution: - integrity: sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY= - /ansi-regex/2.1.1: - engines: - node: '>=0.10.0' - optional: true - resolution: - integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - /ansi-styles/3.2.0: - dependencies: - color-convert: 1.9.0 - engines: - node: '>=4' - resolution: - integrity: sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug== - /aproba/1.1.2: - optional: true - resolution: - integrity: sha512-ZpYajIfO0j2cOFTO955KUMIKNmj6zhX8kVztMAxFsDaMwz+9Z9SV0uou2pC9HJqcfpffOsjnbrDMvkNy+9RXPw== - /are-we-there-yet/1.1.4: - dependencies: - delegates: 1.0.0 - readable-stream: 2.3.3 - optional: true - resolution: - integrity: sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0= - /arrify/1.0.1: - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= - /asn1/0.2.3: - resolution: - integrity: sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y= - /assert-plus/0.2.0: - engines: - node: '>=0.8' - resolution: - integrity: sha1-104bh+ev/A24qttwIfP+SBAasjQ= - /assert-plus/1.0.0: - engines: - node: '>=0.8' - resolution: - integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - /assertion-error/1.0.2: - resolution: - integrity: sha1-E8pRXYYgbaC6xm6DTdOX2HWBCUw= - /asynckit/0.4.0: - resolution: - integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k= - /aws-sign2/0.6.0: - resolution: - integrity: sha1-FDQt0428yU0OW4fXY81jYSwOeU8= - /aws4/1.6.0: - resolution: - integrity: sha1-g+9cqGCysy5KDe7e6MdxudtXRx4= - /balanced-match/1.0.0: - resolution: - integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - /bcrypt-pbkdf/1.0.1: - dependencies: - tweetnacl: 0.14.5 - optional: true - resolution: - integrity: sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40= - /boom/2.10.1: - dependencies: - hoek: 2.16.3 - engines: - node: '>=0.10.40' - resolution: - integrity: sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8= - /brace-expansion/1.1.8: - dependencies: - balanced-match: 1.0.0 - concat-map: 0.0.1 - resolution: - integrity: sha1-wHshHHyVLsH479Uad+8NHTmQopI= - /builtin-modules/1.1.1: - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= - /builtins/1.0.3: - resolution: - integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og= - /caseless/0.12.0: - resolution: - integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - /chai/3.5.0: - dependencies: - assertion-error: 1.0.2 - deep-eql: 0.1.3 - type-detect: 1.0.0 - engines: - node: '>= 0.4.0' - resolution: - integrity: sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc= - /chalk/2.1.0: - dependencies: - ansi-styles: 3.2.0 - escape-string-regexp: 1.0.5 - supports-color: 4.4.0 - engines: - node: '>=4' - resolution: - integrity: sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ== - /co/4.6.0: - engines: - iojs: '>= 1.0.0' - node: '>= 0.12.0' - resolution: - integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - /code-point-at/1.1.0: - engines: - node: '>=0.10.0' - optional: true - resolution: - integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - /color-convert/1.9.0: - dependencies: - color-name: 1.1.3 - resolution: - integrity: sha1-Gsz5fdc5uYO/mU1W/sj5WFNkG3o= - /color-name/1.1.3: - resolution: - integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - /combined-stream/1.0.5: - dependencies: - delayed-stream: 1.0.0 - engines: - node: '>= 0.8' - resolution: - integrity: sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk= - /concat-map/0.0.1: - resolution: - integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - /concat-stream/1.6.0: - dependencies: - inherits: 2.0.3 - readable-stream: 2.3.3 - typedarray: 0.0.6 - engines: - '0': node >= 0.8 - resolution: - integrity: sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc= - /console-control-strings/1.1.0: - optional: true - resolution: - integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - /core-util-is/1.0.2: - resolution: - integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - /cryptiles/2.0.5: - dependencies: - boom: 2.10.1 - engines: - node: '>=0.10.40' - resolution: - integrity: sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g= - /dashdash/1.14.1: - dependencies: - assert-plus: 1.0.0 - engines: - node: '>=0.10' - resolution: - integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - /debug/2.6.8: - dependencies: - ms: 2.0.0 - resolution: - integrity: sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw= - /deep-eql/0.1.3: - dependencies: - type-detect: 0.1.1 - resolution: - integrity: sha1-71WKyrjeJSBs1xOQbXTlaTDrafI= - /deep-equal/1.0.1: - resolution: - integrity: sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= - /define-properties/1.1.2: - dependencies: - foreach: 2.0.5 - object-keys: 1.0.11 - engines: - node: '>= 0.4' - resolution: - integrity: sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ= - /defined/1.0.0: - resolution: - integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= - /delayed-stream/1.0.0: - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - /delegates/1.0.0: - optional: true - resolution: - integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - /diff/3.3.0: - engines: - node: '>=0.3.1' - resolution: - integrity: sha512-w0XZubFWn0Adlsapj9EAWX0FqWdO4tz8kc3RiYdWLh4k/V8PTb6i0SMgXt0vRM3zyKnT8tKO7mUlieRQHIjMNg== - /ecc-jsbn/0.1.1: - dependencies: - jsbn: 0.1.1 - optional: true - resolution: - integrity: sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU= - /es-abstract/1.8.1: - dependencies: - es-to-primitive: 1.1.1 - function-bind: 1.1.1 - has: 1.0.1 - is-callable: 1.1.3 - is-regex: 1.0.4 - engines: - node: '>= 0.4' - resolution: - integrity: sha512-G6pkMLdmxF3dh4hbuYuQiku29rRqo9p5+iRf7mZTEELT/xZ/D9Vzg04ddlvzJuJuCmZp1WBbfbVLZEeygYNkpw== - /es-to-primitive/1.1.1: - dependencies: - is-callable: 1.1.3 - is-date-object: 1.0.1 - is-symbol: 1.0.1 - engines: - node: '>= 0.4' - resolution: - integrity: sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0= - /escape-string-regexp/1.0.5: - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /extend/3.0.1: - resolution: - integrity: sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ= - /extsprintf/1.3.0: - engines: - '0': node >=0.6.0 - resolution: - integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - /for-each/0.3.2: - dependencies: - is-function: 1.0.1 - resolution: - integrity: sha1-LEBFC5NI6X8oEyJZO6lnBLmr1NQ= - /foreach/2.0.5: - resolution: - integrity: sha1-C+4AUBiusmDQo6865ljdATbsG5k= - /forever-agent/0.6.1: - resolution: - integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - /form-data/2.1.4: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.5 - mime-types: 2.1.17 - engines: - node: '>= 0.12' - resolution: - integrity: sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE= - /fs.realpath/1.0.0: - resolution: - integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - /function-bind/1.1.1: - resolution: - integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - /gauge/2.7.4: - dependencies: - aproba: 1.1.2 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.2 - string-width: 1.0.2 - strip-ansi: 3.0.1 - wide-align: 1.1.2 - optional: true - resolution: - integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= - /getpass/0.1.7: - dependencies: - assert-plus: 1.0.0 - resolution: - integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - /glob/7.1.2: - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.3 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - resolution: - integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ== - /graceful-fs/4.1.11: - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg= - /har-schema/1.0.5: - engines: - node: '>=4' - resolution: - integrity: sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4= - /har-validator/4.2.1: - dependencies: - ajv: 4.11.8 - har-schema: 1.0.5 - engines: - node: '>=4' - resolution: - integrity: sha1-M0gdDxu/9gDdID11gSpqX7oALio= - /has-flag/2.0.0: - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-6CB68cx7MNRGzHC3NLXovhj4jVE= - /has-unicode/2.0.1: - optional: true - resolution: - integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - /has/1.0.1: - dependencies: - function-bind: 1.1.1 - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-hGFzP1OLCDfJNh45qauelwTcLyg= - /hawk/3.1.3: - dependencies: - boom: 2.10.1 - cryptiles: 2.0.5 - hoek: 2.16.3 - sntp: 1.0.9 - engines: - node: '>=0.10.32' - resolution: - integrity: sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ= - /hoek/2.16.3: - engines: - node: '>=0.10.40' - resolution: - integrity: sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0= - /hosted-git-info/2.5.0: - resolution: - integrity: sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg== - /http-signature/1.1.1: - dependencies: - assert-plus: 0.2.0 - jsprim: 1.4.1 - sshpk: 1.13.1 - engines: - node: '>=0.8' - npm: '>=1.3.7' - resolution: - integrity: sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8= - /inflight/1.0.6: - dependencies: - once: 1.4.0 - wrappy: 1.0.2 - resolution: - integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - /inherits/2.0.3: - resolution: - integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - /is-builtin-module/1.0.0: - dependencies: - builtin-modules: 1.1.1 - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-VAVy0096wxGfj3bDDLwbHgN6/74= - /is-callable/1.1.3: - engines: - node: '>= 0.4' - resolution: - integrity: sha1-hut1OSgF3cM69xySoO7fdO52BLI= - /is-date-object/1.0.1: - engines: - node: '>= 0.4' - resolution: - integrity: sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY= - /is-fullwidth-code-point/1.0.0: - dependencies: - number-is-nan: 1.0.1 - engines: - node: '>=0.10.0' - optional: true - resolution: - integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - /is-function/1.0.1: - resolution: - integrity: sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU= - /is-regex/1.0.4: - dependencies: - has: 1.0.1 - engines: - node: '>= 0.4' - resolution: - integrity: sha1-VRdIm1RwkbCTDglWVM7SXul+lJE= - /is-symbol/1.0.1: - engines: - node: '>= 0.4' - resolution: - integrity: sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI= - /is-typedarray/1.0.0: - resolution: - integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - /isarray/1.0.0: - resolution: - integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - /isstream/0.1.2: - resolution: - integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - /jsbn/0.1.1: - optional: true - resolution: - integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - /json-schema/0.2.3: - resolution: - integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - /json-stable-stringify/1.0.1: - dependencies: - jsonify: 0.0.0 - resolution: - integrity: sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= - /json-stringify-safe/5.0.1: - resolution: - integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - /jsonify/0.0.0: - resolution: - integrity: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - /jsprim/1.4.1: - dependencies: - assert-plus: 1.0.0 - extsprintf: 1.3.0 - json-schema: 0.2.3 - verror: 1.10.0 - engines: - '0': node >=0.6.0 - resolution: - integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - /lodash/4.17.4: - resolution: - integrity: sha1-eCA6TRwyiuHYbcpkYONptX9AVa4= - /make-error/1.3.0: - resolution: - integrity: sha1-Uq06M5zPEM5itAQLcI/nByRLi5Y= - /mime-db/1.30.0: - engines: - node: '>= 0.6' - resolution: - integrity: sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE= - /mime-types/2.1.17: - dependencies: - mime-db: 1.30.0 - engines: - node: '>= 0.6' - resolution: - integrity: sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo= - /minimatch/3.0.4: - dependencies: - brace-expansion: 1.1.8 - resolution: - integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - /minimist/0.0.8: - resolution: - integrity: sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= - /minimist/1.2.0: - resolution: - integrity: sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= - /mkdirp/0.5.1: - dependencies: - minimist: 0.0.8 - resolution: - integrity: sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= - /ms/2.0.0: - resolution: - integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - /nock/9.0.14: - dependencies: - chai: 3.5.0 - debug: 2.6.8 - deep-equal: 1.0.1 - json-stringify-safe: 5.0.1 - lodash: 4.17.4 - mkdirp: 0.5.1 - propagate: 0.4.0 - qs: 6.5.0 - semver: 5.4.1 - engines: - '0': node >= 4.0 - resolution: - integrity: sha1-IhFVAlMXPOKYvNifyoJeg4E8pys= - /normalize-package-data/2.4.0: - dependencies: - hosted-git-info: 2.5.0 - is-builtin-module: 1.0.0 - semver: 5.4.1 - validate-npm-package-license: 3.0.1 - resolution: - integrity: sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw== - /npm-package-arg/5.1.2: - dependencies: - hosted-git-info: 2.5.0 - osenv: 0.1.4 - semver: 5.4.1 - validate-npm-package-name: 3.0.0 - resolution: - integrity: sha512-wJBsrf0qpypPT7A0LART18hCdyhpCMxeTtcb0X4IZO2jsP6Om7EHN1d9KSKiqD+KVH030RVNpWS9thk+pb7wzA== - /npm-registry-client/8.4.0: - dependencies: - concat-stream: 1.6.0 - graceful-fs: 4.1.11 - normalize-package-data: 2.4.0 - npm-package-arg: 5.1.2 - once: 1.4.0 - request: 2.81.0 - retry: 0.10.1 - semver: 5.4.1 - slide: 1.1.6 - ssri: 4.1.6 - optionalDependencies: - npmlog: 4.1.2 - resolution: - integrity: sha512-PVNfqq0lyRdFnE//nDmn3CC9uqTsr8Bya9KPLIevlXMfkP0m4RpCVyFFk0W1Gfx436kKwyhLA6J+lV+rgR81gQ== - /npmlog/4.1.2: - dependencies: - are-we-there-yet: 1.1.4 - console-control-strings: 1.1.0 - gauge: 2.7.4 - set-blocking: 2.0.0 - optional: true - resolution: - integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== - /number-is-nan/1.0.1: - engines: - node: '>=0.10.0' - optional: true - resolution: - integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - /oauth-sign/0.8.2: - resolution: - integrity: sha1-Rqarfwrq2N6unsBWV4C31O/rnUM= - /object-assign/4.1.1: - engines: - node: '>=0.10.0' - optional: true - resolution: - integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - /object-inspect/1.3.0: - resolution: - integrity: sha512-OHHnLgLNXpM++GnJRyyhbr2bwl3pPVm4YvaraHrRvDt/N3r+s/gDVHciA7EJBTkijKXj61ssgSAikq1fb0IBRg== - /object-keys/1.0.11: - engines: - node: '>= 0.4' - resolution: - integrity: sha1-xUYBd4rVYPEULODgG8yotW0TQm0= - /once/1.4.0: - dependencies: - wrappy: 1.0.2 - resolution: - integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - /os-homedir/1.0.2: - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - /os-tmpdir/1.0.2: - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - /osenv/0.1.4: - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - resolution: - integrity: sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ= - /path-is-absolute/1.0.1: - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - /path-parse/1.0.5: - resolution: - integrity: sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME= - /performance-now/0.2.0: - resolution: - integrity: sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU= - /process-nextick-args/1.0.7: - resolution: - integrity: sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M= - /propagate/0.4.0: - engines: - '0': node >= 0.8.1 - resolution: - integrity: sha1-8/zKCm/gZzanulcpZgaWF8EwtIE= - /punycode/1.4.1: - resolution: - integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4= - /qs/6.4.0: - engines: - node: '>=0.6' - resolution: - integrity: sha1-E+JtKK1rD/qpExLNO/cI7TUecjM= - /qs/6.5.0: - engines: - node: '>=0.6' - resolution: - integrity: sha512-fjVFjW9yhqMhVGwRExCXLhJKrLlkYSaxNWdyc9rmHlrVZbk35YHH312dFd7191uQeXkI3mKLZTIbSvIeFwFemg== - /readable-stream/2.3.3: - dependencies: - core-util-is: 1.0.2 - inherits: 2.0.3 - isarray: 1.0.0 - process-nextick-args: 1.0.7 - safe-buffer: 5.1.1 - string_decoder: 1.0.3 - util-deprecate: 1.0.2 - resolution: - integrity: sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ== - /request/2.81.0: - dependencies: - aws-sign2: 0.6.0 - aws4: 1.6.0 - caseless: 0.12.0 - combined-stream: 1.0.5 - extend: 3.0.1 - forever-agent: 0.6.1 - form-data: 2.1.4 - har-validator: 4.2.1 - hawk: 3.1.3 - http-signature: 1.1.1 - is-typedarray: 1.0.0 - isstream: 0.1.2 - json-stringify-safe: 5.0.1 - mime-types: 2.1.17 - oauth-sign: 0.8.2 - performance-now: 0.2.0 - qs: 6.4.0 - safe-buffer: 5.1.1 - stringstream: 0.0.5 - tough-cookie: 2.3.2 - tunnel-agent: 0.6.0 - uuid: 3.1.0 - engines: - node: '>= 4' - resolution: - integrity: sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA= - /resolve/1.4.0: - dependencies: - path-parse: 1.0.5 - resolution: - integrity: sha512-aW7sVKPufyHqOmyyLzg/J+8606v5nevBgaliIlV7nUpVMsDnoBGV/cbSLNjZAg9q0Cfd/+easKVKQ8vOu8fn1Q== - /resumer/0.0.0: - dependencies: - through: 2.3.8 - resolution: - integrity: sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k= - /retry/0.10.1: - resolution: - integrity: sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= - /safe-buffer/5.1.1: - resolution: - integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg== - /semver/5.4.1: - resolution: - integrity: sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg== - /set-blocking/2.0.0: - optional: true - resolution: - integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - /signal-exit/3.0.2: - optional: true - resolution: - integrity: sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= - /slide/1.1.6: - resolution: - integrity: sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= - /sntp/1.0.9: - dependencies: - hoek: 2.16.3 - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg= - /source-map-support/0.4.17: - dependencies: - source-map: 0.5.7 - resolution: - integrity: sha512-30c1Ch8FSjV0FwC253iftbbj0dU/OXoSg1LAEGZJUlGgjTNj6cu+DVqJWWIZJY5RXLWV4eFtR+4ouo0VIOYOTg== - /source-map/0.5.7: - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - /spdx-correct/1.0.2: - dependencies: - spdx-license-ids: 1.2.2 - resolution: - integrity: sha1-SzBz2TP/UfORLwOsVRlJikFQ20A= - /spdx-expression-parse/1.0.4: - resolution: - integrity: sha1-m98vIOH0DtRH++JzJmGR/O1RYmw= - /spdx-license-ids/1.2.2: - resolution: - integrity: sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc= - /sshpk/1.13.1: - dependencies: - asn1: 0.2.3 - assert-plus: 1.0.0 - dashdash: 1.14.1 - getpass: 0.1.7 - engines: - node: '>=0.10.0' - optionalDependencies: - bcrypt-pbkdf: 1.0.1 - ecc-jsbn: 0.1.1 - jsbn: 0.1.1 - tweetnacl: 0.14.5 - resolution: - integrity: sha1-US322mKHFEMW3EwY/hzx2UBzm+M= - /ssri/4.1.6: - dependencies: - safe-buffer: 5.1.1 - resolution: - integrity: sha512-WUbCdgSAMQjTFZRWvSPpauryvREEA+Krn19rx67UlJEJx/M192ZHxMmJXjZ4tkdFm+Sb0SXGlENeQVlA5wY7kA== - /string-width/1.0.2: - dependencies: - code-point-at: 1.1.0 - is-fullwidth-code-point: 1.0.0 - strip-ansi: 3.0.1 - engines: - node: '>=0.10.0' - optional: true - resolution: - integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - /string.prototype.trim/1.1.2: - dependencies: - define-properties: 1.1.2 - es-abstract: 1.8.1 - function-bind: 1.1.1 - engines: - node: '>= 0.4' - resolution: - integrity: sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo= - /string_decoder/1.0.3: - dependencies: - safe-buffer: 5.1.1 - resolution: - integrity: sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ== - /stringstream/0.0.5: - resolution: - integrity: sha1-TkhM1N5aC7vuGORjB3EKioFiGHg= - /strip-ansi/3.0.1: - dependencies: - ansi-regex: 2.1.1 - engines: - node: '>=0.10.0' - optional: true - resolution: - integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - /strip-bom/3.0.0: - engines: - node: '>=4' - resolution: - integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= - /strip-json-comments/2.0.1: - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo= - /supports-color/4.4.0: - dependencies: - has-flag: 2.0.0 - engines: - node: '>=4' - resolution: - integrity: sha512-rKC3+DyXWgK0ZLKwmRsrkyHVZAjNkfzeehuFWdGGcqGDTZFH73+RH6S/RDAAxl9GusSjZSUWYLmT9N5pzXFOXQ== - /tape/4.8.0: - dependencies: - deep-equal: 1.0.1 - defined: 1.0.0 - for-each: 0.3.2 - function-bind: 1.1.1 - glob: 7.1.2 - has: 1.0.1 - inherits: 2.0.3 - minimist: 1.2.0 - object-inspect: 1.3.0 - resolve: 1.4.0 - resumer: 0.0.0 - string.prototype.trim: 1.1.2 - through: 2.3.8 - resolution: - integrity: sha512-TWILfEnvO7I8mFe35d98F6T5fbLaEtbFTG/lxWvid8qDfFTxt19EBijWmB4j3+Hoh5TfHE2faWs73ua+EphuBA== - /through/2.3.8: - resolution: - integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= - /tough-cookie/2.3.2: - dependencies: - punycode: 1.4.1 - engines: - node: '>=0.8' - resolution: - integrity: sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo= - /ts-node/3.3.0: - dependencies: - arrify: 1.0.1 - chalk: 2.1.0 - diff: 3.3.0 - make-error: 1.3.0 - minimist: 1.2.0 - mkdirp: 0.5.1 - source-map-support: 0.4.17 - tsconfig: 6.0.0 - v8flags: 3.0.0 - yn: 2.0.0 - engines: - node: '>=4.2.0' - resolution: - integrity: sha1-wTxqMCTjC+EYDdUwOPwgkonUv2k= - /tsconfig/6.0.0: - dependencies: - strip-bom: 3.0.0 - strip-json-comments: 2.0.1 - resolution: - integrity: sha1-aw6DdgA9evGGT434+J3QBZ/80DI= - /tunnel-agent/0.6.0: - dependencies: - safe-buffer: 5.1.1 - resolution: - integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - /tweetnacl/0.14.5: - optional: true - resolution: - integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - /type-detect/0.1.1: - resolution: - integrity: sha1-C6XsKohWQORw6k6FBZcZANrFiCI= - /type-detect/1.0.0: - resolution: - integrity: sha1-diIXzAbbJY7EiQihKY6LlRIejqI= - /typedarray/0.0.6: - resolution: - integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - /user-home/1.1.1: - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-K1viOjK2Onyd640PKNSFcko98ZA= - /util-deprecate/1.0.2: - resolution: - integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - /uuid/3.1.0: - resolution: - integrity: sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g== - /v8flags/3.0.0: - dependencies: - user-home: 1.1.1 - engines: - node: '>= 0.10.0' - resolution: - integrity: sha512-AGl+C+4qpeSu2g3JxCD/mGFFOs/vVZ3XREkD3ibQXEqr4Y4zgIrPWW124/IKJFHOIVFIoH8miWrLf0o84HYjwA== - /validate-npm-package-license/3.0.1: - dependencies: - spdx-correct: 1.0.2 - spdx-expression-parse: 1.0.4 - resolution: - integrity: sha1-KAS6vnEq0zeUWaz74kdGqywwP7w= - /validate-npm-package-name/3.0.0: - dependencies: - builtins: 1.0.3 - resolution: - integrity: sha1-X6kS2B630MdK/BQN5zF/DKffQ34= - /verror/1.10.0: - dependencies: - assert-plus: 1.0.0 - core-util-is: 1.0.2 - extsprintf: 1.3.0 - engines: - '0': node >=0.6.0 - resolution: - integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - /wide-align/1.1.2: - dependencies: - string-width: 1.0.2 - optional: true - resolution: - integrity: sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w== - /wrappy/1.0.2: - resolution: - integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - /yn/2.0.0: - engines: - node: '>=4' - resolution: - integrity: sha1-5a2ryKz0CPY4X8dklWhMiOavaJo= -registry: 'https://registry.npmjs.org/' -shrinkwrapMinorVersion: 1 -shrinkwrapVersion: 3 -specifiers: - '@types/nock': ^8.2.1 - nock: ^9.0.14 - npm-registry-client: ^8.4.0 - tape: ^4.7.0 - ts-node: ^3.2.0