buddy

node MVC discord bot
Log | Files | Refs | README

package.json (2507B)


      1 {
      2   "_from": "youtube-api-v3-search",
      3   "_id": "youtube-api-v3-search@1.2.1",
      4   "_inBundle": false,
      5   "_integrity": "sha512-CsH8oqX6wZ1b82Xdd4hddx3fSHEIaU85gdYGfQXNbaHOXq5GbaHs7Pro0mEnDt5WzQ5r0eI10gqGeM2mJolJDg==",
      6   "_location": "/youtube-api-v3-search",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "tag",
     10     "registry": true,
     11     "raw": "youtube-api-v3-search",
     12     "name": "youtube-api-v3-search",
     13     "escapedName": "youtube-api-v3-search",
     14     "rawSpec": "",
     15     "saveSpec": null,
     16     "fetchSpec": "latest"
     17   },
     18   "_requiredBy": [
     19     "#USER",
     20     "/"
     21   ],
     22   "_resolved": "https://registry.npmjs.org/youtube-api-v3-search/-/youtube-api-v3-search-1.2.1.tgz",
     23   "_shasum": "b7b2840d705026812c292ee40df4e9e6b558f662",
     24   "_spec": "youtube-api-v3-search",
     25   "_where": "/home/pi/Documents/buddy",
     26   "author": {
     27     "name": "Ferris Ateniese",
     28     "email": "lionroar07@gmail.com"
     29   },
     30   "browser": {
     31     "./src/index.js": "./src/browser.js"
     32   },
     33   "bugs": {
     34     "url": "https://github.com/LionRoar/youtube-api-v3-search/issues"
     35   },
     36   "bundleDependencies": false,
     37   "dependencies": {
     38     "browser-resolve": "^1.11.3"
     39   },
     40   "deprecated": false,
     41   "description": " Searching YouTube with the YouTube Data API v3",
     42   "devDependencies": {
     43     "babel-core": "^6.26.0",
     44     "babel-loader": "^7.1.2",
     45     "babel-preset-env": "^1.6.1",
     46     "babel-preset-es2015": "^6.24.1",
     47     "chai": "^4.2.0",
     48     "dotenv": "^5.0.0",
     49     "karma": "^3.1.3",
     50     "karma-chai": "^0.1.0",
     51     "karma-chrome-launcher": "^2.2.0",
     52     "karma-env": "^0.1.0",
     53     "karma-mocha": "^1.3.0",
     54     "karma-webpack": "^3.0.5",
     55     "mocha": "^5.2.0",
     56     "nyc": "^11.4.1",
     57     "webpack": "^3.11.0"
     58   },
     59   "homepage": "https://github.com/LionRoar/youtube-api-v3-search#readme",
     60   "keywords": [
     61     "Youtube",
     62     "api",
     63     "v3",
     64     "search",
     65     "ytp",
     66     "api3",
     67     "googleapi",
     68     "search",
     69     "xhr",
     70     "https",
     71     "Promise",
     72     "callback"
     73   ],
     74   "license": "MIT",
     75   "main": "./src/index.js",
     76   "name": "youtube-api-v3-search",
     77   "repository": {
     78     "type": "git",
     79     "url": "git+https://github.com/LionRoar/youtube-api-v3-search.git"
     80   },
     81   "scripts": {
     82     "build": "webpack",
     83     "test": "npm run test:mocha && npm run test:browser",
     84     "test:browser": "karma start --single-run --browsers ChromeHeadless karma.conf.js",
     85     "test:browser:o": "karma start --single-run --browsers Chrome karma.conf.js",
     86     "test:mocha": "nyc mocha -t 100000",
     87     "test:r:html": "nyc --reporter=html mocha"
     88   },
     89   "version": "1.2.1"
     90 }