{"_id":"app-store-scraper","_rev":"37-9ec8a2ab80630df8824f74fd017aa897","name":"app-store-scraper","time":{"modified":"2023-11-21T14:54:33.733Z","created":"2016-06-01T01:41:20.311Z","0.0.1":"2016-06-01T01:41:20.311Z","0.0.2":"2016-06-01T01:43:18.312Z","0.1.0":"2016-06-03T23:20:59.677Z","0.2.0":"2016-06-05T20:00:08.734Z","0.3.0":"2016-06-10T23:19:24.856Z","0.3.1":"2016-06-11T17:37:52.472Z","0.4.0":"2016-09-03T23:37:22.519Z","0.5.0":"2016-12-18T23:46:39.865Z","0.5.1":"2017-01-23T10:55:21.057Z","0.6.0":"2017-03-09T15:59:46.955Z","0.6.1":"2017-03-22T16:26:36.017Z","0.6.2":"2017-04-02T19:06:00.222Z","0.6.3":"2017-04-06T17:54:08.718Z","0.7.0":"2017-05-24T23:45:22.029Z","0.8.0":"2018-02-10T21:16:33.089Z","0.9.0":"2018-02-24T14:14:47.945Z","0.10.0":"2018-03-04T14:37:05.849Z","0.11.0":"2018-03-04T15:14:14.485Z","0.12.0":"2018-06-15T01:13:27.083Z","0.13.0":"2018-06-16T18:59:27.469Z","0.14.0":"2018-11-17T16:05:52.601Z","0.15.0":"2018-11-18T00:24:58.920Z","0.15.1":"2018-11-19T15:28:47.819Z","0.15.2":"2018-11-19T16:11:05.453Z","0.15.3":"2018-12-31T14:31:10.283Z","0.16.0":"2019-04-04T17:51:06.513Z","0.16.2":"2019-12-01T14:57:49.198Z","0.16.3":"2020-06-14T22:18:33.249Z","0.17.0":"2021-07-01T18:37:47.588Z","0.18.0":"2023-11-21T14:54:33.551Z"},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"dist-tags":{"latest":"0.18.0"},"description":"scrape data from the itunes app store","readme":"# app-store-scraper [![Build Status](https://secure.travis-ci.org/facundoolano/app-store-scraper.png)](http://travis-ci.org/facundoolano/app-store-scraper)\nNode.js module to scrape application data from the iTunes/Mac App Store.\nThe goal is to provide an interface as close as possible to the\n[google-play-scraper](https://github.com/facundoolano/google-play-scraper) module.\n\n## Installation\n```\nnpm install app-store-scraper\n```\n\n## Usage\nAvailable methods:\n- [app](#app): Retrieves the full detail of an application.\n- [list](#list): Retrieves a list of applications from one of the collections at iTunes.\n- [search](#search): Retrieves a list of apps that results of searching by the given term.\n- [developer](#developer): Retrieves a list of apps by the given developer id.\n- [privacy](#privacy): Display the privacy details for the app.\n- [suggest](#suggest): Given a string returns up to 50 suggestions to complete a search query term.\n- [similar](#similar): Returns the list of \"customers also bought\" apps shown in the app's detail page.\n- [reviews](#reviews): Retrieves a page of reviews for the app.\n- [ratings](#ratings): Retrieves the ratings for the app.\n\n### app\nRetrieves the full detail of an application. Options:\n\n* `id`: the iTunes \"trackId\" of the app, for example `553834731` for Candy Crush Saga. Either this or the `appId` should be provided.\n* `appId`: the iTunes \"bundleId\" of the app, for example `com.midasplayer.apps.candycrushsaga` for Candy Crush Saga. Either this or the `id` should be provided.\n* `country`: the two letter country code to get the app details from. Defaults to `us`. Note this also affects the language of the data.\n* `lang`: language code for the result text. Defaults to undefined, so country specific language should be used automatically.\n+ `ratings`: load additional ratings information like `ratings` number and `histogram`\n\nExample:\n\n```javascript\nvar store = require('app-store-scraper');\n\nstore.app({id: 553834731}).then(console.log).catch(console.log);\n```\n\nResults:\n\n```javascript\n{ id: 553834731,\n  appId: 'com.midasplayer.apps.candycrushsaga',\n  title: 'Candy Crush Saga',\n  url: 'https://itunes.apple.com/us/app/candy-crush-saga/id553834731?mt=8&uo=4',\n  description: 'Candy Crush Saga, from the makers of Candy Crush ...',\n  icon: 'http://is5.mzstatic.com/image/thumb/Purple30/v4/7a/e4/a9/7ae4a9a9-ff68-cbe4-eed6-fe0a246e625d/source/512x512bb.jpg',\n  genres: [ 'Games', 'Entertainment', 'Puzzle', 'Arcade' ],\n  genreIds: [ '6014', '6016', '7012', '7003' ],\n  primaryGenre: 'Games',\n  primaryGenreId: 6014,\n  contentRating: '4+',\n  languages: [ 'EN', 'JA' ],\n  size: '73974859',\n  requiredOsVersion: '5.1.1',\n  released: '2012-11-14T14:41:32Z',\n  updated: '2016-05-31T06:39:52Z',\n  releaseNotes: 'We are back with a tasty Candy Crush Saga update ...',\n  version: '1.76.1',\n  price: 0,\n  currency: 'USD',\n  free: true,\n  developerId: 526656015,\n  developer: 'King',\n  developerUrl: 'https://itunes.apple.com/us/developer/king/id526656015?uo=4',\n  developerWebsite: undefined,\n  score: 4,\n  reviews: 818816,\n  currentVersionScore: 4.5,\n  currentVersionReviews: 1323,\n  screenshots:\n   [ 'http://a3.mzstatic.com/us/r30/Purple49/v4/7a/8a/a0/7a8aa0ec-976d-801f-0bd9-7b753fdaf93c/screen1136x1136.jpeg',\n     ... ],\n  ipadScreenshots:\n   [ 'http://a1.mzstatic.com/us/r30/Purple49/v4/db/45/cf/db45cff9-bdb6-0832-157f-ac3f14565aef/screen480x480.jpeg',\n     ... ],\n  appletvScreenshots: [],\n  supportedDevices:\n   [ 'iPhone-3GS',\n     'iPadWifi',\n     ... ]}\n```\n\nExample with `ratings` option:\n\n```javascript\nvar store = require('app-store-scraper');\n\nstore.app({id: 553834731, ratings: true}).then(console.log).catch(console.log);\n```\n\nResults:\n\n```javascript\n{ id: 553834731,\n  appId: 'com.midasplayer.apps.candycrushsaga',\n\n  // ... like above\n\n  ratings: 652230,\n  histogram: {\n    '1': 7004,\n    '2': 6650,\n    '3': 26848,\n    '4': 140625,\n    '5': 471103\n  }\n}\n```\n\n### list\n\nRetrieves a list of applications from one of the collections at iTunes. Options:\n\n* `collection`: the collection to look up. Defaults to `collection.TOP_FREE_IOS`, available options can be found [here](https://github.com/facundoolano/app-store-scraper/blob/master/lib/constants.js#L3).\n* `category`: the category to look up. This is a number associated with the genre for the application. Defaults to no specific category. Available options can be found [here](https://github.com/facundoolano/app-store-scraper/blob/master/lib/constants.js#L19).\n* `country`: the two letter country code to get the list from. Defaults to `us`.\n* `lang`: language code for the result text. Defaults to undefined, so country specific language should be used automatically.\n* `num`: the amount of elements to retrieve. Defaults to `50`, maximum\n  allowed is `200`.\n* `fullDetail`: If this is set to `true`, an extra request will be\n  made to get extra attributes of the resulting applications (like\n  those returned by the `app` method).\n\nExample:\n\n```js\nvar store = require('app-store-scraper');\n\nstore.list({\n  collection: store.collection.TOP_FREE_IPAD,\n  category: store.category.GAMES_ACTION,\n  num: 2\n})\n.then(console.log)\n.catch(console.log);\n```\n\nReturns:\n\n```js\n[ { id: '1091944550',\n    appId: 'com.hypah.io.slither',\n    title: 'slither.io',\n    icon: 'http://is4.mzstatic.com/image/thumb/Purple30/v4/68/d7/4d/68d74df4-f4e7-d4a4-a8ea-dbab686e5554/mzl.ujmngosn.png/100x100bb-85.png',\n    url: 'https://itunes.apple.com/us/app/slither.io/id1091944550?mt=8&uo=2',\n    price: 0,\n    currency: 'USD',\n    free: true,\n    description: 'Play against other people online! ...',\n    developer: 'Steve Howse',\n    developerUrl: 'https://itunes.apple.com/us/developer/steve-howse/id867992583?mt=8&uo=2',\n    developerId: '867992583',\n    genre: 'Games',\n    genreId: '6014',\n    released: '2016-03-25T10:01:46-07:00' },\n  { id: '1046846443',\n    appId: 'com.ubisoft.hungrysharkworld',\n    title: 'Hungry Shark World',\n    icon: 'http://is5.mzstatic.com/image/thumb/Purple60/v4/08/1a/8d/081a8d06-b4d5-528b-fa8e-f53646b6f797/mzl.ehtjvlft.png/100x100bb-85.png',\n    url: 'https://itunes.apple.com/us/app/hungry-shark-world/id1046846443?mt=8&uo=2',\n    price: 0,\n    currency: 'USD',\n    free: true,\n    description: 'The stunning sequel to Hungry ...',\n    developer: 'Ubisoft',\n    developerUrl: 'https://itunes.apple.com/us/developer/ubisoft/id317644720?mt=8&uo=2',\n    developerId: '317644720',\n    genre: 'Games',\n    genreId: '6014',\n    released: '2016-05-04T09:43:06-07:00' } ]\n```\n\n### search\n\nRetrieves a list of apps that results of searching by the given term. Options:\n\n* `term`: the term to search for (required).\n* `num`: the amount of elements to retrieve. Defaults to `50`.\n* `page`: page of results to retrieve. Defaults to to `1`.\n* `country`: the two letter country code to get the similar apps\n  from. Defaults to `us`.\n* `lang`: language code for the result text. Defaults to `en-us`.\n* `idsOnly`: (optional, defaults to `false`): skip extra lookup request. Search results will contain array of application ids.\n\nExample:\n\n```js\nvar store = require('app-store-scraper');\n\nstore.search({\n  term: 'panda',\n  num: 2,\n  page: 3,\n  country : 'us',\n  lang: 'lang'\n})\n.then(console.log)\n.catch(console.log);\n```\n\nResults:\n\n```js\n[\n  { id: 903990394,\n    appId: 'com.pandarg.pxmobileapp',\n    title: 'Panda Express Chinese Kitchen',\n    (...)\n  },\n  {\n    id: 700970012,\n    appId: 'com.sgn.pandapop',\n    title: 'Panda Pop',\n    (...)\n  }\n]\n```\n\n### developer\nRetrieves a list of applications by the give developer id. Options:\n\n* `devId`: the iTunes \"artistId\" of the developer, for example `284882218` for Facebook.\n* `country`: the two letter country code to get the app details from. Defaults to `us`. Note this also affects the language of the data.\n* `lang`: language code for the result text. Defaults to undefined, so country specific language should be used automatically.\n\nExample:\n\n```javascript\nvar store = require('app-store-scraper');\n\nstore.developer({devId: 284882218}).then(console.log).catch(console.log);\n```\n\nResults:\n\n```js\n[\n  { id: 284882215,\n    appId: 'com.facebook.Facebook',\n    title: 'Facebook',\n    (...)\n  },\n  { id: 454638411,\n    appId: 'com.facebook.Messenger',\n    title: 'Messenger',\n    (...)\n  },\n  (...)\n]\n```\n\n### privacy\n\nRetrieves the ratings for the app. Currently only for US App Store. Options:\n\n* `id`: the iTunes \"trackId\" of the app, for example `553834731` for Candy Crush Saga.\n\nExample:\n\n```js\nvar store = require('app-store-scraper');\n\nstore.privacy({\n  id: 324684580,\n})\n.then(console.log)\n.catch(console.log);\n```\n\nReturns:\n\n```js\n{\n  \"managePrivacyChoicesUrl\": null,\n  \"privacyTypes\": [\n    {\n      \"privacyType\": \"Data Used to Track You\",\n      \"identifier\": \"DATA_USED_TO_TRACK_YOU\",\n      \"description\": \"The following data may be used to track you across apps and websites owned by other companies:\",\n      \"dataCategories\": [\n        {\n          \"dataCategory\": \"Contact Info\",\n          \"identifier\": \"CONTACT_INFO\",\n          \"dataTypes\": [\n            \"Email Address\",\n            \"Phone Number\"\n          ]\n        },\n        ...\n      ],\n      \"purposes\": []\n    },\n    ...\n  ]\n}\n```\n\n### suggest\n\nGiven a string returns up to 50 suggestions to complete a search query term.\nA priority index is also returned which goes from `0` for terms with low traffic\nto `10000` for the most searched terms.\n\nExample:\n\n```js\nvar store = require('app-store-scraper');\n\nstore.suggest({term: 'panda'}).then(console.log).catch(console.log);\n```\n\nResults:\n\n```js\n[\n  { term: 'panda pop' },\n  { term: 'panda pop free' },\n  { term: 'panda' },\n  { term: 'panda express' },\n  { term: 'panda games' },\n  { term: 'panda pop 2' },\n  ...\n]\n```\n\n### similar\nReturns the list of \"customers also bought\" apps shown in the app's detail page. Options:\n\n* `id`: the iTunes \"trackId\" of the app, for example `553834731` for Candy Crush Saga. Either this or the `appId` should be provided.\n* `appId`: the iTunes \"bundleId\" of the app, for example `com.midasplayer.apps.candycrushsaga` for Candy Crush Saga. Either this or the `id` should be provided.\n\nExample:\n\n```js\nvar store = require('app-store-scraper');\n\nstore.similar({id: 553834731}).then(console.log).catch(console.log);\n```\n\nResults:\n\n```js\n[\n  {\n    id: 632285588,\n    appId: 'com.nerdyoctopus.dots',\n    title: 'Dots: A Game About Connecting',\n    (...)\n  },\n  {\n    id: 727296976,\n    appId: 'com.sgn.cookiejam',\n    title: 'Cookie Jam',\n    (...)\n  }\n  (...)\n]\n```\n\n### reviews\n\nRetrieves a page of reviews for the app. Options:\n\n* `id`: the iTunes \"trackId\" of the app, for example `553834731` for Candy Crush Saga. Either this or the `appId` should be provided.\n* `appId`: the iTunes \"bundleId\" of the app, for example `com.midasplayer.apps.candycrushsaga` for Candy Crush Saga. Either this or the `id` should be provided.\n* `country`: the two letter country code to get the reviews from. Defaults to `us`.\n* `page`: the review page number to retrieve. Defaults to `1`, maximum allowed is `10`.\n* `sort`: the review sort order. Defaults to `store.sort.RECENT`, available options are `store.sort.RECENT` and `store.sort.HELPFUL`.\n\nExample:\n\n```js\nvar store = require('app-store-scraper');\n\nstore.reviews({\n  appId: 'com.midasplayer.apps.candycrushsaga',\n  sort: store.sort.HELPFUL,\n  page: 2\n})\n.then(console.log)\n.catch(console.log);\n```\n\nReturns:\n\n```js\n[ { id: '1472864600',\n    userName: 'Linda D. Lopez',\n    userUrl: 'https://itunes.apple.com/us/reviews/id324568166',\n    version: '1.80.1',\n    score: 5,\n    title: 'Great way to pass time or unwind',\n    text: 'I was a fan of Bejeweled many moons ago...',\n    updated: '2021-07-26T18:26:24-07:00',\n    url: 'https://itunes.apple.com/us/review?id=553834731&type=Purple%20Software' },,\n  { id: '1472864708',\n    userName: 'Jennamaxkidd',\n    userUrl: 'https://itunes.apple.com/us/reviews/id223990784',\n    version: '1.80.1',\n    score: 1,\n    title: 'Help! THE PROBLEM IS NOT FIXED!',\n    text: 'STILL HAVING THE SAME ISSUE.  It\\'s happening again...',\n    updated: '2021-07-26T18:04:41-07:00',\n    url: 'https://itunes.apple.com/us/review?id=553834731&type=Purple%20Software' },\n  (...)\n]\n```\n\n### ratings\n\nRetrieves the ratings for the app. Options:\n\n* `id`: the iTunes \"trackId\" of the app, for example `553834731` for Candy Crush Saga. Either this or the `appId` should be provided.\n* `appId`: the iTunes \"bundleId\" of the app, for example `com.midasplayer.apps.candycrushsaga` for Candy Crush Saga. Either this or the `id` should be provided.\n* `country`: the two letter country code to get the reviews from. Defaults to `us`.\n\nExample:\n\n```js\nvar store = require('app-store-scraper');\n\nstore.ratings({\n  appId: 'com.midasplayer.apps.candycrushsaga',\n})\n.then(console.log)\n.catch(console.log);\n```\n\nReturns:\n\n```js\n{\n  ratings: 652719,\n  histogram: {\n    '1': 7012,\n    '2': 6655,\n    '3': 26876,\n    '4': 140680,\n    '5': 471496\n  }\n}\n```\n\n### Memoization\n\nSince every library call performs one or multiple requests to\nan iTunes API or web page, sometimes it can be useful to cache the results\nto avoid requesting the same data twice. The `memoized` function returns the\nstore object that caches its results:\n\n``` javascript\nvar store = require('app-store-scraper'); // regular non caching version\nvar memoized = require('app-store-scraper').memoized(); // cache with default options\nvar memoizedCustom = require('app-store-scraper').memoized({ maxAge: 1000 * 60 }); // cache with default options\n\nmemoized.app({id: 553834731}) // will make a request\n  .then(() => memoized.app({id: 553834731})); // will resolve to the cached value without requesting\n```\n\nThe options available are those supported by the [memoizee](https://github.com/medikoo/memoizee) module.\nBy default up to 1000 values are cached by each method and they expire after 5 minutes.\n","versions":{"0.0.2":{"name":"app-store-scraper","version":"0.0.2","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"superagent":"^2.0.0","xml2js":"^0.4.16"},"devDependencies":{"eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2"},"gitHead":"da5c13f3240d1fb3d9e86cdce43d6fc23456040f","_id":"app-store-scraper@0.0.2","_shasum":"da7f80db324cf2d43b732fb2edd3f252c6731473","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"da7f80db324cf2d43b732fb2edd3f252c6731473","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.0.2.tgz","integrity":"sha512-oJIUn9jyBf+uII+SEX1joNIc6N2+GB41ZrmM5uo2fUj4Ww+8mnLYPoaaQepj9pSqyEJD1a4Um4i8L1ki19Leag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEX2Rke/M3DQynmoj6A8mtRoCzLfRN8qTiRrYQ36gLMEAiEA+YFakGz9Zbu2vafUStRTc0h1Q04ENfzvTD5TA5FwXgs="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.0.2.tgz_1464745395935_0.31630135024897754"},"directories":{}},"0.1.0":{"name":"app-store-scraper","version":"0.1.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"superagent":"^2.0.0","xml2js":"^0.4.16"},"devDependencies":{"eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2"},"gitHead":"82825ec8513b98510ed77932ef743c30410acc59","_id":"app-store-scraper@0.1.0","_shasum":"609f5ce57b6fca4c0a1a02383f4a9ff4e63da431","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"609f5ce57b6fca4c0a1a02383f4a9ff4e63da431","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.1.0.tgz","integrity":"sha512-U2Ru2zPrcUwOpmSKzEhuUwaALIzcMoiw4ct6mG4dFulOmqar+N7jhJzuX4SsGj3LuUQ9ua8uTuMwtlEOeLyKzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAnPyCyu0wJnSFKVBmCczH/iGoMI6QfZpzZWCoFFvmfhAiBdgQGTOOWrqe5g90RprX83Ap1s/mJkQlWOSRFO0h3F1A=="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.1.0.tgz_1464996058121_0.5672306076157838"},"directories":{}},"0.2.0":{"name":"app-store-scraper","version":"0.2.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"superagent":"^2.0.0","xml2js":"^0.4.16"},"devDependencies":{"eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2"},"gitHead":"15e7d7c6419c3b32757ded47722f7b67e981d405","_id":"app-store-scraper@0.2.0","_shasum":"8a372ffe4cfacaadcee010fb975939563b56ac86","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"8a372ffe4cfacaadcee010fb975939563b56ac86","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.2.0.tgz","integrity":"sha512-d1leDE1wIQtKZToLa0LItEKkIZH+i1XHnc4n21Je78t/6rGhA5kQAiLR1VT6cw23V4OZyK4uvPucfUmPnRWuwA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICH2gVKCxxQajeFkMgTLGKaezOQMmfL/L2OSwsq8XaWAAiEAsEdB6KQe8aMwQVrKjjl2yB45n0Y1iN5VkAjFBuoaq5Q="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.2.0.tgz_1465156806286_0.327307207044214"},"directories":{}},"0.3.0":{"name":"app-store-scraper","version":"0.3.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","superagent":"^2.0.0","xml2js":"^0.4.16"},"devDependencies":{"eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2"},"gitHead":"ba43043b8ff46bc4310a2b4920137e20cfac71b7","_id":"app-store-scraper@0.3.0","_shasum":"55e3cd4769534f8ce53b456e59c8d61410a6813a","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"55e3cd4769534f8ce53b456e59c8d61410a6813a","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.3.0.tgz","integrity":"sha512-SasRU0TSG5jdl6GGkWEM5d8cVTeWrynz3vQIqFgMoUTVzJ6n9r+3C5FY8x4IYB+mH7FzoNB94cHcUU4XBH/X9A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHkqXM/WLx6ragwCYMdVt1ZMqDA1rvx54qATiv2JYS0YAiEA837rTx0eD6uNa0gMxHvA7lcgrLZzdZFq+4+CQK4IZCY="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.3.0.tgz_1465600762440_0.79434984177351"},"directories":{}},"0.3.1":{"name":"app-store-scraper","version":"0.3.1","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","superagent":"^2.0.0","xml2js":"^0.4.16"},"devDependencies":{"eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2"},"gitHead":"4cd2ba62db00bc092944eff19fe4b8e28bc38b8e","_id":"app-store-scraper@0.3.1","_shasum":"864dde26cd281cb7493186a7fc6d59ad9c8648c7","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"864dde26cd281cb7493186a7fc6d59ad9c8648c7","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.3.1.tgz","integrity":"sha512-cR+bQBV6EsjLUaNwA8JEz1ooY6o/GQB8BTYcAvp/GcsRo2/h2+y1l1g/suYjGlVXRUFM6S7iNQ7kfVYisx5nhQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTqqic5HJw9OpS7oxTIAayWydAqgLvo/eVy7Q58NNT2AIhANRpJOSjd+BksaFRQty0YP6XeRerbNBIl474QerGpm8r"}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.3.1.tgz_1465666669856_0.7370921918191016"},"directories":{}},"0.4.0":{"name":"app-store-scraper","version":"0.4.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","superagent":"^2.0.0","xml2js":"^0.4.16"},"devDependencies":{"eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2"},"gitHead":"39a9af57f17a9c599a1abe28478a6b51b251915f","_id":"app-store-scraper@0.4.0","_shasum":"a3f4d14e769110fc2872f136fdbfb421cd182906","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"a3f4d14e769110fc2872f136fdbfb421cd182906","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.4.0.tgz","integrity":"sha512-aPioj4j/NSajP7+yjRjP8jlZoX1lf4YKqdCdh3u1FXvYFUIYAqyekq+Bksq1xDy+OzbeMfMuOyAJha7+xydLpQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXJsdaldMxerG6gUzBEcW5P8A4f6tBQglaHvjKyw7Y0wIgGTWW8QpyP8QkKYx2+DCIrG6J6Yy7EduX9x5+fMWsZqY="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.4.0.tgz_1472945838931_0.3464187444187701"},"directories":{}},"0.5.0":{"name":"app-store-scraper","version":"0.5.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"aa9a0ec934a3ad4ba6ca4aa1a14f681eb336a295","_id":"app-store-scraper@0.5.0","_shasum":"33f6ea4eb0cd636bccfe65ee6a53220e26d5e91b","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.9.1","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"33f6ea4eb0cd636bccfe65ee6a53220e26d5e91b","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.5.0.tgz","integrity":"sha512-14ivfz6IVwjwoRm5ZxdrdVclRqCyD+kSswJKVSwYQUZoufqlEjH5HtQuGDt7rO83d504hR7xhWjuddqYFQSejA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGYwAReu/WkN0qAgQdtZmPUAFH52jQ4O8d6I3M7HauIgIgBy+bFkXCdlbbAb/FBOgmgt+mTx6ZoXixPzaZhTb1gTI="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.5.0.tgz_1482104797916_0.5624264378566295"},"directories":{}},"0.5.1":{"name":"app-store-scraper","version":"0.5.1","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"2a03de6181ff015a68d5fac804a243ff42ef99a4","_id":"app-store-scraper@0.5.1","_shasum":"95e6b19e82c2542d04d4454ffe5a3109e19865ef","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"95e6b19e82c2542d04d4454ffe5a3109e19865ef","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.5.1.tgz","integrity":"sha512-wmF1eUdnF18xqsxewajU2NtFmYFQnXGFgdtn1haRYfEtCybjEK/MV/nFom9Q2pAUdqi1vgq+/SSYNg2QlDh5wA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF0hX4lpT8rSGmzebKLvG+M0o30HURS1/C+nw+/A5X96AiEAjoX063RK5HAILVVBq3en0cTp5RSglCA1xQmms4IZ0QI="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.5.1.tgz_1485168919331_0.3027331233024597"},"directories":{}},"0.6.0":{"name":"app-store-scraper","version":"0.6.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"a9c663a5e0b92639c8df0eb0bc2f3d1232498426","_id":"app-store-scraper@0.6.0","_shasum":"23bcb111bf60a4b6e3922a9853dff53b28602cde","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"23bcb111bf60a4b6e3922a9853dff53b28602cde","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.6.0.tgz","integrity":"sha512-V8CWHLEuag3aWF8v3LTC1XFzhRheJs0UGmDpgqN/c4/Mqu6qVICudBJLtS8uSGWh0YhSh2uzVL/pYIdjdOEPwg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBHb6lplAiK8LSGiuf2YQvXR/z8EiO+N1hXP3G0bB6sgIgA/5f0yUHkY0mO7B10So7YWqTUVHphjI9dmWChnwgTCU="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.6.0.tgz_1489075186699_0.5394442917313427"},"directories":{}},"0.6.1":{"name":"app-store-scraper","version":"0.6.1","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"b68f16d79fa0444d4d6e00adf804b4beed18707f","_id":"app-store-scraper@0.6.1","_shasum":"5f9f27914d8ac9b0fd831cc52c0dddf97d5e4bb9","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"5f9f27914d8ac9b0fd831cc52c0dddf97d5e4bb9","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.6.1.tgz","integrity":"sha512-rpmyYl4dYOxBSren6fTMCMWXgClDo/qVbq2H2mMlidc0YSaY57DgaNhz6tt0rvZDg1VZPbE9J1npJa8+JelXdQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDtfy/hSTlcWc9GzKzvxzkl18ENyFcAkwo1jVPOOSsWMAiAwZQor61MZFNKKRx1NQQEAXg9MXf+nT7ygY/QpKazMUw=="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.6.1.tgz_1490199994023_0.36961478111334145"},"directories":{}},"0.6.2":{"name":"app-store-scraper","version":"0.6.2","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"a8ec2394c5e6242aeb30a1f2e2cf0cdb18ecce4a","_id":"app-store-scraper@0.6.2","_shasum":"48e3683eaa36100ae6954f2807eaabfd713b31ad","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"48e3683eaa36100ae6954f2807eaabfd713b31ad","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.6.2.tgz","integrity":"sha512-Vx7zQH1+ZdGi2MWWO8WC9O2mqtB+/ijGxAoWg+QmZ++l+Tjm60f04YtLGQmMZNbIUdLbgRKWNMVaPXxQ0VRJZQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFqcbZmVI8t8vYc44G3E1b9EKEnX5mU6WW9qdD2bxbQmAiB9TOsB3CkXqfdtpZecQ1jkwlDF7n1I9vVMOdISDLJ55A=="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.6.2.tgz_1491159958535_0.6665411991998553"},"directories":{}},"0.6.3":{"name":"app-store-scraper","version":"0.6.3","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"baeda2dd9539d2de9b1a6f3291311f6cc9594b02","_id":"app-store-scraper@0.6.3","_shasum":"33d41eea1d051ca4d2351260dd01b09af89dac6b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"33d41eea1d051ca4d2351260dd01b09af89dac6b","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.6.3.tgz","integrity":"sha512-rAPpwWd9u+ysq9hym+SpebhEgbZddlWju/2oJLgLZQV5PX5s6EgC+tYMZvKBxCVqZ7US6Ngk+VZEnQRZ04XWeA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFEfarg9vApEmZgxuCAxxqxAEiTdLRswCk2WfiACxpgPAiAh3aYOSjnP9BGHr9UVm3KPTFcHBGMwVDPgTpXWPXDsDg=="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/app-store-scraper-0.6.3.tgz_1491501246805_0.6059790637809783"},"directories":{}},"0.7.0":{"name":"app-store-scraper","version":"0.7.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"9f601d470c15a6f97e8c7bec13a471091af24136","_id":"app-store-scraper@0.7.0","_shasum":"b6b56dbac6bfd0cf453c1599555770662cd29ab2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"shasum":"b6b56dbac6bfd0cf453c1599555770662cd29ab2","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.7.0.tgz","integrity":"sha512-YK1kReuFjTBJ5aY/GjXYyphlTC4pJUj4xwUo8FqHU8Apzs9NzyTGXM3DSFkFBR21X+nGLwShywfsMsb3IpHovA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEcoMriYy9cQVmtxJGSbFh1KDDWFIzmZqP6yPP3dJmGUAiAPIMKPGXcjurqEnDZZjTN4/v83XLB6J5ZiDJqV5fCw0w=="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper-0.7.0.tgz_1495669521912_0.42026458121836185"},"directories":{}},"0.8.0":{"name":"app-store-scraper","version":"0.8.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"1f25bbd529654319d9af8a0694ec614e968aa3d9","_id":"app-store-scraper@0.8.0","_npmVersion":"5.6.0","_nodeVersion":"8.1.2","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-wPQ9uWY1XkPrwn04VUs0Krrdm9dS+elx/xEmQrwNjWPVUDoppLBAvfsH4hXKSN3P8dqLG5bofxHmPmqP89gCmw==","shasum":"9a8eac4d0953f0e3a7d6916958b37faa91f55835","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.8.0.tgz","fileCount":20,"unpackedSize":33639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDg7OgpeiRtRhKk3LVqwGgFOYdpXiPP1nZQOmJvwmz20gIhANOMhkwhqDX6pwcfp8cT8wVcv+cIFCbkyFikqEgBoREe"}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.8.0_1518297393028_0.02251936708712421"},"_hasShrinkwrap":false},"0.9.0":{"name":"app-store-scraper","version":"0.9.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"069a3edff13952aa39056c042ea25ab61791ea36","_id":"app-store-scraper@0.9.0","_npmVersion":"5.6.0","_nodeVersion":"8.1.2","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-yhjxaH64EYvdP81rtPSIuPxP3CXq/PnbrdIueAU9KoJnhGFr3QKdi4zOGBOZp6D7tws/cC3W5gRLWkA61tyxXw==","shasum":"369c9d2a39fc73067a977d896edf043598984318","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.9.0.tgz","fileCount":20,"unpackedSize":33141,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSPGwg9EwPdls5lJ4ho76ucHklBnXoUlTFlWLhU7EenQIgHVpyuJzI8l+U02p78sP9qTt/iJL35O1UhIFreBY/QYo="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.9.0_1519481687778_0.5368320992459268"},"_hasShrinkwrap":false},"0.10.0":{"name":"app-store-scraper","version":"0.10.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 5000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"07058dcdb6612ff7390fb66834c56a6846874c6d","_id":"app-store-scraper@0.10.0","_npmVersion":"5.6.0","_nodeVersion":"8.1.2","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-EGIMMaNuJq8O0DGqRghGo5kYIXmHGrL+TIl5i5BQTIG3amSx5rq2H/keQ5WF2IiWo+EMmL7HalHMLslsTgb0uw==","shasum":"5a0af8677f1b934516b7002ef7a897ae726a6d96","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.10.0.tgz","fileCount":20,"unpackedSize":33952,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH+xjASHFWdNSxEjKj8iBEiwNGFhJyVZ8UWx7fb8ww5oAiEAw5Ze/1YwkhGffQWCpHwO1v/pbKreNNei2CGQeR2PZeg="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.10.0_1520174225683_0.5486323510112365"},"_hasShrinkwrap":false},"0.11.0":{"name":"app-store-scraper","version":"0.11.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"dc45e7f64b8b09890364235b364fe6de0b482291","_id":"app-store-scraper@0.11.0","_npmVersion":"5.6.0","_nodeVersion":"8.1.2","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-+MY6qsG8TzTZde9XpTq1TbccGGBZo4eDA2xc+TLT5Opi2bn2AtS4ZpBlBqlx9sMX9BWnoY+8VHVjP4OecYafsg==","shasum":"a303450f85bd8db905934b34e0a25c69223c8a09","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.11.0.tgz","fileCount":20,"unpackedSize":34237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG/9PX1zRHSz38g9WI9KwfnL3kxD8KkXNJ43mS013kqvAiEA0EcXVjNJCdG/v0kSAv2lPnynsexTw0VemWMj3aHaLBc="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.11.0_1520176454361_0.07821002864539506"},"_hasShrinkwrap":false},"0.12.0":{"name":"app-store-scraper","version":"0.12.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.79.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"e8093de03f69729f33a982d4037e759b9120d127","_id":"app-store-scraper@0.12.0","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-B9FLMotdEa8vzqt7LmJHz1dG3MeAvwUzUrLQBCSwMBOvetk+/GFV95fQUyQH/aimnGcCoZIXXSG55eCNxo8rCg==","shasum":"f9780721b31ae0a175b45399179f21f8ae2a3208","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.12.0.tgz","fileCount":20,"unpackedSize":36874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbIxK4CRA9TVsSAnZWagAAaEUP/iwPzRlTSHPoWB4ogmS3\nIKpkzq9bu5xIK+VJoL+QDoUvaduxC/1zsTTJ9GzecQmj05+H4jQBwcuHS111\npeZNQfLFST91CM0hRuCCNaqaf1eXCYiMCkxvxzvrSdP04LvRBY2Y7E+PeC2P\np7bt9EzniO1LhcOW0IvXc1vFbXtN9sSMB5EGKCvi9fdkuYIva/OFRQHPBnJ6\nVXqtz6Wz0oLk4zX089XKIFf8QwLaTEEVXqVQKknPHvKro5Pz5eNXxxUViIrj\nrzAl87wMXF8dhsO9btONDlN1L79ZTHhXnoDsxyn2dgWIYrA1Vhr2uwZVHAgB\npaWN69HnrA9Nu36mFf28Du5Tf6RorJyocmIUeImCzbhYAiOE5wXHRWk+B6qd\nSdCzyjry1/ixejqohaa+VqGoGBKxqis9eOg6TXx38JGuJggaxVMSpipIwHgF\njZodc0WRUMpq4QXvvuQFt8PpTS1DBJdG2bVb+gRrsEuyKEzhqnzh79P0Mn01\nYOm+ZxAlOyLVzlUgEqExCJa9FJO4tzi1vD0cPKhNLiBnjvi8UYSL8KB6MSVB\nRI5UPFt3eym8pk5/xdvlzIuJvYbLShe0p4eSuoiyBGIVQYTdLIrWsqEJBPf5\nlZQV9Y+eh+OxWQYWOFio8sOHV4Nmr+XPeeGTgRfPiKQ2S4wYwP6AZ9Flhlo3\n13c3\r\n=whrX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWQNEuyRvpOfFQmUJ6Nrrmu2QwhbIweEJ6F/44Vs5ghAIhAJ90BqXO45HXFX195zz81FezfMCVZ9WwmBdhsRdaQNnP"}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.12.0_1529025207030_0.5760883542033446"},"_hasShrinkwrap":false},"0.13.0":{"name":"app-store-scraper","version":"0.13.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"c88e0e34f0b4e8be3139bb96d0c33d7b8562fc3d","_id":"app-store-scraper@0.13.0","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-0vVfZNegk1ueJyKVORPeLY62whszZ29G9Toy2T+7GFq/ywLL1o65t6a3pdG46CnEBChxy1NqtnqKcHBu4C4k7w==","shasum":"21eb52ac8f2c52af42e6652339ff522c803b1246","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.13.0.tgz","fileCount":20,"unpackedSize":36874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJV4QCRA9TVsSAnZWagAA7KUP/3zPY8Je/d2EOGlWPGgP\nWrjLH3y/kCTpThNBXP13FIfW3PGXV2nnpK4iFpHVa4MjwQ4qzIM2ToYrzNIQ\nNTO2BOGZl9Ww80d2KQFgKbGtsAM4guBXkZmmPxvA+w26pY5sQNeaISR4QW6k\ngjwQYt1QAKN+YnG6PKKegsAsR4yyclsyBK7tQ4Aje1LbiVMJ3eee85KAm292\ni1jYw/xGh57+VWqZQN/8Yev+F6sQZIK3/yS+/epF8o2iEXiI9Mvrsl8Hy1vQ\nh48oEWqaJv/UYensSOBUH+bcxLK0Nkgz7jTBot8IkXA1E4AmXu141kJvLZYy\nk55AOonN0Bus7c7sxIrhodDzr7bNTbBqYNYYSwNOgsl/IZj1HhJrIFbDO73C\nG8zWG19ItD3IOz04QkJjj/eRiqPgNZYWopcUH4bc9ci6olnPQioKHISNfFGn\nKVrcYqdpkLR4Xl9fw3ww3O6wus3ODr3/8gflaAMJPVjC2F8MzSaP/EN/zhxC\ncG3WBXn/pheJOQ4OYMcu2Fj6o33EY5xPaw+m6VZ819aqUWBUeeX4XbX1Mg2A\nx9MCLPt7WSSRRAU3y2k0EJsCltCz0MQ0L+K8NWRTNt//Y1LDTt5B57zxuZNp\nyfYa9AHYmqgxUFsuUeEH5p7DahUbiPsCZHM7xYHNL07TTw90c3pGmowAPJRd\ntRUf\r\n=uDeu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxHocWGiHEYJzfrIhJL4o2t4AKNs2lXQfmWvi/Edve4AIhAOnGyaN2htaZ9Ub6ZMWQyihK9OQ8BKieMBdWXtl/083L"}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.13.0_1529175567280_0.661201811164156"},"_hasShrinkwrap":false},"0.14.0":{"name":"app-store-scraper","version":"0.14.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"4158365401e8d36d6d5b26147f5dfd3e383318ea","_id":"app-store-scraper@0.14.0","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-rwZ1B+SqlaG2RmcoOLncOx00f4kRWs+PQVJLjEQAGXQgUH13vBOUcDgbVfbbYSiKnaTNy0qafTmsSdDtv/l6ig==","shasum":"f6f4aa459eae07441c74e8f4e8e74d8aea74f509","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.14.0.tgz","fileCount":22,"unpackedSize":39444,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8DxhCRA9TVsSAnZWagAA6FwP/jqLZKqJ8sGGnv+HqrV5\nNKcYHzYXVIGyR1J+qo5W0jlwHg3EmQMMdvgRqqFV8WLtRK8CbVEay7b4b4GZ\nQd/gyz2jkA+gtsU4EveU2qmMY+zVsxfvhnzaPPGV14MPpon4pf/kKaaZh/td\nXGByjLEGU8rBjy8sIT58h3hXft3CbPurj8jUpWbB6Pxck/v0bW+GmVW4qORk\nw1JMfgZsKJfRbmGjsRncuNjuOtPMmVBlup5Wj6Xe25PXahHmlOgfEYwcR9wC\nShjDQMRdMIYwPEFfadCwMEJkpGGg7z4PoMot6xUOgcAKUEp9piXYUOz/YadN\n81E5y2EwnQfccQFj/jN82a5RXgoMMCKylgENfOaqKc7Zjbhbun61EUg1G7Zf\n0zk8cF2OLFkZsqTLNgGSRnJ0ndmfiayMeBmZucn2G1sewk6nSATqed77NEQH\nFIc04f+QAIsgl1BJWvEnt9Lj2f4m0dCRGnBC7zH3djFAUJcPYkAyP5xf51mc\n9wdNCxyXAvFQl/58noDKO3qLrd5m+tKTgS+Jkug91LVVHpmf04AFUMFV3+by\nsNQbSgVCLX/xSgIqckkrbkJG7iMq1z9GhA0D6K7KFcJiAaTdBjAqCLAgg7YB\nOX08prE/eypYeYgRqUTV69uu9KrTtmudZl1eCLY2Mix138mJgJ67YCA9/SqA\nwZCo\r\n=BFEo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGOo9fq2nzNEavh5+dD637wBZuVlo4sKVJaeAnPBAn8FAiEAws7euhfGyqq+iP8Ye9kZzKerHIDSvQ5tHJVgbE7JvX0="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.14.0_1542470752466_0.22830408637070665"},"_hasShrinkwrap":false},"0.15.0":{"name":"app-store-scraper","version":"0.15.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"fdef50796ba238cb6ecab21040d9d850284198ed","_id":"app-store-scraper@0.15.0","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-hCS/Mo0LyyqB7XF3JmAZg37C8Gh5GdNro7H4nJ1RmYOUW4p52vxAIuoa4qW+ZiLz20JGB5UVMHcnHhv96+4wzQ==","shasum":"23da6ec2c96a6e443fff58c7f07003c6754f1654","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.15.0.tgz","fileCount":22,"unpackedSize":42294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8LFbCRA9TVsSAnZWagAABuQQAIlfGj8oQfgZlGc3ueDd\neupM8ZnJ0PSrecHPOhcd8ReBfksVpzxxADLjJV0fkQArKDC0GVj+4oocRDkO\n43a2LlLfCpVsxm5TUhh828quqt2SBU0j7P3WIxnkwx0pyaDlmeueWbDKkrAu\n9naxGjnQPN8R3XTV9RWFjmB54fMJOiOu9c9Z9EttNY0dqz2sgBQFcjPd0a5b\nPk5zGPKbQTponLr4NRqSRh9kiWlB/1XqVA9IMe9nFgKm/Dht0c/+Lv+AE7Lx\nTt+qw0Jw/TwkQq7029rto/AUzWYB3vhrjESyARQUfjWQ0tOa3cek/aK2Hild\nOVw8nRS3kwSOCjN/1dJuW+R5S2GExGttOd8wU+El5MNnDgbk7iYiHdwONUmz\nhQ8nDhE29ZHKwnYbeiakPcCBP8l5CjM0VHiu89UGxsmWxEzeDvM4BN1Sq3uc\nnOU79OHSB5IFK07KmhC1JdaBiJuvjvaEiUly9RToTO/+G1+xXsb5+Si0Qzne\nEywa96MinwMLq7wZyvYtXRFxuiuSUgNaio85AimH42otG9onAlynPOQsfOwW\nKkzKraRrzTXrPX8k/8IhI7gqaLs0yX5O57LliLB7vK2eChouuILE9LnLMwkC\nZXa1soybGWnEIFEMZMtBu2tmVSg+6RHVCqIRzSKRClhOk4TPTUCUmUT8FkoK\nnihI\r\n=jdQN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAiU4RB1TDGchFlqCmpEzxwDTtGW7WGJ0KnA3erU/mYQIgF80Squw89m/51p66Yd3lzCrFShhqilcIZUqC8MTLMgI="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.15.0_1542500698497_0.32872316335548346"},"_hasShrinkwrap":false},"0.15.1":{"name":"app-store-scraper","version":"0.15.1","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"1608f5506a7af6e7e90a0eb83cf27aa5248671ae","_id":"app-store-scraper@0.15.1","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-1Qz0gieTwPW4Q6bO3FuPG8lXRj7O54WvymEAmI6jaynsqU8CIcC1qALXCwqySp6ePCcV3N49oS000exJSYKZgg==","shasum":"f1f48e37583796c02499eb57038b704d30bdda11","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.15.1.tgz","fileCount":22,"unpackedSize":42504,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8tawCRA9TVsSAnZWagAAAvQP/jR52YtrypSYX86yRwlo\nXQYGbLICyBoJA/wXCk/Kp8LRuF7SkGEOZWbxPoO5L6NGxHXPE6AOuuyoWmhu\ndrHFY/VC0VPxV0KH+yDQHI3NLbpHxs0xuJkxq2I9L9HEY8Ly4WcC1qXWHNoW\nyDDG73vHmy4tvdVyPnWlV8QeboCQN8S7eHAtlTrjU7266X3bSYDMUcOuQX1o\nwcxVLw1j2EMdDjihinOP//7Lnv4nUXjP5LcFvg1IjI26f7pI2f4481h3+IrU\nLciNGFldMNR2B8fyhycZu+tLGH+PBBqlVTNr14y4HL/YHhBgP8tj97JmijTK\nLc5dUs1SYe5pj50K/cyyNuIJIynmucJp93SFog5ZKCFedhRw0yYNR3/UCkTA\n1aMPe7RNGjrGGckbMKHZqhMIG66FIVerzuwZHgIfxFiBb/nrQYvpnWDRs/eO\n8+kgp9Lo9dut8gItX/Ww0FkRrOt/JdeZ56Y5KctXbSFhO3GOHoxwAWXLvTyn\nzkxd/C2zNcOqUotwjIx8Ei4UjBkPsAtxcf7pRZlv5w21617rd2LD9nRjjrst\nOvtQiQ5szsAeuVNl8w0JqghougbMR6UyZEC05MYuALuyktPQDIHj8+oMeWTd\nFWFUTK3ThnZY64lV9WIUFu6NW9d4iv0dWFXX+LjYTlbiEe02cHLAvXUSU/2X\n3Oa4\r\n=Z+Er\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHLCy1LdYaEuLJNuJ6m6m8S50MrPuIB2kZF8f4oK2ISCAiEA8sPyRqZzPZYW5wEXcFydDPnKj/ImRd8t/OQz3efNcfU="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.15.1_1542641327701_0.00436563855119565"},"_hasShrinkwrap":false},"0.15.2":{"name":"app-store-scraper","version":"0.15.2","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"803b0d0c27899cb74de7e4726b345d5388a5848b","_id":"app-store-scraper@0.15.2","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-Zyv/rgJOOHS44Cs3vLSAx+R9+ak5jdTDuj1jR3OjqkGyOETi3mtyN0VpdFRlys8ujvJoJmWtOeKHzGZ67Afvyg==","shasum":"dc1f0b56980e1b41b6eb4ab7eb69c68a22419db0","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.15.2.tgz","fileCount":22,"unpackedSize":42564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8uCaCRA9TVsSAnZWagAAL0EQAIHYN3nVCduB5b8czBgl\nutNV2H1QskquPYrhVQwMPeVi0rfisWs3Xx0+FYuLyd/mk2hqny/+BH8XmVDs\nO4/6N0U9jHHQTQsqW1kCgGuzR5AxQuowygM9WkCvEr01KhAUAo5mxzxNJmgk\nId979SrJ+GL2n+zFJDtdFoIMaiXGLWebTxZHxwiDhusW26PByrAcVPgFraXQ\nsKF0J/TvnTOgEF6XDt+VnnFzpkzs1fCxwbnecLTIOH/2kp09HU5/uj815Jg1\nfD3fv/DUzZ41cKd4AymR1jT4ChxR7hISH5YXTn/s5w2Tyy3nmHB/Y0MkN3Xm\n397KQdRPFzzmVgsEvYw/6w5tpJS3l4QU6jRU/vsDzHdckmHr8Hn9BeX6vDTN\nNGzX+XGAR/4bHhAx9DHq4PGt+eDtNbRX0GeWVV0GyPJ8LcYGqMxfSBAczFYw\n9u0+QISrO4W2YvMQvXQp1FVTEYSo6HeKKIdwmkqztsYAgNsRJI6MqX9ggDnN\nf6lHwOkFtO0vHjRRHAPWOD6jnS34bZxo1IcyC+SHPQKuxJiWFKdRDzejJINd\nEhRxJdkCOw7n6zDhRcsIt0JQdbrct50HUOCdVzqyYyQQpxZ62R/9NGQGHYSu\npM7nJ9Wr1uD1JC2oKrddaso18EL4+ymE8Uq7URsRDSWQmg9vMBkQcN5NZURK\nJXrO\r\n=K1nY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBECFF+oZPMLBdNgtEYT+e9ZripbLsmTzTUxAypnJwVEAiEAxqcxvet15SPj5BB0+f6MO9gRi6tjn1RIb6ulRCUePw8="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.15.2_1542643865309_0.32352927974946644"},"_hasShrinkwrap":false},"0.15.3":{"name":"app-store-scraper","version":"0.15.3","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"4e0c8a9c1255987fe57355c5080a4fa9795df082","_id":"app-store-scraper@0.15.3","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-Dlsj0LJ6IU6Xyy8tWrUjfwYMX7bh6++ndll1quhXsmQ2gzCgFIvx68m7dINwlVFm2IyxiMUPEa014ayXOh2r5w==","shasum":"b7fc1114282ba563c789206126cc0155b72ee64d","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.15.3.tgz","fileCount":22,"unpackedSize":42784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKiguCRA9TVsSAnZWagAAv1AQAJsw7ST7VdsnSdbwg1cC\nsBBT8k36iu9XOSNIGJ9E30SCdn3ncGCldcvjhd86TsZg+5QQYAsUYv7oocgv\nrmj0wa0E0fc+oRKP993xb5KqrmuxsEhlBhbIcEuY0js1FkKlqMyFz6MYDvOn\nUVJ1IfIYkAFrPGQ/ln4NTgb368YIlI/jMGL8nRj0/smladiar/hgdec3WPgH\neabsB6RcRoylUZyXLXpKNwnTZ22vTzPuvr4lYD4vadtLTnShSfF+2h/asJS8\n06KtyyGkKgnReYFFwCesueCXfzjnKAhIzKC3LdvT2zBaLPNOF8Fswc9kUpRx\nnyPqZWls5WwQcLHTWQ6YZt65498/H1GnD9WnsJ4Gu6L2woF0diPldglnsbsB\nIq98AAL6s2NSZM6PHaIHpuj8PmyBjfNYVGoQ8mgJKM+VGr3mrafg9fwgrFLl\nkWF3m1RaVzAVB1uuSqVYJK7wlXQhAPh9Dz9uwGVwVuYzOhLu8OjOXmzjlSOe\nD3O9N+ypes5xCGI/RTrtPmksllgNGpKI1qf+EptCQBjlKdUt+XDvHgZb8tEq\nd+jxalwRdPt+pEm5kLsJsMU5/wijdbWwJe67sY0MiwZgZnc2H2Gp+imKc+1s\nxn3RxAlLkoMhMjN3hn/jjDUoswwzC5pfrV0lEaqzY9CbRq9sei7R8AY+GJhJ\n8YTp\r\n=meEJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFUCwwRdYTioXkF7R4LwehnOFWiZHo/knfsE5Ig4Er4tAiAMeZnh1O7Jqjn7iOcAbh1Gw5c2F/so5dpdVqvOUhjaDQ=="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.15.3_1546266670082_0.26220828057275547"},"_hasShrinkwrap":false},"0.16.0":{"name":"app-store-scraper","version":"0.16.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"cheerio":"^1.0.0-rc.2","debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"751fcd104671548c120a1bae533d5b4922024c7a","_id":"app-store-scraper@0.16.0","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"dist":{"integrity":"sha512-vsqR9bCZl4zAGrKCPWJleh3u6Rb9C5pKkF+32Ky2paVzCwOkOb5skC/kHxq6hKtBMRWn83wbt79KzFo1XjsPYQ==","shasum":"254980dfa727664f4a9875f6646654b6eec24f26","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.16.0.tgz","fileCount":26,"unpackedSize":49568,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpkQLCRA9TVsSAnZWagAAxYsP/iuZRjrQJCByxDT5BVFm\nPoieJAxawZeMX5GTTH9z2ObE4k6x5IkFRQlTPwaG22agY9rhZeO2bQh/3zyI\nQZhH6L0AY0QXg5vv3zG6ElypyPtP9i28oBrH8HneLut0VHycbQmqiGqqelOi\nEB8F5tLnZ7udcGi4eP5488nDuODaPHCjoT+in4K8nS7ismuFvFJE9C4j64Bs\n1/I0gwAL17Jm05jMLsI+o+HZ0miQ9r52zS5kuX/yAn7l2fKCZJd6AlB546cF\nsWZpVB94nXoAQpSlKTFxpEOHrK++mdtR3JtSdF2L7hYPwT9xQIXB8gkLMtGH\nqWCuItQyrm2wM2iZM21RtnCknDcdncZrvL0+6z/arlZuttdnyhd5Aof/d1hu\nYVrTHpI1KZfjwPiEe59Ro2+qiqPFLQElJM+U45HrQMjiWz4Fbsid1CPEOBvn\ntTfi71jBjwKv0oRIJ/0omNKZyoDGWb5Zv0PEii664EpgHjZQQS+wK50kSQ+3\nfmE/4wAYGeEC5AOYumQ6eA6THCyKJh7hDDWHJcqTYCztWhwhmSnfHrv3duPe\nn71OEPpH47+uYgPZlcF1oNjly6JPvzI7VvLuxpBjpKAuG3RNFxze93mcjhH/\njb1HqCBcCDAACuCj+Of/1sBtqYUU5TTekrM1oxmc8UIMRXkUdBN/56PM32OZ\n2jo6\r\n=FzDU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCn8S4ZCD80LXYTONtLRXW993c6UYdixP3aFB6js6eNPQIgQogJkhw5Gpu0I+wH4rMgJWYES4ePA9ggJe0r/17VpJk="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.16.0_1554400266338_0.872289698445462"},"_hasShrinkwrap":false},"0.16.2":{"name":"app-store-scraper","version":"0.16.2","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000 && eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"cheerio":"^1.0.0-rc.2","debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^2.8.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^1.3.2","mocha":"^2.4.5","validator":"^5.2.0"},"gitHead":"84a95915c7e1a1192a3843da69c84eeb8de2fd5a","_id":"app-store-scraper@0.16.2","_nodeVersion":"9.9.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-yyG8S3Dd4/PB0u5gphfyYQP+ZYt2dawBE7rKlK8C5qTVwekRn98h3qtgMeTi/81UIovsQJ1/S/K28sDQ5/64XQ==","shasum":"44bc755d8d6e5b4fa6ad9cdb38c73b95aed24220","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.16.2.tgz","fileCount":26,"unpackedSize":49930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd49TtCRA9TVsSAnZWagAAzs0P/3jjEOt5Me2mLjZ9a0Br\nAu3KoQoJMx2BgllLmUDZK0zDIq1OMj6GNAW5RbL8RmXoEmMXk2R3UVaR8VgY\nxzML2kbhZLS+gqcGl81AAwknTwHvM83mVN0xU0pJo/a3JMP/FdOxHT9bN5jx\nyCEOPDq+0G6VqymTHpd4NKo9FgnWhSWI7aOSt8aLyUCih9P6tP2OXivr2vzb\nqlsvbDE9xN324YzhIVtuNKjmoRTYnrl/Zs4JuocMpRfDtVjX2c5PZILXW2wF\nINwsugwo4ugxaOe2qDSBOc+Xsv0jgRpLSiwNzzSM0lMobk9E9XVxKCNLNsi0\nEQAkWhS3bSWx9EpurjLMEFzTkZfTaixmcs+a5/xMZJNv7ALFxQCF/KLvgey9\nkjMFnAj1rvfBEVCFEB/QwiUXUQfgA14UWLPSqBx5JnOrwM1c30ObiVD96/w2\n9sPQZi0dVGj+rkbhRlTP8jIf3jVNnrLvtZb1NX+JhbZxY5Vjn/CGF+v9lXRW\nO3Hp1V2uMLXpyry957XDswN2pmAe2lQlqpcF+4wewC8HmCqfKpRvFlRmjZyA\nw+9emoOyaZtdAIDhaTQwNXZwhStCfqj3l5kdXjtW+kecq/pWOqayur4lnaTM\nCkSMM5rIu0pfoL/efuGJw8eEL1L4x+pG0aPe+f0D/dBkBZhWZS2prvG8X4Qd\nNwAT\r\n=izsS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAsAPZLDri0PmBq7JMmCPkceO46hk2vSvKq3agfitgt+AiEA/u8J77RTqU5gIPqJhoX7xSCa5c0+QWaJcllVVCsuIE8="}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.16.2_1575212269021_0.8125072000966331"},"_hasShrinkwrap":false},"0.16.3":{"name":"app-store-scraper","version":"0.16.3","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000"},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"cheerio":"^1.0.0-rc.2","debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^4.18.2","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^4.0.1","mocha":"^6.2.2","validator":"^5.2.0"},"gitHead":"1b2c5fd184c28a73f422fd18ce2aa3e8504e79f0","_id":"app-store-scraper@0.16.3","_nodeVersion":"13.11.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-F4i+3u9iVSG4+gW7dRgzcEFPfQ+KNH1pupk19GNvaaCCnuKiWvCO6ENkbeuqGO2/nItWbsbG54AjL09XeBwyaQ==","shasum":"949231644f8eec50018bc1e01c04a6974cc52db8","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.16.3.tgz","fileCount":26,"unpackedSize":50117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5qI5CRA9TVsSAnZWagAABnkP/jydfjlk5AbsHM3X2n+i\nQKU3lDNrsNYFKpEmYX5IUpWHAZ2TrCs5/4IcluIPTCqj56F33igbdBKMoyck\n8qH9q1AcG8w48OgkypMolXrgZPeZ9t3m89WUwUmRTHRZFB2ZoTEtMugkp4rl\njzUrZCnEhPExS5zmYZVstArK4jjCqHCQVchYCnpk1L3JdZqijHQntPJXHul5\n9iXRqy66MUx0MnfE+RYW+7HUIe8/YYONv3Kk6hwZ3EpmcTthOoX+2jWdRcqe\nbWd9fe1mfH/Kjyu1qdmkirZ9OgoItsO7AwIv4BKfG20lAgRs7l6+P9Advbwk\nX1ikKKR7Qkpn6rkJnkDcl2J2HB10hhmqQ/v5UZIGbKt+kKvBW8fJdhkSZAuY\nXAvflQDHWVl03UA8YQEQmnDuK6splBJ0ywy50Dtmz3lp6UxJLIbnYDoyu6D9\nXWKzix4DwIsF5CKyas/kxJ+l3h8QmVyGWlf9E8Fe+ISWEZQaSfdWoQshO+Ai\nq+4IZltYpinIOmzFrDM/1K99A69Sr46Q7RoKlrhWJe1P8Z0DSZjfQAip46ih\niP8LWE5vCV+wpL185X/rVwZ9kOGk7uUolQr1tGw3gsh1+0/QAXxdwG7q2kd7\n0ozwvqFrAXgPPA3LZa53UsfsJQvtjMgYqOAHNZaWlVZtuDyZ0sdYiGXuJoIa\noyBa\r\n=qqHw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCR+UNZEH6WB9NP72KWI+zg9+AknBNrUgV8m9mvljBo8AIhAP2nUdTj5bBkzqYIJ585G0mPdMJ7Zj5HydtQ3wWNcyNR"}]},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.16.3_1592173113120_0.41113808384383765"},"_hasShrinkwrap":false},"0.17.0":{"name":"app-store-scraper","version":"0.17.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000"},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"cheerio":"^1.0.0-rc.2","debug":"^2.2.0","memoizee":"^0.3.10","ramda":"^0.21.0","request":"^2.87.0","xml2js":"^0.4.16"},"devDependencies":{"chai":"^4.1.2","eslint":"^4.18.2","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^4.0.1","mocha":"^6.2.2","validator":"^5.2.0"},"gitHead":"c55c14544e7e2f02c29c91b46acc52e460756bbd","_id":"app-store-scraper@0.17.0","_nodeVersion":"15.4.0","_npmVersion":"7.0.15","dist":{"integrity":"sha512-NJZ4Ih6lsy4at+M6hEjzf5tYEUuzFa4b8HVZlJ5MUpnTZPnDa3YgljkbKln6FhJRfnf4FC0YtvM+aPUVeA98Pg==","shasum":"753ca40687f5fa1b3748ee769b73ad9ccfdca39c","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.17.0.tgz","fileCount":28,"unpackedSize":53272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3gt8CRA9TVsSAnZWagAAFd8P/0d6hCCPfVBMqxn3bzhH\n/ZIJg9tP/+UDGcte4vlj1cijZ2NLuUTgUjjwITNhof6cd9kpgD1LN9KfaksR\nlioJEbNBRiB84jH57RqJzS02wRYP/Lg+p9BbMrhK+ueMcAP6Gofv7mAG+KFu\nIIQ2KwnJ8/x38+ZAv0O5uCIvhVuomSRWnajXGnHfKrehSh0kauIQ+uEMOx+D\ncAjJyqtk5qAksF75YIlP5a8d5WYCyML2eRge1z9TTfDx1CdBSFOlQN3tltcx\nFq1/xJDMA7vKDDNnCcMYesb4C/JLlqII5LEtqR1Ww5fogJghzD4fmCIPG35S\nMedArAA+YWtKlj73YDjX3ivky9tz8FBwU32+ncS8rQ8psDYOl9Wt0ntvTogL\nMkBcthcCtnyaeLjIUp6pTmt0fHPE0idOmtYxFj/x8dv+n9MUrTJ4UIH2se90\nzMRrIPCf4jESEqvLpMMhr3tKa5EERbLJF9yuvcNOW/s4ssMr4Y0gKdDVJ/Ep\n/triP2jdyeA8IR9zQpTKX8vVRH9EchLPWJjBoQjQrewm3uz6FWotXOSu2GU0\n/SgCEEKbOoYNOKKneVhJ+3rs3wTyYTreyKDKuc/gqz9++MF6vg3WbenRozWY\n9tM1HTLJCrfYEBzRrs4PT9JK05wm+ngvlgrS6oPCB+BL2U2JdWQ05P/Vr5Dt\nCMxG\r\n=N4jx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyQIvAr+TV6rwW0LogKNgqXFqGbwJ0usQ1RintayQK2QIgUjkGHrS+szWK4JVB6X+g4vPrJY0jxhZIhFH+b3uF1QY="}]},"_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"directories":{},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.17.0_1625164667446_0.5968918454361922"},"_hasShrinkwrap":false},"0.18.0":{"name":"app-store-scraper","version":"0.18.0","description":"scrape data from the itunes app store","main":"index.js","scripts":{"test":"mocha --timeout 8000","lint":"eslint ."},"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"keywords":["mac","app","store","itunes","scraper"],"author":{"name":"Facundo Olano"},"license":"ISC","bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","dependencies":{"cheerio":"^1.0.0-rc.2","debug":"^2.2.0","memoizee":"^0.4.15","ramda":"^0.29.0","request":"^2.87.0","throttled-request":"^0.1.1","xml2js":"^0.6.2"},"devDependencies":{"chai":"^4.3.8","eslint":"^8.49.0","eslint-config-semistandard":"^6.0.1","eslint-config-standard":"^5.1.0","eslint-plugin-promise":"^1.1.0","eslint-plugin-standard":"^4.0.1","mocha":"^10.2.0","validator":"^13.11.0"},"gitHead":"6edd4baf8224a5ff60d30c31b6c050c28b33b2cc","_id":"app-store-scraper@0.18.0","_nodeVersion":"20.3.1","_npmVersion":"9.6.7","dist":{"integrity":"sha512-PCfyCZKdpzijis8cHc5IGUnT3r1rvNuurj2i55oH5C1coU03j19meXItWoxZhfDulWuEBTpgPdY6HcCza9ZGWg==","shasum":"0e59d653b6b15397a62dc94dc334b77590c004c1","tarball":"https://registry.npmjs.org/app-store-scraper/-/app-store-scraper-0.18.0.tgz","fileCount":30,"unpackedSize":54191,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAXAyU7d1oLuOZ358Xb9/MQ7L7cLjwqn7RkAPfIkwk/hAiBX68v0Jx+OC4cN48/+oM1aJadeVrDwetn/vylEBw6cHA=="}]},"_npmUser":{"name":"facundoolano","email":"facundo.olano@gmail.com"},"directories":{},"maintainers":[{"name":"facundoolano","email":"facundo.olano@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/app-store-scraper_0.18.0_1700578473372_0.06617857446503783"},"_hasShrinkwrap":false}},"homepage":"https://github.com/facundoolano/app-store-scraper#readme","keywords":["mac","app","store","itunes","scraper"],"repository":{"type":"git","url":"git+https://github.com/facundoolano/app-store-scraper.git"},"author":{"name":"Facundo Olano"},"bugs":{"url":"https://github.com/facundoolano/app-store-scraper/issues"},"license":"ISC","readmeFilename":"README.md","users":{"nachbar90":true,"iksnae":true,"vpds":true}}