@andersbakken/fisk 4.0.34 → 4.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3117,6 +3117,7 @@ class Compile extends EventEmitter__default["default"] {
3117
3117
  case "-iwithprefix":
3118
3118
  case "-iwithprefixbefore":
3119
3119
  case "-target":
3120
+ case "-framework":
3120
3121
  ++i;
3121
3122
  break;
3122
3123
  default:
@@ -53990,38 +53990,54 @@ function requireFollowRedirects () {
53990
53990
  return followRedirectsExports;
53991
53991
  }
53992
53992
 
53993
- var name = "axios";
53994
- var version = "0.21.2";
53995
- var description = "Promise based HTTP client for the browser and node.js";
53996
- var main = "index.js";
53997
- var scripts = {
53998
- test: "grunt test",
53999
- start: "node ./sandbox/server.js",
54000
- build: "NODE_ENV=production grunt build",
54001
- preversion: "npm test",
54002
- version: "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json",
54003
- postversion: "git push && git push --tags",
54004
- examples: "node ./examples/server.js",
54005
- coveralls: "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
54006
- fix: "eslint --fix lib/**/*.js"
53993
+ var _args = [
53994
+ [
53995
+ "axios@0.21.2",
53996
+ "/home/abakken/dev/fisk"
53997
+ ]
53998
+ ];
53999
+ var _from = "axios@0.21.2";
54000
+ var _id = "axios@0.21.2";
54001
+ var _inBundle = false;
54002
+ var _integrity = "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==";
54003
+ var _location = "/axios";
54004
+ var _phantomChildren = {
54007
54005
  };
54008
- var repository = {
54009
- type: "git",
54010
- url: "https://github.com/axios/axios.git"
54006
+ var _requested = {
54007
+ type: "version",
54008
+ registry: true,
54009
+ raw: "axios@0.21.2",
54010
+ name: "axios",
54011
+ escapedName: "axios",
54012
+ rawSpec: "0.21.2",
54013
+ saveSpec: null,
54014
+ fetchSpec: "0.21.2"
54011
54015
  };
54012
- var keywords = [
54013
- "xhr",
54014
- "http",
54015
- "ajax",
54016
- "promise",
54017
- "node"
54016
+ var _requiredBy = [
54017
+ "/"
54018
54018
  ];
54019
- var author = "Matt Zabriskie";
54020
- var license = "MIT";
54019
+ var _resolved = "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz";
54020
+ var _spec = "0.21.2";
54021
+ var _where = "/home/abakken/dev/fisk";
54022
+ var author = {
54023
+ name: "Matt Zabriskie"
54024
+ };
54025
+ var browser = {
54026
+ "./lib/adapters/http.js": "./lib/adapters/xhr.js"
54027
+ };
54021
54028
  var bugs = {
54022
54029
  url: "https://github.com/axios/axios/issues"
54023
54030
  };
54024
- var homepage = "https://axios-http.com";
54031
+ var bundlesize = [
54032
+ {
54033
+ path: "./dist/axios.min.js",
54034
+ threshold: "5kB"
54035
+ }
54036
+ ];
54037
+ var dependencies = {
54038
+ "follow-redirects": "^1.14.0"
54039
+ };
54040
+ var description = "Promise based HTTP client for the browser and node.js";
54025
54041
  var devDependencies = {
54026
54042
  coveralls: "^3.0.0",
54027
54043
  "es6-promise": "^4.2.4",
@@ -54057,40 +54073,67 @@ var devDependencies = {
54057
54073
  webpack: "^4.44.2",
54058
54074
  "webpack-dev-server": "^3.11.0"
54059
54075
  };
54060
- var browser = {
54061
- "./lib/adapters/http.js": "./lib/adapters/xhr.js"
54062
- };
54076
+ var homepage = "https://axios-http.com";
54063
54077
  var jsdelivr = "dist/axios.min.js";
54064
- var unpkg = "dist/axios.min.js";
54065
- var typings = "./index.d.ts";
54066
- var dependencies = {
54067
- "follow-redirects": "^1.14.0"
54068
- };
54069
- var bundlesize = [
54070
- {
54071
- path: "./dist/axios.min.js",
54072
- threshold: "5kB"
54073
- }
54078
+ var keywords = [
54079
+ "xhr",
54080
+ "http",
54081
+ "ajax",
54082
+ "promise",
54083
+ "node"
54074
54084
  ];
54085
+ var license = "MIT";
54086
+ var main = "index.js";
54087
+ var name = "axios";
54088
+ var repository = {
54089
+ type: "git",
54090
+ url: "git+https://github.com/axios/axios.git"
54091
+ };
54092
+ var scripts = {
54093
+ build: "NODE_ENV=production grunt build",
54094
+ coveralls: "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
54095
+ examples: "node ./examples/server.js",
54096
+ fix: "eslint --fix lib/**/*.js",
54097
+ postversion: "git push && git push --tags",
54098
+ preversion: "npm test",
54099
+ start: "node ./sandbox/server.js",
54100
+ test: "grunt test",
54101
+ version: "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
54102
+ };
54103
+ var typings = "./index.d.ts";
54104
+ var unpkg = "dist/axios.min.js";
54105
+ var version = "0.21.2";
54075
54106
  var require$$0 = {
54076
- name: name,
54077
- version: version,
54078
- description: description,
54079
- main: main,
54080
- scripts: scripts,
54081
- repository: repository,
54082
- keywords: keywords,
54107
+ _args: _args,
54108
+ _from: _from,
54109
+ _id: _id,
54110
+ _inBundle: _inBundle,
54111
+ _integrity: _integrity,
54112
+ _location: _location,
54113
+ _phantomChildren: _phantomChildren,
54114
+ _requested: _requested,
54115
+ _requiredBy: _requiredBy,
54116
+ _resolved: _resolved,
54117
+ _spec: _spec,
54118
+ _where: _where,
54083
54119
  author: author,
54084
- license: license,
54120
+ browser: browser,
54085
54121
  bugs: bugs,
54086
- homepage: homepage,
54122
+ bundlesize: bundlesize,
54123
+ dependencies: dependencies,
54124
+ description: description,
54087
54125
  devDependencies: devDependencies,
54088
- browser: browser,
54126
+ homepage: homepage,
54089
54127
  jsdelivr: jsdelivr,
54090
- unpkg: unpkg,
54128
+ keywords: keywords,
54129
+ license: license,
54130
+ main: main,
54131
+ name: name,
54132
+ repository: repository,
54133
+ scripts: scripts,
54091
54134
  typings: typings,
54092
- dependencies: dependencies,
54093
- bundlesize: bundlesize
54135
+ unpkg: unpkg,
54136
+ version: version
54094
54137
  };
54095
54138
 
54096
54139
  var http_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersbakken/fisk",
3
- "version": "4.0.34",
3
+ "version": "4.0.35",
4
4
  "description": "Fisk, a distributed compile system",
5
5
  "scripts": {
6
6
  "lint": "eslint . --ext .ts",