alfresco-js-api
Version:
JavaScript client library for the Alfresco REST API
87 lines (85 loc) • 5.91 kB
JavaScript
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else if(typeof exports === 'object')
exports["AlfrescoApi"] = factory();
else
root["AlfrescoApi"] = factory();
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ }
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 0);
/******/ })
/************************************************************************/
/******/ ([
/* 0 */
/***/ (function(module, exports) {
throw new Error("Module build failed: Error: Cannot find module 'babel-plugin-check-es2015-constants' (While processing preset: \"/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-preset-es2015-loose/index.js\")\n at Function.Module._resolveFilename (module.js:527:15)\n at Function.Module._load (module.js:476:23)\n at Module.require (module.js:568:17)\n at require (internal/module.js:11:18)\n at Object.<anonymous> (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-preset-es2015/lib/index.js:57:40)\n at Module._compile (module.js:624:30)\n at Object.Module._extensions..js (module.js:635:10)\n at Module.load (module.js:545:32)\n at tryModuleLoad (module.js:508:12)\n at Function.Module._load (module.js:500:3)\n at Module.require (module.js:568:17)\n at require (internal/module.js:11:18)\n at module.exports (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/modify-babel-preset/index.js:83:37)\n at Object.<anonymous> (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-preset-es2015-loose/index.js:5:18)\n at Module._compile (module.js:624:30)\n at Object.Module._extensions..js (module.js:635:10)\n at Module.load (module.js:545:32)\n at tryModuleLoad (module.js:508:12)\n at Function.Module._load (module.js:500:3)\n at Module.require (module.js:568:17)\n at require (internal/module.js:11:18)\n at /home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-core/lib/transformation/file/options/option-manager.js:296:17\n at Array.map (<anonymous>)\n at OptionManager.resolvePresets (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-core/lib/transformation/file/options/option-manager.js:275:20)\n at OptionManager.mergePresets (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-core/lib/transformation/file/options/option-manager.js:264:10)\n at OptionManager.mergeOptions (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-core/lib/transformation/file/options/option-manager.js:249:14)\n at OptionManager.init (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12)\n at File.initOptions (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-core/lib/transformation/file/index.js:212:65)\n at new File (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-core/lib/transformation/file/index.js:135:24)\n at Pipeline.transform (/home/bamboo/bamboo-agent-home/xml-data/build-dir/ADF-JSAPI0-JSAPI/node_modules/babel-core/lib/transformation/pipeline.js:46:16)");
/***/ })
/******/ ]);
});