buddy

node MVC discord bot
Log | Files | Refs | README

package.json (2782B)


      1 {
      2   "_from": "node-fetch@^2.6.0",
      3   "_id": "node-fetch@2.6.1",
      4   "_inBundle": false,
      5   "_integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
      6   "_location": "/node-fetch",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "node-fetch@^2.6.0",
     12     "name": "node-fetch",
     13     "escapedName": "node-fetch",
     14     "rawSpec": "^2.6.0",
     15     "saveSpec": null,
     16     "fetchSpec": "^2.6.0"
     17   },
     18   "_requiredBy": [
     19     "#USER",
     20     "/",
     21     "/discord.js"
     22   ],
     23   "_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
     24   "_shasum": "045bd323631f76ed2e2b55573394416b639a0052",
     25   "_spec": "node-fetch@^2.6.0",
     26   "_where": "/home/hide4/Documents/Javascript/buddy",
     27   "author": {
     28     "name": "David Frank"
     29   },
     30   "browser": "./browser.js",
     31   "bugs": {
     32     "url": "https://github.com/bitinn/node-fetch/issues"
     33   },
     34   "bundleDependencies": false,
     35   "dependencies": {},
     36   "deprecated": false,
     37   "description": "A light-weight module that brings window.fetch to node.js",
     38   "devDependencies": {
     39     "@ungap/url-search-params": "^0.1.2",
     40     "abort-controller": "^1.1.0",
     41     "abortcontroller-polyfill": "^1.3.0",
     42     "babel-core": "^6.26.3",
     43     "babel-plugin-istanbul": "^4.1.6",
     44     "babel-preset-env": "^1.6.1",
     45     "babel-register": "^6.16.3",
     46     "chai": "^3.5.0",
     47     "chai-as-promised": "^7.1.1",
     48     "chai-iterator": "^1.1.1",
     49     "chai-string": "~1.3.0",
     50     "codecov": "^3.3.0",
     51     "cross-env": "^5.2.0",
     52     "form-data": "^2.3.3",
     53     "is-builtin-module": "^1.0.0",
     54     "mocha": "^5.0.0",
     55     "nyc": "11.9.0",
     56     "parted": "^0.1.1",
     57     "promise": "^8.0.3",
     58     "resumer": "0.0.0",
     59     "rollup": "^0.63.4",
     60     "rollup-plugin-babel": "^3.0.7",
     61     "string-to-arraybuffer": "^1.0.2",
     62     "whatwg-url": "^5.0.0"
     63   },
     64   "engines": {
     65     "node": "4.x || >=6.0.0"
     66   },
     67   "files": [
     68     "lib/index.js",
     69     "lib/index.mjs",
     70     "lib/index.es.js",
     71     "browser.js"
     72   ],
     73   "homepage": "https://github.com/bitinn/node-fetch",
     74   "keywords": [
     75     "fetch",
     76     "http",
     77     "promise"
     78   ],
     79   "license": "MIT",
     80   "main": "lib/index",
     81   "module": "lib/index.mjs",
     82   "name": "node-fetch",
     83   "repository": {
     84     "type": "git",
     85     "url": "git+https://github.com/bitinn/node-fetch.git"
     86   },
     87   "scripts": {
     88     "build": "cross-env BABEL_ENV=rollup rollup -c",
     89     "coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json",
     90     "prepare": "npm run build",
     91     "report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js",
     92     "test": "cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js"
     93   },
     94   "version": "2.6.1"
     95 }