Advertisement
Guest User

Untitled

a guest
Mar 31st, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 136.82 KB | None | 0 0
  1. System.config({
  2. baseURL: "/Scripts",
  3. defaultJSExtensions: true,
  4. transpiler: "babel",
  5. babelOptions: {
  6. "optional": [
  7. "runtime"
  8. ],
  9. "blacklist": [
  10. "regenerator",
  11. "es6.constants",
  12. "es6.forOf"
  13. ]
  14. },
  15. paths: {
  16. "github:*": "jspm_packages/github/*",
  17. "npm:*": "jspm_packages/npm/*"
  18. },
  19. buildCSS: false,
  20.  
  21. meta: {
  22. "npm:jquery-form@3.50.0": {
  23. "format": "cjs",
  24. "exports": "$",
  25. "deps": [
  26. "jquery"
  27. ]
  28. }
  29. },
  30.  
  31. depCache: {
  32. "patients/customers.js": [
  33. "react-helpers.js",
  34. "patients/customer-management/CustomersDisplay.js",
  35. "shared/moduleLoader.js"
  36. ],
  37. "react-helpers.js": [
  38. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  39. "react.js",
  40. "npm:react-dom@0.14.6",
  41. "npm:thee@1.1.2",
  42. "npm:lodash@3.10.1/lang",
  43. "npm:lodash@3.10.1/function/compose",
  44. "npm:lodash@3.10.1/object/set",
  45. "npm:lodash@3.10.1/object/assign",
  46. "npm:reflux@0.2.13",
  47. "npm:classnames@2.2.3",
  48. "shared/utilities.js"
  49. ],
  50. "patients/customer-management/CustomersDisplay.js": [
  51. "react.js",
  52. "npm:reflux@0.2.13",
  53. "react-helpers.js",
  54. "shared/loadedElement.js",
  55. "patients/customer-management/customers-list.js",
  56. "shared/locationBreadcrumbs.js",
  57. "patients/customer-management/customerSummariesStore.js"
  58. ],
  59. "shared/moduleLoader.js": [
  60. "react.js",
  61. "react-helpers.js",
  62. "npm:react-router@1.0.2",
  63. "npm:history@1.17.0/lib/createHashHistory",
  64. "shared/entityManagement.js"
  65. ],
  66. "npm:thee@1.1.2": [
  67. "npm:thee@1.1.2/thee.es5"
  68. ],
  69. "npm:reflux@0.2.13": [
  70. "npm:reflux@0.2.13/src/index"
  71. ],
  72. "react.js": [
  73. "npm:react@0.14.6"
  74. ],
  75. "npm:classnames@2.2.3": [
  76. "npm:classnames@2.2.3/index"
  77. ],
  78. "patients/customer-management/customerSummariesStore.js": [
  79. "react-helpers.js",
  80. "patients/api.js",
  81. "shared/search-utilities.js"
  82. ],
  83. "shared/entityManagement.js": [
  84. "react.js",
  85. "react-helpers.js",
  86. "npm:react-router@1.0.2"
  87. ],
  88. "npm:react-dom@0.14.6": [
  89. "npm:react-dom@0.14.6/index"
  90. ],
  91. "npm:babel-runtime@5.8.34/helpers/to-consumable-array": [
  92. "npm:babel-runtime@5.8.34/core-js/array/from"
  93. ],
  94. "shared/utilities.js": [
  95. "npm:babel-runtime@5.8.34/helpers/define-property",
  96. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  97. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  98. "npm:babel-runtime@5.8.34/helpers/to-array",
  99. "npm:babel-runtime@5.8.34/core-js/symbol/iterator",
  100. "npm:babel-runtime@5.8.34/core-js/array/from",
  101. "npm:babel-runtime@5.8.34/core-js/map",
  102. "npm:babel-runtime@5.8.34/core-js/set"
  103. ],
  104. "npm:lodash@3.10.1/lang": [
  105. "npm:lodash@3.10.1/lang/clone",
  106. "npm:lodash@3.10.1/lang/cloneDeep",
  107. "npm:lodash@3.10.1/lang/eq",
  108. "npm:lodash@3.10.1/lang/gt",
  109. "npm:lodash@3.10.1/lang/gte",
  110. "npm:lodash@3.10.1/lang/isArguments",
  111. "npm:lodash@3.10.1/lang/isArray",
  112. "npm:lodash@3.10.1/lang/isBoolean",
  113. "npm:lodash@3.10.1/lang/isDate",
  114. "npm:lodash@3.10.1/lang/isElement",
  115. "npm:lodash@3.10.1/lang/isEmpty",
  116. "npm:lodash@3.10.1/lang/isEqual",
  117. "npm:lodash@3.10.1/lang/isError",
  118. "npm:lodash@3.10.1/lang/isFinite",
  119. "npm:lodash@3.10.1/lang/isFunction",
  120. "npm:lodash@3.10.1/lang/isMatch",
  121. "npm:lodash@3.10.1/lang/isNaN",
  122. "npm:lodash@3.10.1/lang/isNative",
  123. "npm:lodash@3.10.1/lang/isNull",
  124. "npm:lodash@3.10.1/lang/isNumber",
  125. "npm:lodash@3.10.1/lang/isObject",
  126. "npm:lodash@3.10.1/lang/isPlainObject",
  127. "npm:lodash@3.10.1/lang/isRegExp",
  128. "npm:lodash@3.10.1/lang/isString",
  129. "npm:lodash@3.10.1/lang/isTypedArray",
  130. "npm:lodash@3.10.1/lang/isUndefined",
  131. "npm:lodash@3.10.1/lang/lt",
  132. "npm:lodash@3.10.1/lang/lte",
  133. "npm:lodash@3.10.1/lang/toArray",
  134. "npm:lodash@3.10.1/lang/toPlainObject"
  135. ],
  136. "npm:lodash@3.10.1/object/assign": [
  137. "npm:lodash@3.10.1/internal/assignWith",
  138. "npm:lodash@3.10.1/internal/baseAssign",
  139. "npm:lodash@3.10.1/internal/createAssigner"
  140. ],
  141. "npm:lodash@3.10.1/function/compose": [
  142. "npm:lodash@3.10.1/function/flowRight"
  143. ],
  144. "shared/loadedElement.js": [
  145. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  146. "react-helpers.js",
  147. "react.js",
  148. "npm:lodash@3.10.1/object/assign",
  149. "npm:lodash@3.10.1/lang/isFunction",
  150. "npm:lodash@3.10.1/array/flatten"
  151. ],
  152. "npm:lodash@3.10.1/object/set": [
  153. "npm:lodash@3.10.1/internal/isIndex",
  154. "npm:lodash@3.10.1/internal/isKey",
  155. "npm:lodash@3.10.1/lang/isObject",
  156. "npm:lodash@3.10.1/internal/toPath"
  157. ],
  158. "patients/customer-management/customers-list.js": [
  159. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  160. "react.js",
  161. "react-helpers.js",
  162. "shared/displayDate.js",
  163. "shared/actionsArea.js",
  164. "shared/listings.js",
  165. "shared/activationStatusFilter.js",
  166. "shared/locationSelector.js",
  167. "shared/filtersToggleButton.js",
  168. "shared/labeledElement.js",
  169. "shared/searchInput.js",
  170. "shared/lastNameFirst.js",
  171. "shared/phoneNumber.js",
  172. "patients/customer-management/customerSummariesStore.js",
  173. "shared/buttons.js",
  174. "shared/popout-utilities.js",
  175. "shared/statusDisplay.js",
  176. "patients/shared/customerCategorySelector.js"
  177. ],
  178. "shared/locationBreadcrumbs.js": [
  179. "react.js",
  180. "npm:lodash@3.10.1/array/flatten",
  181. "react-helpers.js"
  182. ],
  183. "npm:history@1.17.0/lib/createHashHistory": [
  184. "npm:warning@2.1.0",
  185. "npm:invariant@2.2.0",
  186. "npm:history@1.17.0/lib/Actions",
  187. "npm:history@1.17.0/lib/ExecutionEnvironment",
  188. "npm:history@1.17.0/lib/DOMUtils",
  189. "npm:history@1.17.0/lib/DOMStateStorage",
  190. "npm:history@1.17.0/lib/createDOMHistory",
  191. "npm:history@1.17.0/lib/parsePath",
  192. "github:jspm/nodelibs-process@0.1.2"
  193. ],
  194. "npm:react-router@1.0.2": [
  195. "npm:react-router@1.0.2/lib/index"
  196. ],
  197. "shared/actionsArea.js": [
  198. "react.js",
  199. "react-helpers.js"
  200. ],
  201. "shared/activationStatusFilter.js": [
  202. "react.js",
  203. "react-helpers.js"
  204. ],
  205. "shared/filtersToggleButton.js": [
  206. "react.js",
  207. "react-helpers.js"
  208. ],
  209. "shared/locationSelector.js": [
  210. "shared/createLoadedDropdownComponent.js",
  211. "admin/locations/api.js"
  212. ],
  213. "shared/labeledElement.js": [
  214. "react-helpers.js",
  215. "react.js",
  216. "shared/utilities.js"
  217. ],
  218. "shared/lastNameFirst.js": [
  219. "react.js",
  220. "react-helpers.js"
  221. ],
  222. "shared/statusDisplay.js": [
  223. "react.js",
  224. "react-helpers.js",
  225. "shared/utilities.js"
  226. ],
  227. "patients/shared/customerCategorySelector.js": [
  228. "shared/createLoadedDropdownComponent.js",
  229. "patients/api.js"
  230. ],
  231. "npm:reflux@0.2.13/src/index": [
  232. "npm:reflux-core@0.2.1",
  233. "npm:reflux@0.2.13/src/connect",
  234. "npm:reflux@0.2.13/src/connectFilter",
  235. "npm:reflux@0.2.13/src/ListenerMixin",
  236. "npm:reflux@0.2.13/src/listenTo",
  237. "npm:reflux@0.2.13/src/listenToMany"
  238. ],
  239. "npm:react@0.14.6": [
  240. "npm:react@0.14.6/react"
  241. ],
  242. "patients/api.js": [
  243. "npm:babel-runtime@5.8.34/core-js/map",
  244. "npm:babel-runtime@5.8.34/core-js/promise",
  245. "shared/query-helpers.js"
  246. ],
  247. "shared/listings.js": [
  248. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  249. "npm:babel-runtime@5.8.34/core-js/object/assign",
  250. "npm:babel-runtime@5.8.34/core-js/object/keys",
  251. "react.js",
  252. "npm:classnames@2.2.3",
  253. "react-helpers.js",
  254. "npm:react-paginate@0.4.3",
  255. "shared/dropdown.js",
  256. "shared/labeledElement.js",
  257. "shared/model-helpers.js",
  258. "npm:lodash@3.10.1/collection/map",
  259. "shared/utilities.js",
  260. "shared/buttons.js",
  261. "shared/conditionalOkCancelDialog.js"
  262. ],
  263. "shared/search-utilities.js": [
  264. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  265. "npm:babel-runtime@5.8.34/core-js/object/keys",
  266. "npm:babel-runtime@5.8.34/core-js/object/assign",
  267. "npm:lodash@3.10.1/object/assign",
  268. "npm:lodash@3.10.1/collection/any",
  269. "shared/utilities.js"
  270. ],
  271. "shared/displayDate.js": [
  272. "npm:babel-runtime@5.8.34/core-js/object/assign",
  273. "react.js",
  274. "github:moment/moment@2.10.6",
  275. "react-helpers.js",
  276. "shared/utilities.js"
  277. ],
  278. "shared/searchInput.js": [
  279. "react.js",
  280. "react-helpers.js",
  281. "npm:lodash@3.10.1/function/debounce"
  282. ],
  283. "shared/phoneNumber.js": [
  284. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  285. "react.js",
  286. "react-helpers.js"
  287. ],
  288. "shared/buttons.js": [
  289. "react.js",
  290. "npm:lodash@3.10.1/object/assign",
  291. "react-helpers.js"
  292. ],
  293. "npm:warning@2.1.0": [
  294. "npm:warning@2.1.0/browser"
  295. ],
  296. "github:jspm/nodelibs-process@0.1.2": [
  297. "github:jspm/nodelibs-process@0.1.2/index"
  298. ],
  299. "npm:invariant@2.2.0": [
  300. "npm:invariant@2.2.0/browser"
  301. ],
  302. "npm:react-dom@0.14.6/index": [
  303. "npm:react@0.14.6/lib/ReactDOM"
  304. ],
  305. "npm:babel-runtime@5.8.34/helpers/define-property": [
  306. "npm:babel-runtime@5.8.34/core-js/object/define-property"
  307. ],
  308. "npm:babel-runtime@5.8.34/core-js/array/from": [
  309. "npm:core-js@1.2.6/library/fn/array/from"
  310. ],
  311. "npm:babel-runtime@5.8.34/helpers/sliced-to-array": [
  312. "npm:babel-runtime@5.8.34/core-js/get-iterator",
  313. "npm:babel-runtime@5.8.34/core-js/is-iterable"
  314. ],
  315. "npm:babel-runtime@5.8.34/helpers/to-array": [
  316. "npm:babel-runtime@5.8.34/core-js/array/from"
  317. ],
  318. "npm:babel-runtime@5.8.34/core-js/symbol/iterator": [
  319. "npm:core-js@1.2.6/library/fn/symbol/iterator"
  320. ],
  321. "npm:babel-runtime@5.8.34/core-js/map": [
  322. "npm:core-js@1.2.6/library/fn/map"
  323. ],
  324. "npm:babel-runtime@5.8.34/core-js/set": [
  325. "npm:core-js@1.2.6/library/fn/set"
  326. ],
  327. "npm:lodash@3.10.1/lang/cloneDeep": [
  328. "npm:lodash@3.10.1/internal/baseClone",
  329. "npm:lodash@3.10.1/internal/bindCallback"
  330. ],
  331. "npm:lodash@3.10.1/lang/eq": [
  332. "npm:lodash@3.10.1/lang/isEqual"
  333. ],
  334. "npm:lodash@3.10.1/lang/clone": [
  335. "npm:lodash@3.10.1/internal/baseClone",
  336. "npm:lodash@3.10.1/internal/bindCallback",
  337. "npm:lodash@3.10.1/internal/isIterateeCall"
  338. ],
  339. "npm:lodash@3.10.1/lang/isArguments": [
  340. "npm:lodash@3.10.1/internal/isArrayLike",
  341. "npm:lodash@3.10.1/internal/isObjectLike"
  342. ],
  343. "npm:lodash@3.10.1/lang/isArray": [
  344. "npm:lodash@3.10.1/internal/getNative",
  345. "npm:lodash@3.10.1/internal/isLength",
  346. "npm:lodash@3.10.1/internal/isObjectLike"
  347. ],
  348. "npm:lodash@3.10.1/lang/isBoolean": [
  349. "npm:lodash@3.10.1/internal/isObjectLike"
  350. ],
  351. "npm:lodash@3.10.1/lang/isDate": [
  352. "npm:lodash@3.10.1/internal/isObjectLike"
  353. ],
  354. "npm:lodash@3.10.1/lang/isElement": [
  355. "npm:lodash@3.10.1/internal/isObjectLike",
  356. "npm:lodash@3.10.1/lang/isPlainObject"
  357. ],
  358. "npm:lodash@3.10.1/lang/isEmpty": [
  359. "npm:lodash@3.10.1/lang/isArguments",
  360. "npm:lodash@3.10.1/lang/isArray",
  361. "npm:lodash@3.10.1/internal/isArrayLike",
  362. "npm:lodash@3.10.1/lang/isFunction",
  363. "npm:lodash@3.10.1/internal/isObjectLike",
  364. "npm:lodash@3.10.1/lang/isString",
  365. "npm:lodash@3.10.1/object/keys"
  366. ],
  367. "npm:lodash@3.10.1/lang/isError": [
  368. "npm:lodash@3.10.1/internal/isObjectLike"
  369. ],
  370. "npm:lodash@3.10.1/lang/isEqual": [
  371. "npm:lodash@3.10.1/internal/baseIsEqual",
  372. "npm:lodash@3.10.1/internal/bindCallback"
  373. ],
  374. "npm:lodash@3.10.1/lang/isFunction": [
  375. "npm:lodash@3.10.1/lang/isObject"
  376. ],
  377. "npm:lodash@3.10.1/lang/isMatch": [
  378. "npm:lodash@3.10.1/internal/baseIsMatch",
  379. "npm:lodash@3.10.1/internal/bindCallback",
  380. "npm:lodash@3.10.1/internal/getMatchData"
  381. ],
  382. "npm:lodash@3.10.1/lang/isNaN": [
  383. "npm:lodash@3.10.1/lang/isNumber"
  384. ],
  385. "npm:lodash@3.10.1/lang/isNative": [
  386. "npm:lodash@3.10.1/lang/isFunction",
  387. "npm:lodash@3.10.1/internal/isObjectLike"
  388. ],
  389. "npm:lodash@3.10.1/lang/isNumber": [
  390. "npm:lodash@3.10.1/internal/isObjectLike"
  391. ],
  392. "npm:lodash@3.10.1/lang/isRegExp": [
  393. "npm:lodash@3.10.1/lang/isObject"
  394. ],
  395. "npm:lodash@3.10.1/lang/isPlainObject": [
  396. "npm:lodash@3.10.1/internal/baseForIn",
  397. "npm:lodash@3.10.1/lang/isArguments",
  398. "npm:lodash@3.10.1/internal/isObjectLike"
  399. ],
  400. "npm:lodash@3.10.1/lang/isString": [
  401. "npm:lodash@3.10.1/internal/isObjectLike"
  402. ],
  403. "npm:lodash@3.10.1/lang/isTypedArray": [
  404. "npm:lodash@3.10.1/internal/isLength",
  405. "npm:lodash@3.10.1/internal/isObjectLike"
  406. ],
  407. "npm:lodash@3.10.1/lang/toArray": [
  408. "npm:lodash@3.10.1/internal/arrayCopy",
  409. "npm:lodash@3.10.1/internal/getLength",
  410. "npm:lodash@3.10.1/internal/isLength",
  411. "npm:lodash@3.10.1/object/values"
  412. ],
  413. "npm:lodash@3.10.1/lang/toPlainObject": [
  414. "npm:lodash@3.10.1/internal/baseCopy",
  415. "npm:lodash@3.10.1/object/keysIn"
  416. ],
  417. "npm:lodash@3.10.1/internal/assignWith": [
  418. "npm:lodash@3.10.1/object/keys"
  419. ],
  420. "npm:lodash@3.10.1/internal/baseAssign": [
  421. "npm:lodash@3.10.1/internal/baseCopy",
  422. "npm:lodash@3.10.1/object/keys"
  423. ],
  424. "npm:lodash@3.10.1/function/flowRight": [
  425. "npm:lodash@3.10.1/internal/createFlow"
  426. ],
  427. "npm:lodash@3.10.1/internal/createAssigner": [
  428. "npm:lodash@3.10.1/internal/bindCallback",
  429. "npm:lodash@3.10.1/internal/isIterateeCall",
  430. "npm:lodash@3.10.1/function/restParam"
  431. ],
  432. "npm:lodash@3.10.1/array/flatten": [
  433. "npm:lodash@3.10.1/internal/baseFlatten",
  434. "npm:lodash@3.10.1/internal/isIterateeCall"
  435. ],
  436. "npm:lodash@3.10.1/internal/toPath": [
  437. "npm:lodash@3.10.1/internal/baseToString",
  438. "npm:lodash@3.10.1/lang/isArray",
  439. "github:jspm/nodelibs-process@0.1.2"
  440. ],
  441. "npm:history@1.17.0/lib/DOMStateStorage": [
  442. "npm:warning@2.1.0",
  443. "github:jspm/nodelibs-process@0.1.2"
  444. ],
  445. "npm:lodash@3.10.1/internal/isKey": [
  446. "npm:lodash@3.10.1/lang/isArray",
  447. "npm:lodash@3.10.1/internal/toObject"
  448. ],
  449. "npm:history@1.17.0/lib/parsePath": [
  450. "npm:warning@2.1.0",
  451. "npm:history@1.17.0/lib/extractPath",
  452. "github:jspm/nodelibs-process@0.1.2"
  453. ],
  454. "npm:react-router@1.0.2/lib/index": [
  455. "npm:react-router@1.0.2/lib/Router",
  456. "npm:react-router@1.0.2/lib/Link",
  457. "npm:react-router@1.0.2/lib/IndexLink",
  458. "npm:react-router@1.0.2/lib/IndexRedirect",
  459. "npm:react-router@1.0.2/lib/IndexRoute",
  460. "npm:react-router@1.0.2/lib/Redirect",
  461. "npm:react-router@1.0.2/lib/Route",
  462. "npm:react-router@1.0.2/lib/History",
  463. "npm:react-router@1.0.2/lib/Lifecycle",
  464. "npm:react-router@1.0.2/lib/RouteContext",
  465. "npm:react-router@1.0.2/lib/useRoutes",
  466. "npm:react-router@1.0.2/lib/RouteUtils",
  467. "npm:react-router@1.0.2/lib/RoutingContext",
  468. "npm:react-router@1.0.2/lib/PropTypes",
  469. "npm:react-router@1.0.2/lib/match"
  470. ],
  471. "npm:history@1.17.0/lib/createDOMHistory": [
  472. "npm:invariant@2.2.0",
  473. "npm:history@1.17.0/lib/ExecutionEnvironment",
  474. "npm:history@1.17.0/lib/DOMUtils",
  475. "npm:history@1.17.0/lib/createHistory",
  476. "github:jspm/nodelibs-process@0.1.2"
  477. ],
  478. "admin/locations/api.js": [
  479. "shared/query-helpers.js"
  480. ],
  481. "github:moment/moment@2.10.6": [
  482. "github:moment/moment@2.10.6/moment"
  483. ],
  484. "github:jspm/nodelibs-process@0.1.2/index": [
  485. "npm:process@0.11.2"
  486. ],
  487. "npm:warning@2.1.0/browser": [
  488. "github:jspm/nodelibs-process@0.1.2"
  489. ],
  490. "npm:invariant@2.2.0/browser": [
  491. "github:jspm/nodelibs-process@0.1.2"
  492. ],
  493. "shared/query-helpers.js": [
  494. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  495. "github:components/jquery@2.1.4",
  496. "npm:lodash@3.10.1/object/pick",
  497. "shared/dataError.js"
  498. ],
  499. "npm:reflux-core@0.2.1": [
  500. "npm:reflux-core@0.2.1/lib/index"
  501. ],
  502. "shared/createLoadedDropdownComponent.js": [
  503. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  504. "npm:babel-runtime@5.8.34/core-js/object/assign",
  505. "react.js",
  506. "react-helpers.js",
  507. "shared/loadedElement.js",
  508. "shared/dropdown.js",
  509. "npm:lodash@3.10.1/function/memoize"
  510. ],
  511. "shared/conditionalOkCancelDialog.js": [
  512. "react.js",
  513. "shared/actionsArea.js",
  514. "npm:lodash@3.10.1/object/assign",
  515. "npm:lodash@3.10.1/lang/isFunction",
  516. "shared/modalDialog.js",
  517. "react-helpers.js",
  518. "shared/simpleButton.js"
  519. ],
  520. "shared/model-helpers.js": [
  521. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  522. "npm:lodash@3.10.1/object/get"
  523. ],
  524. "shared/dropdown.js": [
  525. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  526. "react.js",
  527. "react-helpers.js",
  528. "npm:lodash@3.10.1/object/assign",
  529. "npm:lodash@3.10.1/lang/isPlainObject",
  530. "npm:lodash@3.10.1/collection/map"
  531. ],
  532. "npm:reflux@0.2.13/src/connectFilter": [
  533. "npm:reflux-core@0.2.1/lib/ListenerMethods",
  534. "npm:reflux@0.2.13/src/ListenerMixin",
  535. "npm:reflux-core@0.2.1/lib/utils"
  536. ],
  537. "npm:react-paginate@0.4.3": [
  538. "npm:react-paginate@0.4.3/dist/react-paginate"
  539. ],
  540. "npm:reflux@0.2.13/src/listenToMany": [
  541. "npm:reflux-core@0.2.1/lib/ListenerMethods"
  542. ],
  543. "npm:reflux@0.2.13/src/listenTo": [
  544. "npm:reflux-core@0.2.1/lib/ListenerMethods"
  545. ],
  546. "npm:reflux@0.2.13/src/connect": [
  547. "npm:reflux-core@0.2.1/lib/ListenerMethods",
  548. "npm:reflux@0.2.13/src/ListenerMixin",
  549. "npm:reflux-core@0.2.1/lib/utils"
  550. ],
  551. "npm:reflux@0.2.13/src/ListenerMixin": [
  552. "npm:reflux-core@0.2.1/lib/utils",
  553. "npm:reflux-core@0.2.1/lib/ListenerMethods"
  554. ],
  555. "npm:babel-runtime@5.8.34/core-js/promise": [
  556. "npm:core-js@1.2.6/library/fn/promise"
  557. ],
  558. "npm:react@0.14.6/react": [
  559. "npm:react@0.14.6/lib/React"
  560. ],
  561. "npm:babel-runtime@5.8.34/core-js/object/assign": [
  562. "npm:core-js@1.2.6/library/fn/object/assign"
  563. ],
  564. "npm:babel-runtime@5.8.34/core-js/object/keys": [
  565. "npm:core-js@1.2.6/library/fn/object/keys"
  566. ],
  567. "npm:lodash@3.10.1/collection/any": [
  568. "npm:lodash@3.10.1/collection/some"
  569. ],
  570. "npm:lodash@3.10.1/collection/map": [
  571. "npm:lodash@3.10.1/internal/arrayMap",
  572. "npm:lodash@3.10.1/internal/baseCallback",
  573. "npm:lodash@3.10.1/internal/baseMap",
  574. "npm:lodash@3.10.1/lang/isArray"
  575. ],
  576. "npm:lodash@3.10.1/function/debounce": [
  577. "npm:lodash@3.10.1/lang/isObject",
  578. "npm:lodash@3.10.1/date/now"
  579. ],
  580. "npm:react@0.14.6/lib/ReactDOM": [
  581. "npm:react@0.14.6/lib/ReactCurrentOwner",
  582. "npm:react@0.14.6/lib/ReactDOMTextComponent",
  583. "npm:react@0.14.6/lib/ReactDefaultInjection",
  584. "npm:react@0.14.6/lib/ReactInstanceHandles",
  585. "npm:react@0.14.6/lib/ReactMount",
  586. "npm:react@0.14.6/lib/ReactPerf",
  587. "npm:react@0.14.6/lib/ReactReconciler",
  588. "npm:react@0.14.6/lib/ReactUpdates",
  589. "npm:react@0.14.6/lib/ReactVersion",
  590. "npm:react@0.14.6/lib/findDOMNode",
  591. "npm:react@0.14.6/lib/renderSubtreeIntoContainer",
  592. "npm:fbjs@0.6.1/lib/warning",
  593. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  594. "github:jspm/nodelibs-process@0.1.2"
  595. ],
  596. "npm:babel-runtime@5.8.34/core-js/is-iterable": [
  597. "npm:core-js@1.2.6/library/fn/is-iterable"
  598. ],
  599. "npm:babel-runtime@5.8.34/core-js/get-iterator": [
  600. "npm:core-js@1.2.6/library/fn/get-iterator"
  601. ],
  602. "npm:lodash@3.10.1/internal/baseToString": [
  603. "github:jspm/nodelibs-process@0.1.2"
  604. ],
  605. "npm:react-router@1.0.2/lib/Link": [
  606. "react.js"
  607. ],
  608. "npm:react-router@1.0.2/lib/Lifecycle": [
  609. "react.js",
  610. "npm:invariant@2.2.0",
  611. "github:jspm/nodelibs-process@0.1.2"
  612. ],
  613. "npm:react-router@1.0.2/lib/RouteContext": [
  614. "react.js"
  615. ],
  616. "npm:react-router@1.0.2/lib/RouteUtils": [
  617. "react.js",
  618. "npm:warning@2.1.0",
  619. "github:jspm/nodelibs-process@0.1.2"
  620. ],
  621. "npm:react-router@1.0.2/lib/PropTypes": [
  622. "react.js"
  623. ],
  624. "npm:babel-runtime@5.8.34/core-js/object/define-property": [
  625. "npm:core-js@1.2.6/library/fn/object/define-property"
  626. ],
  627. "npm:core-js@1.2.6/library/fn/map": [
  628. "npm:core-js@1.2.6/library/modules/es6.object.to-string",
  629. "npm:core-js@1.2.6/library/modules/es6.string.iterator",
  630. "npm:core-js@1.2.6/library/modules/web.dom.iterable",
  631. "npm:core-js@1.2.6/library/modules/es6.map",
  632. "npm:core-js@1.2.6/library/modules/es7.map.to-json",
  633. "npm:core-js@1.2.6/library/modules/$.core"
  634. ],
  635. "npm:core-js@1.2.6/library/fn/symbol/iterator": [
  636. "npm:core-js@1.2.6/library/modules/es6.string.iterator",
  637. "npm:core-js@1.2.6/library/modules/web.dom.iterable",
  638. "npm:core-js@1.2.6/library/modules/$.wks"
  639. ],
  640. "npm:core-js@1.2.6/library/fn/set": [
  641. "npm:core-js@1.2.6/library/modules/es6.object.to-string",
  642. "npm:core-js@1.2.6/library/modules/es6.string.iterator",
  643. "npm:core-js@1.2.6/library/modules/web.dom.iterable",
  644. "npm:core-js@1.2.6/library/modules/es6.set",
  645. "npm:core-js@1.2.6/library/modules/es7.set.to-json",
  646. "npm:core-js@1.2.6/library/modules/$.core"
  647. ],
  648. "npm:core-js@1.2.6/library/fn/array/from": [
  649. "npm:core-js@1.2.6/library/modules/es6.string.iterator",
  650. "npm:core-js@1.2.6/library/modules/es6.array.from",
  651. "npm:core-js@1.2.6/library/modules/$.core"
  652. ],
  653. "npm:lodash@3.10.1/internal/isArrayLike": [
  654. "npm:lodash@3.10.1/internal/getLength",
  655. "npm:lodash@3.10.1/internal/isLength"
  656. ],
  657. "npm:lodash@3.10.1/internal/bindCallback": [
  658. "npm:lodash@3.10.1/utility/identity"
  659. ],
  660. "npm:lodash@3.10.1/internal/baseClone": [
  661. "npm:lodash@3.10.1/internal/arrayCopy",
  662. "npm:lodash@3.10.1/internal/arrayEach",
  663. "npm:lodash@3.10.1/internal/baseAssign",
  664. "npm:lodash@3.10.1/internal/baseForOwn",
  665. "npm:lodash@3.10.1/internal/initCloneArray",
  666. "npm:lodash@3.10.1/internal/initCloneByTag",
  667. "npm:lodash@3.10.1/internal/initCloneObject",
  668. "npm:lodash@3.10.1/lang/isArray",
  669. "npm:lodash@3.10.1/lang/isObject"
  670. ],
  671. "npm:lodash@3.10.1/internal/getNative": [
  672. "npm:lodash@3.10.1/lang/isNative"
  673. ],
  674. "npm:lodash@3.10.1/internal/isIterateeCall": [
  675. "npm:lodash@3.10.1/internal/isArrayLike",
  676. "npm:lodash@3.10.1/internal/isIndex",
  677. "npm:lodash@3.10.1/lang/isObject"
  678. ],
  679. "npm:lodash@3.10.1/object/keys": [
  680. "npm:lodash@3.10.1/internal/getNative",
  681. "npm:lodash@3.10.1/internal/isArrayLike",
  682. "npm:lodash@3.10.1/lang/isObject",
  683. "npm:lodash@3.10.1/internal/shimKeys"
  684. ],
  685. "npm:lodash@3.10.1/internal/baseIsEqual": [
  686. "npm:lodash@3.10.1/internal/baseIsEqualDeep",
  687. "npm:lodash@3.10.1/lang/isObject",
  688. "npm:lodash@3.10.1/internal/isObjectLike"
  689. ],
  690. "npm:lodash@3.10.1/internal/getMatchData": [
  691. "npm:lodash@3.10.1/internal/isStrictComparable",
  692. "npm:lodash@3.10.1/object/pairs"
  693. ],
  694. "npm:lodash@3.10.1/internal/baseIsMatch": [
  695. "npm:lodash@3.10.1/internal/baseIsEqual",
  696. "npm:lodash@3.10.1/internal/toObject"
  697. ],
  698. "npm:lodash@3.10.1/internal/baseForIn": [
  699. "npm:lodash@3.10.1/internal/baseFor",
  700. "npm:lodash@3.10.1/object/keysIn"
  701. ],
  702. "npm:lodash@3.10.1/internal/getLength": [
  703. "npm:lodash@3.10.1/internal/baseProperty"
  704. ],
  705. "npm:lodash@3.10.1/internal/createFlow": [
  706. "npm:lodash@3.10.1/internal/LodashWrapper",
  707. "npm:lodash@3.10.1/internal/getData",
  708. "npm:lodash@3.10.1/internal/getFuncName",
  709. "npm:lodash@3.10.1/lang/isArray",
  710. "npm:lodash@3.10.1/internal/isLaziable"
  711. ],
  712. "npm:lodash@3.10.1/internal/baseFlatten": [
  713. "npm:lodash@3.10.1/internal/arrayPush",
  714. "npm:lodash@3.10.1/lang/isArguments",
  715. "npm:lodash@3.10.1/lang/isArray",
  716. "npm:lodash@3.10.1/internal/isArrayLike",
  717. "npm:lodash@3.10.1/internal/isObjectLike"
  718. ],
  719. "npm:lodash@3.10.1/object/keysIn": [
  720. "npm:lodash@3.10.1/lang/isArguments",
  721. "npm:lodash@3.10.1/lang/isArray",
  722. "npm:lodash@3.10.1/internal/isIndex",
  723. "npm:lodash@3.10.1/internal/isLength",
  724. "npm:lodash@3.10.1/lang/isObject"
  725. ],
  726. "npm:lodash@3.10.1/object/values": [
  727. "npm:lodash@3.10.1/internal/baseValues",
  728. "npm:lodash@3.10.1/object/keys"
  729. ],
  730. "npm:lodash@3.10.1/internal/toObject": [
  731. "npm:lodash@3.10.1/lang/isObject",
  732. "github:jspm/nodelibs-process@0.1.2"
  733. ],
  734. "npm:react-router@1.0.2/lib/Router": [
  735. "npm:warning@2.1.0",
  736. "react.js",
  737. "npm:history@1.13.1/lib/createHashHistory",
  738. "npm:react-router@1.0.2/lib/RouteUtils",
  739. "npm:react-router@1.0.2/lib/RoutingContext",
  740. "npm:react-router@1.0.2/lib/useRoutes",
  741. "npm:react-router@1.0.2/lib/PropTypes",
  742. "github:jspm/nodelibs-process@0.1.2"
  743. ],
  744. "npm:react-router@1.0.2/lib/IndexLink": [
  745. "react.js",
  746. "npm:react-router@1.0.2/lib/Link"
  747. ],
  748. "npm:react-router@1.0.2/lib/IndexRedirect": [
  749. "npm:warning@2.1.0",
  750. "npm:invariant@2.2.0",
  751. "react.js",
  752. "npm:react-router@1.0.2/lib/Redirect",
  753. "npm:react-router@1.0.2/lib/PropTypes",
  754. "github:jspm/nodelibs-process@0.1.2"
  755. ],
  756. "npm:react-router@1.0.2/lib/Redirect": [
  757. "npm:invariant@2.2.0",
  758. "react.js",
  759. "npm:react-router@1.0.2/lib/RouteUtils",
  760. "npm:react-router@1.0.2/lib/PatternUtils",
  761. "npm:react-router@1.0.2/lib/PropTypes",
  762. "github:jspm/nodelibs-process@0.1.2"
  763. ],
  764. "npm:react-router@1.0.2/lib/Route": [
  765. "npm:invariant@2.2.0",
  766. "react.js",
  767. "npm:react-router@1.0.2/lib/RouteUtils",
  768. "npm:react-router@1.0.2/lib/PropTypes",
  769. "github:jspm/nodelibs-process@0.1.2"
  770. ],
  771. "npm:react-router@1.0.2/lib/IndexRoute": [
  772. "npm:warning@2.1.0",
  773. "npm:invariant@2.2.0",
  774. "react.js",
  775. "npm:react-router@1.0.2/lib/RouteUtils",
  776. "npm:react-router@1.0.2/lib/PropTypes",
  777. "github:jspm/nodelibs-process@0.1.2"
  778. ],
  779. "npm:react-router@1.0.2/lib/History": [
  780. "npm:react-router@1.0.2/lib/PropTypes"
  781. ],
  782. "npm:react-router@1.0.2/lib/useRoutes": [
  783. "npm:warning@2.1.0",
  784. "npm:history@1.13.1/lib/Actions",
  785. "npm:history@1.13.1/lib/useQueries",
  786. "npm:react-router@1.0.2/lib/computeChangedRoutes",
  787. "npm:react-router@1.0.2/lib/TransitionUtils",
  788. "npm:react-router@1.0.2/lib/isActive",
  789. "npm:react-router@1.0.2/lib/getComponents",
  790. "npm:react-router@1.0.2/lib/matchRoutes",
  791. "github:jspm/nodelibs-process@0.1.2"
  792. ],
  793. "npm:react-router@1.0.2/lib/RoutingContext": [
  794. "npm:invariant@2.2.0",
  795. "react.js",
  796. "npm:react-router@1.0.2/lib/RouteUtils",
  797. "npm:react-router@1.0.2/lib/getRouteParams",
  798. "github:jspm/nodelibs-process@0.1.2"
  799. ],
  800. "npm:history@1.17.0/lib/createHistory": [
  801. "npm:deep-equal@1.0.1",
  802. "npm:history@1.17.0/lib/AsyncUtils",
  803. "npm:history@1.17.0/lib/Actions",
  804. "npm:history@1.17.0/lib/createLocation",
  805. "npm:history@1.17.0/lib/runTransitionHook",
  806. "npm:history@1.17.0/lib/parsePath",
  807. "npm:history@1.17.0/lib/deprecate"
  808. ],
  809. "npm:react-router@1.0.2/lib/match": [
  810. "npm:invariant@2.2.0",
  811. "npm:history@1.13.1/lib/createMemoryHistory",
  812. "npm:history@1.13.1/lib/useBasename",
  813. "npm:react-router@1.0.2/lib/RouteUtils",
  814. "npm:react-router@1.0.2/lib/useRoutes",
  815. "github:jspm/nodelibs-process@0.1.2"
  816. ],
  817. "npm:process@0.11.2": [
  818. "npm:process@0.11.2/browser"
  819. ],
  820. "shared/dataError.js": [
  821. "npm:reflux@0.2.13"
  822. ],
  823. "shared/modalDialog.js": [
  824. "react.js",
  825. "react-helpers.js",
  826. "shared/actionsArea.js"
  827. ],
  828. "npm:reflux-core@0.2.1/lib/utils": [
  829. "npm:eventemitter3@1.1.1"
  830. ],
  831. "npm:react@0.14.6/lib/ReactPerf": [
  832. "github:jspm/nodelibs-process@0.1.2"
  833. ],
  834. "npm:deep-equal@1.0.1": [
  835. "npm:deep-equal@1.0.1/index"
  836. ],
  837. "npm:react-router@1.0.2/lib/PatternUtils": [
  838. "npm:invariant@2.2.0",
  839. "github:jspm/nodelibs-process@0.1.2"
  840. ],
  841. "npm:history@1.17.0/lib/runTransitionHook": [
  842. "npm:warning@2.1.0",
  843. "github:jspm/nodelibs-process@0.1.2"
  844. ],
  845. "shared/simpleButton.js": [
  846. "react.js",
  847. "npm:lodash@3.10.1/object/assign"
  848. ],
  849. "npm:lodash@3.10.1/object/pick": [
  850. "npm:lodash@3.10.1/internal/baseFlatten",
  851. "npm:lodash@3.10.1/internal/bindCallback",
  852. "npm:lodash@3.10.1/internal/pickByArray",
  853. "npm:lodash@3.10.1/internal/pickByCallback",
  854. "npm:lodash@3.10.1/function/restParam"
  855. ],
  856. "npm:lodash@3.10.1/function/memoize": [
  857. "npm:lodash@3.10.1/internal/MapCache"
  858. ],
  859. "npm:reflux-core@0.2.1/lib/index": [
  860. "npm:reflux-core@0.2.1/lib/ActionMethods",
  861. "npm:reflux-core@0.2.1/lib/ListenerMethods",
  862. "npm:reflux-core@0.2.1/lib/PublisherMethods",
  863. "npm:reflux-core@0.2.1/lib/StoreMethods",
  864. "npm:reflux-core@0.2.1/lib/createAction",
  865. "npm:reflux-core@0.2.1/lib/createStore",
  866. "npm:reflux-core@0.2.1/lib/joins",
  867. "npm:reflux-core@0.2.1/lib/utils",
  868. "npm:reflux-core@0.2.1/lib/Keep"
  869. ],
  870. "npm:lodash@3.10.1/object/get": [
  871. "npm:lodash@3.10.1/internal/baseGet",
  872. "npm:lodash@3.10.1/internal/toPath"
  873. ],
  874. "npm:reflux-core@0.2.1/lib/ListenerMethods": [
  875. "npm:reflux-core@0.2.1/lib/utils",
  876. "npm:reflux-core@0.2.1/lib/joins"
  877. ],
  878. "npm:react-paginate@0.4.3/dist/react-paginate": [
  879. "npm:react-paginate@0.4.3/dist/PaginationBoxView"
  880. ],
  881. "npm:react@0.14.6/lib/React": [
  882. "npm:react@0.14.6/lib/ReactDOM",
  883. "npm:react@0.14.6/lib/ReactDOMServer",
  884. "npm:react@0.14.6/lib/ReactIsomorphic",
  885. "npm:react@0.14.6/lib/Object.assign",
  886. "npm:react@0.14.6/lib/deprecated"
  887. ],
  888. "npm:core-js@1.2.6/library/fn/promise": [
  889. "npm:core-js@1.2.6/library/modules/es6.object.to-string",
  890. "npm:core-js@1.2.6/library/modules/es6.string.iterator",
  891. "npm:core-js@1.2.6/library/modules/web.dom.iterable",
  892. "npm:core-js@1.2.6/library/modules/es6.promise",
  893. "npm:core-js@1.2.6/library/modules/$.core"
  894. ],
  895. "npm:core-js@1.2.6/library/fn/object/assign": [
  896. "npm:core-js@1.2.6/library/modules/es6.object.assign",
  897. "npm:core-js@1.2.6/library/modules/$.core"
  898. ],
  899. "npm:core-js@1.2.6/library/fn/object/keys": [
  900. "npm:core-js@1.2.6/library/modules/es6.object.keys",
  901. "npm:core-js@1.2.6/library/modules/$.core"
  902. ],
  903. "npm:lodash@3.10.1/collection/some": [
  904. "npm:lodash@3.10.1/internal/arraySome",
  905. "npm:lodash@3.10.1/internal/baseCallback",
  906. "npm:lodash@3.10.1/internal/baseSome",
  907. "npm:lodash@3.10.1/lang/isArray",
  908. "npm:lodash@3.10.1/internal/isIterateeCall"
  909. ],
  910. "npm:lodash@3.10.1/internal/baseMap": [
  911. "npm:lodash@3.10.1/internal/baseEach",
  912. "npm:lodash@3.10.1/internal/isArrayLike"
  913. ],
  914. "npm:lodash@3.10.1/internal/baseCallback": [
  915. "npm:lodash@3.10.1/internal/baseMatches",
  916. "npm:lodash@3.10.1/internal/baseMatchesProperty",
  917. "npm:lodash@3.10.1/internal/bindCallback",
  918. "npm:lodash@3.10.1/utility/identity",
  919. "npm:lodash@3.10.1/utility/property"
  920. ],
  921. "npm:lodash@3.10.1/date/now": [
  922. "npm:lodash@3.10.1/internal/getNative"
  923. ],
  924. "npm:react@0.14.6/lib/ReactDefaultInjection": [
  925. "npm:react@0.14.6/lib/BeforeInputEventPlugin",
  926. "npm:react@0.14.6/lib/ChangeEventPlugin",
  927. "npm:react@0.14.6/lib/ClientReactRootIndex",
  928. "npm:react@0.14.6/lib/DefaultEventPluginOrder",
  929. "npm:react@0.14.6/lib/EnterLeaveEventPlugin",
  930. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  931. "npm:react@0.14.6/lib/HTMLDOMPropertyConfig",
  932. "npm:react@0.14.6/lib/ReactBrowserComponentMixin",
  933. "npm:react@0.14.6/lib/ReactComponentBrowserEnvironment",
  934. "npm:react@0.14.6/lib/ReactDefaultBatchingStrategy",
  935. "npm:react@0.14.6/lib/ReactDOMComponent",
  936. "npm:react@0.14.6/lib/ReactDOMTextComponent",
  937. "npm:react@0.14.6/lib/ReactEventListener",
  938. "npm:react@0.14.6/lib/ReactInjection",
  939. "npm:react@0.14.6/lib/ReactInstanceHandles",
  940. "npm:react@0.14.6/lib/ReactMount",
  941. "npm:react@0.14.6/lib/ReactReconcileTransaction",
  942. "npm:react@0.14.6/lib/SelectEventPlugin",
  943. "npm:react@0.14.6/lib/ServerReactRootIndex",
  944. "npm:react@0.14.6/lib/SimpleEventPlugin",
  945. "npm:react@0.14.6/lib/SVGDOMPropertyConfig",
  946. "npm:react@0.14.6/lib/ReactDefaultPerf",
  947. "github:jspm/nodelibs-process@0.1.2"
  948. ],
  949. "npm:react@0.14.6/lib/ReactDOMTextComponent": [
  950. "npm:react@0.14.6/lib/DOMChildrenOperations",
  951. "npm:react@0.14.6/lib/DOMPropertyOperations",
  952. "npm:react@0.14.6/lib/ReactComponentBrowserEnvironment",
  953. "npm:react@0.14.6/lib/ReactMount",
  954. "npm:react@0.14.6/lib/Object.assign",
  955. "npm:react@0.14.6/lib/escapeTextContentForBrowser",
  956. "npm:react@0.14.6/lib/setTextContent",
  957. "npm:react@0.14.6/lib/validateDOMNesting",
  958. "github:jspm/nodelibs-process@0.1.2"
  959. ],
  960. "npm:react@0.14.6/lib/ReactInstanceHandles": [
  961. "npm:react@0.14.6/lib/ReactRootIndex",
  962. "npm:fbjs@0.6.1/lib/invariant",
  963. "github:jspm/nodelibs-process@0.1.2"
  964. ],
  965. "npm:react@0.14.6/lib/ReactReconciler": [
  966. "npm:react@0.14.6/lib/ReactRef"
  967. ],
  968. "npm:react@0.14.6/lib/ReactUpdates": [
  969. "npm:react@0.14.6/lib/CallbackQueue",
  970. "npm:react@0.14.6/lib/PooledClass",
  971. "npm:react@0.14.6/lib/ReactPerf",
  972. "npm:react@0.14.6/lib/ReactReconciler",
  973. "npm:react@0.14.6/lib/Transaction",
  974. "npm:react@0.14.6/lib/Object.assign",
  975. "npm:fbjs@0.6.1/lib/invariant",
  976. "github:jspm/nodelibs-process@0.1.2"
  977. ],
  978. "npm:react@0.14.6/lib/findDOMNode": [
  979. "npm:react@0.14.6/lib/ReactCurrentOwner",
  980. "npm:react@0.14.6/lib/ReactInstanceMap",
  981. "npm:react@0.14.6/lib/ReactMount",
  982. "npm:fbjs@0.6.1/lib/invariant",
  983. "npm:fbjs@0.6.1/lib/warning",
  984. "github:jspm/nodelibs-process@0.1.2"
  985. ],
  986. "npm:fbjs@0.6.1/lib/warning": [
  987. "npm:fbjs@0.6.1/lib/emptyFunction",
  988. "github:jspm/nodelibs-process@0.1.2"
  989. ],
  990. "npm:react@0.14.6/lib/renderSubtreeIntoContainer": [
  991. "npm:react@0.14.6/lib/ReactMount"
  992. ],
  993. "npm:core-js@1.2.6/library/fn/is-iterable": [
  994. "npm:core-js@1.2.6/library/modules/web.dom.iterable",
  995. "npm:core-js@1.2.6/library/modules/es6.string.iterator",
  996. "npm:core-js@1.2.6/library/modules/core.is-iterable"
  997. ],
  998. "npm:core-js@1.2.6/library/fn/get-iterator": [
  999. "npm:core-js@1.2.6/library/modules/web.dom.iterable",
  1000. "npm:core-js@1.2.6/library/modules/es6.string.iterator",
  1001. "npm:core-js@1.2.6/library/modules/core.get-iterator"
  1002. ],
  1003. "npm:core-js@1.2.6/library/fn/object/define-property": [
  1004. "npm:core-js@1.2.6/library/modules/$"
  1005. ],
  1006. "npm:core-js@1.2.6/library/modules/es6.string.iterator": [
  1007. "npm:core-js@1.2.6/library/modules/$.string-at",
  1008. "npm:core-js@1.2.6/library/modules/$.iter-define"
  1009. ],
  1010. "npm:core-js@1.2.6/library/modules/es6.map": [
  1011. "npm:core-js@1.2.6/library/modules/$.collection-strong",
  1012. "npm:core-js@1.2.6/library/modules/$.collection"
  1013. ],
  1014. "npm:core-js@1.2.6/library/modules/web.dom.iterable": [
  1015. "npm:core-js@1.2.6/library/modules/es6.array.iterator",
  1016. "npm:core-js@1.2.6/library/modules/$.iterators"
  1017. ],
  1018. "npm:core-js@1.2.6/library/modules/es7.map.to-json": [
  1019. "npm:core-js@1.2.6/library/modules/$.export",
  1020. "npm:core-js@1.2.6/library/modules/$.collection-to-json"
  1021. ],
  1022. "npm:core-js@1.2.6/library/modules/$.wks": [
  1023. "npm:core-js@1.2.6/library/modules/$.shared",
  1024. "npm:core-js@1.2.6/library/modules/$.uid",
  1025. "npm:core-js@1.2.6/library/modules/$.global"
  1026. ],
  1027. "npm:core-js@1.2.6/library/modules/es6.array.from": [
  1028. "npm:core-js@1.2.6/library/modules/$.ctx",
  1029. "npm:core-js@1.2.6/library/modules/$.export",
  1030. "npm:core-js@1.2.6/library/modules/$.to-object",
  1031. "npm:core-js@1.2.6/library/modules/$.iter-call",
  1032. "npm:core-js@1.2.6/library/modules/$.is-array-iter",
  1033. "npm:core-js@1.2.6/library/modules/$.to-length",
  1034. "npm:core-js@1.2.6/library/modules/core.get-iterator-method",
  1035. "npm:core-js@1.2.6/library/modules/$.iter-detect"
  1036. ],
  1037. "npm:core-js@1.2.6/library/modules/es6.set": [
  1038. "npm:core-js@1.2.6/library/modules/$.collection-strong",
  1039. "npm:core-js@1.2.6/library/modules/$.collection"
  1040. ],
  1041. "npm:core-js@1.2.6/library/modules/es7.set.to-json": [
  1042. "npm:core-js@1.2.6/library/modules/$.export",
  1043. "npm:core-js@1.2.6/library/modules/$.collection-to-json"
  1044. ],
  1045. "npm:lodash@3.10.1/internal/baseForOwn": [
  1046. "npm:lodash@3.10.1/internal/baseFor",
  1047. "npm:lodash@3.10.1/object/keys"
  1048. ],
  1049. "npm:lodash@3.10.1/internal/initCloneByTag": [
  1050. "npm:lodash@3.10.1/internal/bufferClone"
  1051. ],
  1052. "npm:lodash@3.10.1/internal/baseIsEqualDeep": [
  1053. "npm:lodash@3.10.1/internal/equalArrays",
  1054. "npm:lodash@3.10.1/internal/equalByTag",
  1055. "npm:lodash@3.10.1/internal/equalObjects",
  1056. "npm:lodash@3.10.1/lang/isArray",
  1057. "npm:lodash@3.10.1/lang/isTypedArray"
  1058. ],
  1059. "npm:lodash@3.10.1/internal/shimKeys": [
  1060. "npm:lodash@3.10.1/lang/isArguments",
  1061. "npm:lodash@3.10.1/lang/isArray",
  1062. "npm:lodash@3.10.1/internal/isIndex",
  1063. "npm:lodash@3.10.1/internal/isLength",
  1064. "npm:lodash@3.10.1/object/keysIn"
  1065. ],
  1066. "npm:lodash@3.10.1/object/pairs": [
  1067. "npm:lodash@3.10.1/object/keys",
  1068. "npm:lodash@3.10.1/internal/toObject"
  1069. ],
  1070. "npm:lodash@3.10.1/internal/isStrictComparable": [
  1071. "npm:lodash@3.10.1/lang/isObject"
  1072. ],
  1073. "npm:lodash@3.10.1/internal/baseFor": [
  1074. "npm:lodash@3.10.1/internal/createBaseFor"
  1075. ],
  1076. "npm:lodash@3.10.1/internal/LodashWrapper": [
  1077. "npm:lodash@3.10.1/internal/baseCreate",
  1078. "npm:lodash@3.10.1/internal/baseLodash"
  1079. ],
  1080. "npm:lodash@3.10.1/internal/getData": [
  1081. "npm:lodash@3.10.1/internal/metaMap",
  1082. "npm:lodash@3.10.1/utility/noop"
  1083. ],
  1084. "npm:lodash@3.10.1/internal/getFuncName": [
  1085. "npm:lodash@3.10.1/internal/realNames"
  1086. ],
  1087. "npm:lodash@3.10.1/internal/isLaziable": [
  1088. "npm:lodash@3.10.1/internal/LazyWrapper",
  1089. "npm:lodash@3.10.1/internal/getData",
  1090. "npm:lodash@3.10.1/internal/getFuncName",
  1091. "npm:lodash@3.10.1/chain/lodash"
  1092. ],
  1093. "npm:history@1.13.1/lib/createHashHistory": [
  1094. "npm:warning@2.1.0",
  1095. "npm:invariant@2.2.0",
  1096. "npm:history@1.13.1/lib/Actions",
  1097. "npm:history@1.13.1/lib/ExecutionEnvironment",
  1098. "npm:history@1.13.1/lib/DOMUtils",
  1099. "npm:history@1.13.1/lib/DOMStateStorage",
  1100. "npm:history@1.13.1/lib/createDOMHistory",
  1101. "github:jspm/nodelibs-process@0.1.2"
  1102. ],
  1103. "npm:history@1.13.1/lib/useQueries": [
  1104. "npm:qs@4.0.0",
  1105. "npm:history@1.13.1/lib/runTransitionHook",
  1106. "npm:history@1.13.1/lib/parsePath"
  1107. ],
  1108. "npm:react-router@1.0.2/lib/TransitionUtils": [
  1109. "npm:react-router@1.0.2/lib/AsyncUtils"
  1110. ],
  1111. "npm:react-router@1.0.2/lib/isActive": [
  1112. "npm:react-router@1.0.2/lib/PatternUtils"
  1113. ],
  1114. "npm:react-router@1.0.2/lib/computeChangedRoutes": [
  1115. "npm:react-router@1.0.2/lib/PatternUtils"
  1116. ],
  1117. "npm:react-router@1.0.2/lib/matchRoutes": [
  1118. "npm:warning@2.1.0",
  1119. "npm:react-router@1.0.2/lib/AsyncUtils",
  1120. "npm:react-router@1.0.2/lib/PatternUtils",
  1121. "npm:react-router@1.0.2/lib/RouteUtils",
  1122. "github:jspm/nodelibs-process@0.1.2"
  1123. ],
  1124. "npm:react-router@1.0.2/lib/getComponents": [
  1125. "npm:react-router@1.0.2/lib/AsyncUtils"
  1126. ],
  1127. "npm:react-router@1.0.2/lib/getRouteParams": [
  1128. "npm:react-router@1.0.2/lib/PatternUtils"
  1129. ],
  1130. "npm:history@1.17.0/lib/createLocation": [
  1131. "npm:history@1.17.0/lib/Actions",
  1132. "npm:history@1.17.0/lib/parsePath"
  1133. ],
  1134. "npm:history@1.13.1/lib/createMemoryHistory": [
  1135. "npm:invariant@2.2.0",
  1136. "npm:history@1.13.1/lib/Actions",
  1137. "npm:history@1.13.1/lib/createHistory",
  1138. "github:jspm/nodelibs-process@0.1.2"
  1139. ],
  1140. "npm:history@1.13.1/lib/useBasename": [
  1141. "npm:history@1.13.1/lib/ExecutionEnvironment",
  1142. "npm:history@1.13.1/lib/runTransitionHook",
  1143. "npm:history@1.13.1/lib/extractPath",
  1144. "npm:history@1.13.1/lib/parsePath"
  1145. ],
  1146. "github:components/jquery@2.1.4": [
  1147. "github:components/jquery@2.1.4/jquery"
  1148. ],
  1149. "npm:react@0.14.6/lib/ReactMount": [
  1150. "npm:react@0.14.6/lib/DOMProperty",
  1151. "npm:react@0.14.6/lib/ReactBrowserEventEmitter",
  1152. "npm:react@0.14.6/lib/ReactCurrentOwner",
  1153. "npm:react@0.14.6/lib/ReactDOMFeatureFlags",
  1154. "npm:react@0.14.6/lib/ReactElement",
  1155. "npm:react@0.14.6/lib/ReactEmptyComponentRegistry",
  1156. "npm:react@0.14.6/lib/ReactInstanceHandles",
  1157. "npm:react@0.14.6/lib/ReactInstanceMap",
  1158. "npm:react@0.14.6/lib/ReactMarkupChecksum",
  1159. "npm:react@0.14.6/lib/ReactPerf",
  1160. "npm:react@0.14.6/lib/ReactReconciler",
  1161. "npm:react@0.14.6/lib/ReactUpdateQueue",
  1162. "npm:react@0.14.6/lib/ReactUpdates",
  1163. "npm:react@0.14.6/lib/Object.assign",
  1164. "npm:fbjs@0.6.1/lib/emptyObject",
  1165. "npm:fbjs@0.6.1/lib/containsNode",
  1166. "npm:react@0.14.6/lib/instantiateReactComponent",
  1167. "npm:fbjs@0.6.1/lib/invariant",
  1168. "npm:react@0.14.6/lib/setInnerHTML",
  1169. "npm:react@0.14.6/lib/shouldUpdateReactComponent",
  1170. "npm:react@0.14.6/lib/validateDOMNesting",
  1171. "npm:fbjs@0.6.1/lib/warning",
  1172. "github:jspm/nodelibs-process@0.1.2"
  1173. ],
  1174. "npm:deep-equal@1.0.1/index": [
  1175. "npm:deep-equal@1.0.1/lib/keys",
  1176. "npm:deep-equal@1.0.1/lib/is_arguments"
  1177. ],
  1178. "npm:qs@4.0.0": [
  1179. "npm:qs@4.0.0/lib/index"
  1180. ],
  1181. "npm:eventemitter3@1.1.1": [
  1182. "npm:eventemitter3@1.1.1/index"
  1183. ],
  1184. "npm:fbjs@0.6.1/lib/invariant": [
  1185. "github:jspm/nodelibs-process@0.1.2"
  1186. ],
  1187. "npm:history@1.13.1/lib/DOMStateStorage": [
  1188. "npm:warning@2.1.0",
  1189. "github:jspm/nodelibs-process@0.1.2"
  1190. ],
  1191. "npm:history@1.13.1/lib/runTransitionHook": [
  1192. "npm:warning@2.1.0",
  1193. "github:jspm/nodelibs-process@0.1.2"
  1194. ],
  1195. "npm:lodash@3.10.1/internal/pickByArray": [
  1196. "npm:lodash@3.10.1/internal/toObject"
  1197. ],
  1198. "npm:lodash@3.10.1/internal/MapCache": [
  1199. "npm:lodash@3.10.1/internal/mapDelete",
  1200. "npm:lodash@3.10.1/internal/mapGet",
  1201. "npm:lodash@3.10.1/internal/mapHas",
  1202. "npm:lodash@3.10.1/internal/mapSet"
  1203. ],
  1204. "npm:lodash@3.10.1/internal/pickByCallback": [
  1205. "npm:lodash@3.10.1/internal/baseForIn"
  1206. ],
  1207. "npm:reflux-core@0.2.1/lib/PublisherMethods": [
  1208. "npm:reflux-core@0.2.1/lib/utils"
  1209. ],
  1210. "npm:reflux-core@0.2.1/lib/joins": [
  1211. "npm:reflux-core@0.2.1/lib/createStore",
  1212. "npm:reflux-core@0.2.1/lib/utils"
  1213. ],
  1214. "npm:reflux-core@0.2.1/lib/createAction": [
  1215. "npm:reflux-core@0.2.1/lib/utils",
  1216. "npm:reflux-core@0.2.1/lib/ActionMethods",
  1217. "npm:reflux-core@0.2.1/lib/PublisherMethods",
  1218. "npm:reflux-core@0.2.1/lib/Keep"
  1219. ],
  1220. "npm:reflux-core@0.2.1/lib/createStore": [
  1221. "npm:reflux-core@0.2.1/lib/utils",
  1222. "npm:reflux-core@0.2.1/lib/Keep",
  1223. "npm:reflux-core@0.2.1/lib/mixer",
  1224. "npm:reflux-core@0.2.1/lib/bindMethods",
  1225. "npm:reflux-core@0.2.1/lib/StoreMethods",
  1226. "npm:reflux-core@0.2.1/lib/PublisherMethods",
  1227. "npm:reflux-core@0.2.1/lib/ListenerMethods"
  1228. ],
  1229. "npm:lodash@3.10.1/internal/baseGet": [
  1230. "npm:lodash@3.10.1/internal/toObject"
  1231. ],
  1232. "npm:react@0.14.6/lib/ReactDOMServer": [
  1233. "npm:react@0.14.6/lib/ReactDefaultInjection",
  1234. "npm:react@0.14.6/lib/ReactServerRendering",
  1235. "npm:react@0.14.6/lib/ReactVersion"
  1236. ],
  1237. "npm:react-paginate@0.4.3/dist/PaginationBoxView": [
  1238. "react.js",
  1239. "npm:classnames@1.2.2",
  1240. "npm:react-paginate@0.4.3/dist/PaginationListView"
  1241. ],
  1242. "npm:react@0.14.6/lib/ReactIsomorphic": [
  1243. "npm:react@0.14.6/lib/ReactChildren",
  1244. "npm:react@0.14.6/lib/ReactComponent",
  1245. "npm:react@0.14.6/lib/ReactClass",
  1246. "npm:react@0.14.6/lib/ReactDOMFactories",
  1247. "npm:react@0.14.6/lib/ReactElement",
  1248. "npm:react@0.14.6/lib/ReactElementValidator",
  1249. "npm:react@0.14.6/lib/ReactPropTypes",
  1250. "npm:react@0.14.6/lib/ReactVersion",
  1251. "npm:react@0.14.6/lib/Object.assign",
  1252. "npm:react@0.14.6/lib/onlyChild",
  1253. "github:jspm/nodelibs-process@0.1.2"
  1254. ],
  1255. "npm:react@0.14.6/lib/deprecated": [
  1256. "npm:react@0.14.6/lib/Object.assign",
  1257. "npm:fbjs@0.6.1/lib/warning",
  1258. "github:jspm/nodelibs-process@0.1.2"
  1259. ],
  1260. "npm:core-js@1.2.6/library/modules/es6.promise": [
  1261. "npm:core-js@1.2.6/library/modules/$",
  1262. "npm:core-js@1.2.6/library/modules/$.library",
  1263. "npm:core-js@1.2.6/library/modules/$.global",
  1264. "npm:core-js@1.2.6/library/modules/$.ctx",
  1265. "npm:core-js@1.2.6/library/modules/$.classof",
  1266. "npm:core-js@1.2.6/library/modules/$.export",
  1267. "npm:core-js@1.2.6/library/modules/$.is-object",
  1268. "npm:core-js@1.2.6/library/modules/$.an-object",
  1269. "npm:core-js@1.2.6/library/modules/$.a-function",
  1270. "npm:core-js@1.2.6/library/modules/$.strict-new",
  1271. "npm:core-js@1.2.6/library/modules/$.for-of",
  1272. "npm:core-js@1.2.6/library/modules/$.set-proto",
  1273. "npm:core-js@1.2.6/library/modules/$.same-value",
  1274. "npm:core-js@1.2.6/library/modules/$.wks",
  1275. "npm:core-js@1.2.6/library/modules/$.species-constructor",
  1276. "npm:core-js@1.2.6/library/modules/$.microtask",
  1277. "npm:core-js@1.2.6/library/modules/$.descriptors",
  1278. "npm:core-js@1.2.6/library/modules/$.redefine-all",
  1279. "npm:core-js@1.2.6/library/modules/$.set-to-string-tag",
  1280. "npm:core-js@1.2.6/library/modules/$.set-species",
  1281. "npm:core-js@1.2.6/library/modules/$.core",
  1282. "npm:core-js@1.2.6/library/modules/$.iter-detect",
  1283. "github:jspm/nodelibs-process@0.1.2"
  1284. ],
  1285. "npm:core-js@1.2.6/library/modules/es6.object.assign": [
  1286. "npm:core-js@1.2.6/library/modules/$.export",
  1287. "npm:core-js@1.2.6/library/modules/$.object-assign"
  1288. ],
  1289. "npm:core-js@1.2.6/library/modules/es6.object.keys": [
  1290. "npm:core-js@1.2.6/library/modules/$.to-object",
  1291. "npm:core-js@1.2.6/library/modules/$.object-sap"
  1292. ],
  1293. "npm:lodash@3.10.1/internal/baseSome": [
  1294. "npm:lodash@3.10.1/internal/baseEach"
  1295. ],
  1296. "npm:lodash@3.10.1/internal/baseMatches": [
  1297. "npm:lodash@3.10.1/internal/baseIsMatch",
  1298. "npm:lodash@3.10.1/internal/getMatchData",
  1299. "npm:lodash@3.10.1/internal/toObject"
  1300. ],
  1301. "npm:lodash@3.10.1/internal/baseEach": [
  1302. "npm:lodash@3.10.1/internal/baseForOwn",
  1303. "npm:lodash@3.10.1/internal/createBaseEach"
  1304. ],
  1305. "npm:lodash@3.10.1/utility/property": [
  1306. "npm:lodash@3.10.1/internal/baseProperty",
  1307. "npm:lodash@3.10.1/internal/basePropertyDeep",
  1308. "npm:lodash@3.10.1/internal/isKey"
  1309. ],
  1310. "npm:lodash@3.10.1/internal/baseMatchesProperty": [
  1311. "npm:lodash@3.10.1/internal/baseGet",
  1312. "npm:lodash@3.10.1/internal/baseIsEqual",
  1313. "npm:lodash@3.10.1/internal/baseSlice",
  1314. "npm:lodash@3.10.1/lang/isArray",
  1315. "npm:lodash@3.10.1/internal/isKey",
  1316. "npm:lodash@3.10.1/internal/isStrictComparable",
  1317. "npm:lodash@3.10.1/array/last",
  1318. "npm:lodash@3.10.1/internal/toObject",
  1319. "npm:lodash@3.10.1/internal/toPath"
  1320. ],
  1321. "npm:react@0.14.6/lib/BeforeInputEventPlugin": [
  1322. "npm:react@0.14.6/lib/EventConstants",
  1323. "npm:react@0.14.6/lib/EventPropagators",
  1324. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  1325. "npm:react@0.14.6/lib/FallbackCompositionState",
  1326. "npm:react@0.14.6/lib/SyntheticCompositionEvent",
  1327. "npm:react@0.14.6/lib/SyntheticInputEvent",
  1328. "npm:fbjs@0.6.1/lib/keyOf"
  1329. ],
  1330. "npm:react@0.14.6/lib/ChangeEventPlugin": [
  1331. "npm:react@0.14.6/lib/EventConstants",
  1332. "npm:react@0.14.6/lib/EventPluginHub",
  1333. "npm:react@0.14.6/lib/EventPropagators",
  1334. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  1335. "npm:react@0.14.6/lib/ReactUpdates",
  1336. "npm:react@0.14.6/lib/SyntheticEvent",
  1337. "npm:react@0.14.6/lib/getEventTarget",
  1338. "npm:react@0.14.6/lib/isEventSupported",
  1339. "npm:react@0.14.6/lib/isTextInputElement",
  1340. "npm:fbjs@0.6.1/lib/keyOf",
  1341. "github:jspm/nodelibs-process@0.1.2"
  1342. ],
  1343. "npm:react@0.14.6/lib/DefaultEventPluginOrder": [
  1344. "npm:fbjs@0.6.1/lib/keyOf"
  1345. ],
  1346. "npm:react@0.14.6/lib/HTMLDOMPropertyConfig": [
  1347. "npm:react@0.14.6/lib/DOMProperty",
  1348. "npm:fbjs@0.6.1/lib/ExecutionEnvironment"
  1349. ],
  1350. "npm:react@0.14.6/lib/EnterLeaveEventPlugin": [
  1351. "npm:react@0.14.6/lib/EventConstants",
  1352. "npm:react@0.14.6/lib/EventPropagators",
  1353. "npm:react@0.14.6/lib/SyntheticMouseEvent",
  1354. "npm:react@0.14.6/lib/ReactMount",
  1355. "npm:fbjs@0.6.1/lib/keyOf"
  1356. ],
  1357. "npm:react@0.14.6/lib/ReactComponentBrowserEnvironment": [
  1358. "npm:react@0.14.6/lib/ReactDOMIDOperations",
  1359. "npm:react@0.14.6/lib/ReactMount",
  1360. "github:jspm/nodelibs-process@0.1.2"
  1361. ],
  1362. "npm:react@0.14.6/lib/ReactBrowserComponentMixin": [
  1363. "npm:react@0.14.6/lib/ReactInstanceMap",
  1364. "npm:react@0.14.6/lib/findDOMNode",
  1365. "npm:fbjs@0.6.1/lib/warning",
  1366. "github:jspm/nodelibs-process@0.1.2"
  1367. ],
  1368. "npm:react@0.14.6/lib/ReactDefaultBatchingStrategy": [
  1369. "npm:react@0.14.6/lib/ReactUpdates",
  1370. "npm:react@0.14.6/lib/Transaction",
  1371. "npm:react@0.14.6/lib/Object.assign",
  1372. "npm:fbjs@0.6.1/lib/emptyFunction"
  1373. ],
  1374. "npm:react@0.14.6/lib/ReactInjection": [
  1375. "npm:react@0.14.6/lib/DOMProperty",
  1376. "npm:react@0.14.6/lib/EventPluginHub",
  1377. "npm:react@0.14.6/lib/ReactComponentEnvironment",
  1378. "npm:react@0.14.6/lib/ReactClass",
  1379. "npm:react@0.14.6/lib/ReactEmptyComponent",
  1380. "npm:react@0.14.6/lib/ReactBrowserEventEmitter",
  1381. "npm:react@0.14.6/lib/ReactNativeComponent",
  1382. "npm:react@0.14.6/lib/ReactPerf",
  1383. "npm:react@0.14.6/lib/ReactRootIndex",
  1384. "npm:react@0.14.6/lib/ReactUpdates"
  1385. ],
  1386. "npm:react@0.14.6/lib/ReactEventListener": [
  1387. "npm:fbjs@0.6.1/lib/EventListener",
  1388. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  1389. "npm:react@0.14.6/lib/PooledClass",
  1390. "npm:react@0.14.6/lib/ReactInstanceHandles",
  1391. "npm:react@0.14.6/lib/ReactMount",
  1392. "npm:react@0.14.6/lib/ReactUpdates",
  1393. "npm:react@0.14.6/lib/Object.assign",
  1394. "npm:react@0.14.6/lib/getEventTarget",
  1395. "npm:fbjs@0.6.1/lib/getUnboundedScrollPosition",
  1396. "github:jspm/nodelibs-process@0.1.2"
  1397. ],
  1398. "npm:react@0.14.6/lib/ReactReconcileTransaction": [
  1399. "npm:react@0.14.6/lib/CallbackQueue",
  1400. "npm:react@0.14.6/lib/PooledClass",
  1401. "npm:react@0.14.6/lib/ReactBrowserEventEmitter",
  1402. "npm:react@0.14.6/lib/ReactDOMFeatureFlags",
  1403. "npm:react@0.14.6/lib/ReactInputSelection",
  1404. "npm:react@0.14.6/lib/Transaction",
  1405. "npm:react@0.14.6/lib/Object.assign"
  1406. ],
  1407. "npm:react@0.14.6/lib/SimpleEventPlugin": [
  1408. "npm:react@0.14.6/lib/EventConstants",
  1409. "npm:fbjs@0.6.1/lib/EventListener",
  1410. "npm:react@0.14.6/lib/EventPropagators",
  1411. "npm:react@0.14.6/lib/ReactMount",
  1412. "npm:react@0.14.6/lib/SyntheticClipboardEvent",
  1413. "npm:react@0.14.6/lib/SyntheticEvent",
  1414. "npm:react@0.14.6/lib/SyntheticFocusEvent",
  1415. "npm:react@0.14.6/lib/SyntheticKeyboardEvent",
  1416. "npm:react@0.14.6/lib/SyntheticMouseEvent",
  1417. "npm:react@0.14.6/lib/SyntheticDragEvent",
  1418. "npm:react@0.14.6/lib/SyntheticTouchEvent",
  1419. "npm:react@0.14.6/lib/SyntheticUIEvent",
  1420. "npm:react@0.14.6/lib/SyntheticWheelEvent",
  1421. "npm:fbjs@0.6.1/lib/emptyFunction",
  1422. "npm:react@0.14.6/lib/getEventCharCode",
  1423. "npm:fbjs@0.6.1/lib/invariant",
  1424. "npm:fbjs@0.6.1/lib/keyOf",
  1425. "github:jspm/nodelibs-process@0.1.2"
  1426. ],
  1427. "npm:react@0.14.6/lib/SelectEventPlugin": [
  1428. "npm:react@0.14.6/lib/EventConstants",
  1429. "npm:react@0.14.6/lib/EventPropagators",
  1430. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  1431. "npm:react@0.14.6/lib/ReactInputSelection",
  1432. "npm:react@0.14.6/lib/SyntheticEvent",
  1433. "npm:fbjs@0.6.1/lib/getActiveElement",
  1434. "npm:react@0.14.6/lib/isTextInputElement",
  1435. "npm:fbjs@0.6.1/lib/keyOf",
  1436. "npm:fbjs@0.6.1/lib/shallowEqual"
  1437. ],
  1438. "npm:react@0.14.6/lib/SVGDOMPropertyConfig": [
  1439. "npm:react@0.14.6/lib/DOMProperty"
  1440. ],
  1441. "npm:react@0.14.6/lib/ReactDefaultPerf": [
  1442. "npm:react@0.14.6/lib/DOMProperty",
  1443. "npm:react@0.14.6/lib/ReactDefaultPerfAnalysis",
  1444. "npm:react@0.14.6/lib/ReactMount",
  1445. "npm:react@0.14.6/lib/ReactPerf",
  1446. "npm:fbjs@0.6.1/lib/performanceNow"
  1447. ],
  1448. "npm:react@0.14.6/lib/DOMChildrenOperations": [
  1449. "npm:react@0.14.6/lib/Danger",
  1450. "npm:react@0.14.6/lib/ReactMultiChildUpdateTypes",
  1451. "npm:react@0.14.6/lib/ReactPerf",
  1452. "npm:react@0.14.6/lib/setInnerHTML",
  1453. "npm:react@0.14.6/lib/setTextContent",
  1454. "npm:fbjs@0.6.1/lib/invariant",
  1455. "github:jspm/nodelibs-process@0.1.2"
  1456. ],
  1457. "npm:react@0.14.6/lib/DOMPropertyOperations": [
  1458. "npm:react@0.14.6/lib/DOMProperty",
  1459. "npm:react@0.14.6/lib/ReactPerf",
  1460. "npm:react@0.14.6/lib/quoteAttributeValueForBrowser",
  1461. "npm:fbjs@0.6.1/lib/warning",
  1462. "github:jspm/nodelibs-process@0.1.2"
  1463. ],
  1464. "npm:react@0.14.6/lib/setTextContent": [
  1465. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  1466. "npm:react@0.14.6/lib/escapeTextContentForBrowser",
  1467. "npm:react@0.14.6/lib/setInnerHTML"
  1468. ],
  1469. "npm:react@0.14.6/lib/validateDOMNesting": [
  1470. "npm:react@0.14.6/lib/Object.assign",
  1471. "npm:fbjs@0.6.1/lib/emptyFunction",
  1472. "npm:fbjs@0.6.1/lib/warning",
  1473. "github:jspm/nodelibs-process@0.1.2"
  1474. ],
  1475. "npm:react@0.14.6/lib/ReactRef": [
  1476. "npm:react@0.14.6/lib/ReactOwner",
  1477. "github:jspm/nodelibs-process@0.1.2"
  1478. ],
  1479. "npm:react@0.14.6/lib/CallbackQueue": [
  1480. "npm:react@0.14.6/lib/PooledClass",
  1481. "npm:react@0.14.6/lib/Object.assign",
  1482. "npm:fbjs@0.6.1/lib/invariant",
  1483. "github:jspm/nodelibs-process@0.1.2"
  1484. ],
  1485. "npm:react@0.14.6/lib/PooledClass": [
  1486. "npm:fbjs@0.6.1/lib/invariant",
  1487. "github:jspm/nodelibs-process@0.1.2"
  1488. ],
  1489. "npm:react@0.14.6/lib/Transaction": [
  1490. "npm:fbjs@0.6.1/lib/invariant",
  1491. "github:jspm/nodelibs-process@0.1.2"
  1492. ],
  1493. "npm:core-js@1.2.6/library/modules/core.get-iterator": [
  1494. "npm:core-js@1.2.6/library/modules/$.an-object",
  1495. "npm:core-js@1.2.6/library/modules/core.get-iterator-method",
  1496. "npm:core-js@1.2.6/library/modules/$.core"
  1497. ],
  1498. "npm:core-js@1.2.6/library/modules/core.is-iterable": [
  1499. "npm:core-js@1.2.6/library/modules/$.classof",
  1500. "npm:core-js@1.2.6/library/modules/$.wks",
  1501. "npm:core-js@1.2.6/library/modules/$.iterators",
  1502. "npm:core-js@1.2.6/library/modules/$.core"
  1503. ],
  1504. "npm:core-js@1.2.6/library/modules/$.string-at": [
  1505. "npm:core-js@1.2.6/library/modules/$.to-integer",
  1506. "npm:core-js@1.2.6/library/modules/$.defined"
  1507. ],
  1508. "npm:core-js@1.2.6/library/modules/$.iter-define": [
  1509. "npm:core-js@1.2.6/library/modules/$.library",
  1510. "npm:core-js@1.2.6/library/modules/$.export",
  1511. "npm:core-js@1.2.6/library/modules/$.redefine",
  1512. "npm:core-js@1.2.6/library/modules/$.hide",
  1513. "npm:core-js@1.2.6/library/modules/$.has",
  1514. "npm:core-js@1.2.6/library/modules/$.iterators",
  1515. "npm:core-js@1.2.6/library/modules/$.iter-create",
  1516. "npm:core-js@1.2.6/library/modules/$.set-to-string-tag",
  1517. "npm:core-js@1.2.6/library/modules/$",
  1518. "npm:core-js@1.2.6/library/modules/$.wks"
  1519. ],
  1520. "npm:core-js@1.2.6/library/modules/$.collection": [
  1521. "npm:core-js@1.2.6/library/modules/$",
  1522. "npm:core-js@1.2.6/library/modules/$.global",
  1523. "npm:core-js@1.2.6/library/modules/$.export",
  1524. "npm:core-js@1.2.6/library/modules/$.fails",
  1525. "npm:core-js@1.2.6/library/modules/$.hide",
  1526. "npm:core-js@1.2.6/library/modules/$.redefine-all",
  1527. "npm:core-js@1.2.6/library/modules/$.for-of",
  1528. "npm:core-js@1.2.6/library/modules/$.strict-new",
  1529. "npm:core-js@1.2.6/library/modules/$.is-object",
  1530. "npm:core-js@1.2.6/library/modules/$.set-to-string-tag",
  1531. "npm:core-js@1.2.6/library/modules/$.descriptors"
  1532. ],
  1533. "npm:core-js@1.2.6/library/modules/$.collection-strong": [
  1534. "npm:core-js@1.2.6/library/modules/$",
  1535. "npm:core-js@1.2.6/library/modules/$.hide",
  1536. "npm:core-js@1.2.6/library/modules/$.redefine-all",
  1537. "npm:core-js@1.2.6/library/modules/$.ctx",
  1538. "npm:core-js@1.2.6/library/modules/$.strict-new",
  1539. "npm:core-js@1.2.6/library/modules/$.defined",
  1540. "npm:core-js@1.2.6/library/modules/$.for-of",
  1541. "npm:core-js@1.2.6/library/modules/$.iter-define",
  1542. "npm:core-js@1.2.6/library/modules/$.iter-step",
  1543. "npm:core-js@1.2.6/library/modules/$.uid",
  1544. "npm:core-js@1.2.6/library/modules/$.has",
  1545. "npm:core-js@1.2.6/library/modules/$.is-object",
  1546. "npm:core-js@1.2.6/library/modules/$.set-species",
  1547. "npm:core-js@1.2.6/library/modules/$.descriptors"
  1548. ],
  1549. "npm:core-js@1.2.6/library/modules/es6.array.iterator": [
  1550. "npm:core-js@1.2.6/library/modules/$.add-to-unscopables",
  1551. "npm:core-js@1.2.6/library/modules/$.iter-step",
  1552. "npm:core-js@1.2.6/library/modules/$.iterators",
  1553. "npm:core-js@1.2.6/library/modules/$.to-iobject",
  1554. "npm:core-js@1.2.6/library/modules/$.iter-define"
  1555. ],
  1556. "npm:core-js@1.2.6/library/modules/$.export": [
  1557. "npm:core-js@1.2.6/library/modules/$.global",
  1558. "npm:core-js@1.2.6/library/modules/$.core",
  1559. "npm:core-js@1.2.6/library/modules/$.ctx"
  1560. ],
  1561. "npm:core-js@1.2.6/library/modules/$.collection-to-json": [
  1562. "npm:core-js@1.2.6/library/modules/$.for-of",
  1563. "npm:core-js@1.2.6/library/modules/$.classof"
  1564. ],
  1565. "npm:core-js@1.2.6/library/modules/$.shared": [
  1566. "npm:core-js@1.2.6/library/modules/$.global"
  1567. ],
  1568. "npm:core-js@1.2.6/library/modules/$.to-object": [
  1569. "npm:core-js@1.2.6/library/modules/$.defined"
  1570. ],
  1571. "npm:core-js@1.2.6/library/modules/$.iter-call": [
  1572. "npm:core-js@1.2.6/library/modules/$.an-object"
  1573. ],
  1574. "npm:core-js@1.2.6/library/modules/$.ctx": [
  1575. "npm:core-js@1.2.6/library/modules/$.a-function"
  1576. ],
  1577. "npm:core-js@1.2.6/library/modules/$.to-length": [
  1578. "npm:core-js@1.2.6/library/modules/$.to-integer"
  1579. ],
  1580. "npm:core-js@1.2.6/library/modules/$.is-array-iter": [
  1581. "npm:core-js@1.2.6/library/modules/$.iterators",
  1582. "npm:core-js@1.2.6/library/modules/$.wks"
  1583. ],
  1584. "npm:core-js@1.2.6/library/modules/core.get-iterator-method": [
  1585. "npm:core-js@1.2.6/library/modules/$.classof",
  1586. "npm:core-js@1.2.6/library/modules/$.wks",
  1587. "npm:core-js@1.2.6/library/modules/$.iterators",
  1588. "npm:core-js@1.2.6/library/modules/$.core"
  1589. ],
  1590. "npm:core-js@1.2.6/library/modules/$.iter-detect": [
  1591. "npm:core-js@1.2.6/library/modules/$.wks"
  1592. ],
  1593. "npm:lodash@3.10.1/internal/equalArrays": [
  1594. "npm:lodash@3.10.1/internal/arraySome"
  1595. ],
  1596. "npm:lodash@3.10.1/internal/equalObjects": [
  1597. "npm:lodash@3.10.1/object/keys"
  1598. ],
  1599. "npm:lodash@3.10.1/internal/baseCreate": [
  1600. "npm:lodash@3.10.1/lang/isObject"
  1601. ],
  1602. "npm:lodash@3.10.1/internal/createBaseFor": [
  1603. "npm:lodash@3.10.1/internal/toObject"
  1604. ],
  1605. "npm:lodash@3.10.1/internal/metaMap": [
  1606. "npm:lodash@3.10.1/internal/getNative"
  1607. ],
  1608. "npm:lodash@3.10.1/internal/LazyWrapper": [
  1609. "npm:lodash@3.10.1/internal/baseCreate",
  1610. "npm:lodash@3.10.1/internal/baseLodash"
  1611. ],
  1612. "npm:lodash@3.10.1/chain/lodash": [
  1613. "npm:lodash@3.10.1/internal/LazyWrapper",
  1614. "npm:lodash@3.10.1/internal/LodashWrapper",
  1615. "npm:lodash@3.10.1/internal/baseLodash",
  1616. "npm:lodash@3.10.1/lang/isArray",
  1617. "npm:lodash@3.10.1/internal/isObjectLike",
  1618. "npm:lodash@3.10.1/internal/wrapperClone"
  1619. ],
  1620. "npm:history@1.13.1/lib/createDOMHistory": [
  1621. "npm:invariant@2.2.0",
  1622. "npm:history@1.13.1/lib/ExecutionEnvironment",
  1623. "npm:history@1.13.1/lib/DOMUtils",
  1624. "npm:history@1.13.1/lib/createHistory",
  1625. "github:jspm/nodelibs-process@0.1.2"
  1626. ],
  1627. "npm:history@1.13.1/lib/parsePath": [
  1628. "npm:warning@2.1.0",
  1629. "npm:history@1.13.1/lib/extractPath",
  1630. "github:jspm/nodelibs-process@0.1.2"
  1631. ],
  1632. "npm:history@1.13.1/lib/createHistory": [
  1633. "npm:deep-equal@1.0.1",
  1634. "npm:history@1.13.1/lib/AsyncUtils",
  1635. "npm:history@1.13.1/lib/Actions",
  1636. "npm:history@1.13.1/lib/createLocation",
  1637. "npm:history@1.13.1/lib/runTransitionHook",
  1638. "npm:history@1.13.1/lib/deprecate"
  1639. ],
  1640. "npm:react@0.14.6/lib/ReactDOMComponent": [
  1641. "npm:react@0.14.6/lib/AutoFocusUtils",
  1642. "npm:react@0.14.6/lib/CSSPropertyOperations",
  1643. "npm:react@0.14.6/lib/DOMProperty",
  1644. "npm:react@0.14.6/lib/DOMPropertyOperations",
  1645. "npm:react@0.14.6/lib/EventConstants",
  1646. "npm:react@0.14.6/lib/ReactBrowserEventEmitter",
  1647. "npm:react@0.14.6/lib/ReactComponentBrowserEnvironment",
  1648. "npm:react@0.14.6/lib/ReactDOMButton",
  1649. "npm:react@0.14.6/lib/ReactDOMInput",
  1650. "npm:react@0.14.6/lib/ReactDOMOption",
  1651. "npm:react@0.14.6/lib/ReactDOMSelect",
  1652. "npm:react@0.14.6/lib/ReactDOMTextarea",
  1653. "npm:react@0.14.6/lib/ReactMount",
  1654. "npm:react@0.14.6/lib/ReactMultiChild",
  1655. "npm:react@0.14.6/lib/ReactPerf",
  1656. "npm:react@0.14.6/lib/ReactUpdateQueue",
  1657. "npm:react@0.14.6/lib/Object.assign",
  1658. "npm:react@0.14.6/lib/canDefineProperty",
  1659. "npm:react@0.14.6/lib/escapeTextContentForBrowser",
  1660. "npm:fbjs@0.6.1/lib/invariant",
  1661. "npm:react@0.14.6/lib/isEventSupported",
  1662. "npm:fbjs@0.6.1/lib/keyOf",
  1663. "npm:react@0.14.6/lib/setInnerHTML",
  1664. "npm:react@0.14.6/lib/setTextContent",
  1665. "npm:fbjs@0.6.1/lib/shallowEqual",
  1666. "npm:react@0.14.6/lib/validateDOMNesting",
  1667. "npm:fbjs@0.6.1/lib/warning",
  1668. "github:jspm/nodelibs-process@0.1.2"
  1669. ],
  1670. "npm:fbjs@0.6.1/lib/emptyObject": [
  1671. "github:jspm/nodelibs-process@0.1.2"
  1672. ],
  1673. "npm:react@0.14.6/lib/ReactBrowserEventEmitter": [
  1674. "npm:react@0.14.6/lib/EventConstants",
  1675. "npm:react@0.14.6/lib/EventPluginHub",
  1676. "npm:react@0.14.6/lib/EventPluginRegistry",
  1677. "npm:react@0.14.6/lib/ReactEventEmitterMixin",
  1678. "npm:react@0.14.6/lib/ReactPerf",
  1679. "npm:react@0.14.6/lib/ViewportMetrics",
  1680. "npm:react@0.14.6/lib/Object.assign",
  1681. "npm:react@0.14.6/lib/isEventSupported",
  1682. "github:jspm/nodelibs-process@0.1.2"
  1683. ],
  1684. "npm:react@0.14.6/lib/DOMProperty": [
  1685. "npm:fbjs@0.6.1/lib/invariant",
  1686. "github:jspm/nodelibs-process@0.1.2"
  1687. ],
  1688. "npm:react@0.14.6/lib/ReactMarkupChecksum": [
  1689. "npm:react@0.14.6/lib/adler32"
  1690. ],
  1691. "npm:react@0.14.6/lib/ReactElement": [
  1692. "npm:react@0.14.6/lib/ReactCurrentOwner",
  1693. "npm:react@0.14.6/lib/Object.assign",
  1694. "npm:react@0.14.6/lib/canDefineProperty",
  1695. "github:jspm/nodelibs-process@0.1.2"
  1696. ],
  1697. "npm:react@0.14.6/lib/ReactUpdateQueue": [
  1698. "npm:react@0.14.6/lib/ReactCurrentOwner",
  1699. "npm:react@0.14.6/lib/ReactElement",
  1700. "npm:react@0.14.6/lib/ReactInstanceMap",
  1701. "npm:react@0.14.6/lib/ReactUpdates",
  1702. "npm:react@0.14.6/lib/Object.assign",
  1703. "npm:fbjs@0.6.1/lib/invariant",
  1704. "npm:fbjs@0.6.1/lib/warning",
  1705. "github:jspm/nodelibs-process@0.1.2"
  1706. ],
  1707. "npm:fbjs@0.6.1/lib/containsNode": [
  1708. "npm:fbjs@0.6.1/lib/isTextNode"
  1709. ],
  1710. "npm:react@0.14.6/lib/setInnerHTML": [
  1711. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  1712. "github:jspm/nodelibs-process@0.1.2"
  1713. ],
  1714. "npm:react@0.14.6/lib/instantiateReactComponent": [
  1715. "npm:react@0.14.6/lib/ReactCompositeComponent",
  1716. "npm:react@0.14.6/lib/ReactEmptyComponent",
  1717. "npm:react@0.14.6/lib/ReactNativeComponent",
  1718. "npm:react@0.14.6/lib/Object.assign",
  1719. "npm:fbjs@0.6.1/lib/invariant",
  1720. "npm:fbjs@0.6.1/lib/warning",
  1721. "github:jspm/nodelibs-process@0.1.2"
  1722. ],
  1723. "npm:qs@4.0.0/lib/index": [
  1724. "npm:qs@4.0.0/lib/stringify",
  1725. "npm:qs@4.0.0/lib/parse"
  1726. ],
  1727. "npm:history@1.13.1/lib/deprecate": [
  1728. "npm:warning@2.1.0",
  1729. "github:jspm/nodelibs-process@0.1.2"
  1730. ],
  1731. "npm:classnames@1.2.2": [
  1732. "npm:classnames@1.2.2/index"
  1733. ],
  1734. "npm:reflux-core@0.2.1/lib/mixer": [
  1735. "npm:reflux-core@0.2.1/lib/utils"
  1736. ],
  1737. "npm:react-paginate@0.4.3/dist/PaginationListView": [
  1738. "react.js",
  1739. "npm:react-addons-create-fragment@0.14.3",
  1740. "npm:react-paginate@0.4.3/dist/PageView"
  1741. ],
  1742. "npm:react@0.14.6/lib/ReactServerRendering": [
  1743. "npm:react@0.14.6/lib/ReactDefaultBatchingStrategy",
  1744. "npm:react@0.14.6/lib/ReactElement",
  1745. "npm:react@0.14.6/lib/ReactInstanceHandles",
  1746. "npm:react@0.14.6/lib/ReactMarkupChecksum",
  1747. "npm:react@0.14.6/lib/ReactServerBatchingStrategy",
  1748. "npm:react@0.14.6/lib/ReactServerRenderingTransaction",
  1749. "npm:react@0.14.6/lib/ReactUpdates",
  1750. "npm:fbjs@0.6.1/lib/emptyObject",
  1751. "npm:react@0.14.6/lib/instantiateReactComponent",
  1752. "npm:fbjs@0.6.1/lib/invariant",
  1753. "github:jspm/nodelibs-process@0.1.2"
  1754. ],
  1755. "npm:react@0.14.6/lib/ReactComponent": [
  1756. "npm:react@0.14.6/lib/ReactNoopUpdateQueue",
  1757. "npm:react@0.14.6/lib/canDefineProperty",
  1758. "npm:fbjs@0.6.1/lib/emptyObject",
  1759. "npm:fbjs@0.6.1/lib/invariant",
  1760. "npm:fbjs@0.6.1/lib/warning",
  1761. "github:jspm/nodelibs-process@0.1.2"
  1762. ],
  1763. "npm:react@0.14.6/lib/ReactChildren": [
  1764. "npm:react@0.14.6/lib/PooledClass",
  1765. "npm:react@0.14.6/lib/ReactElement",
  1766. "npm:fbjs@0.6.1/lib/emptyFunction",
  1767. "npm:react@0.14.6/lib/traverseAllChildren"
  1768. ],
  1769. "npm:react@0.14.6/lib/ReactClass": [
  1770. "npm:react@0.14.6/lib/ReactComponent",
  1771. "npm:react@0.14.6/lib/ReactElement",
  1772. "npm:react@0.14.6/lib/ReactPropTypeLocations",
  1773. "npm:react@0.14.6/lib/ReactPropTypeLocationNames",
  1774. "npm:react@0.14.6/lib/ReactNoopUpdateQueue",
  1775. "npm:react@0.14.6/lib/Object.assign",
  1776. "npm:fbjs@0.6.1/lib/emptyObject",
  1777. "npm:fbjs@0.6.1/lib/invariant",
  1778. "npm:fbjs@0.6.1/lib/keyMirror",
  1779. "npm:fbjs@0.6.1/lib/keyOf",
  1780. "npm:fbjs@0.6.1/lib/warning",
  1781. "github:jspm/nodelibs-process@0.1.2"
  1782. ],
  1783. "npm:react@0.14.6/lib/ReactDOMFactories": [
  1784. "npm:react@0.14.6/lib/ReactElement",
  1785. "npm:react@0.14.6/lib/ReactElementValidator",
  1786. "npm:fbjs@0.6.1/lib/mapObject",
  1787. "github:jspm/nodelibs-process@0.1.2"
  1788. ],
  1789. "npm:react@0.14.6/lib/ReactElementValidator": [
  1790. "npm:react@0.14.6/lib/ReactElement",
  1791. "npm:react@0.14.6/lib/ReactPropTypeLocations",
  1792. "npm:react@0.14.6/lib/ReactPropTypeLocationNames",
  1793. "npm:react@0.14.6/lib/ReactCurrentOwner",
  1794. "npm:react@0.14.6/lib/canDefineProperty",
  1795. "npm:react@0.14.6/lib/getIteratorFn",
  1796. "npm:fbjs@0.6.1/lib/invariant",
  1797. "npm:fbjs@0.6.1/lib/warning",
  1798. "github:jspm/nodelibs-process@0.1.2"
  1799. ],
  1800. "npm:react@0.14.6/lib/ReactPropTypes": [
  1801. "npm:react@0.14.6/lib/ReactElement",
  1802. "npm:react@0.14.6/lib/ReactPropTypeLocationNames",
  1803. "npm:fbjs@0.6.1/lib/emptyFunction",
  1804. "npm:react@0.14.6/lib/getIteratorFn"
  1805. ],
  1806. "npm:react@0.14.6/lib/onlyChild": [
  1807. "npm:react@0.14.6/lib/ReactElement",
  1808. "npm:fbjs@0.6.1/lib/invariant",
  1809. "github:jspm/nodelibs-process@0.1.2"
  1810. ],
  1811. "npm:core-js@1.2.6/library/modules/$.an-object": [
  1812. "npm:core-js@1.2.6/library/modules/$.is-object"
  1813. ],
  1814. "npm:core-js@1.2.6/library/modules/$.classof": [
  1815. "npm:core-js@1.2.6/library/modules/$.cof",
  1816. "npm:core-js@1.2.6/library/modules/$.wks"
  1817. ],
  1818. "npm:core-js@1.2.6/library/modules/$.set-proto": [
  1819. "npm:core-js@1.2.6/library/modules/$",
  1820. "npm:core-js@1.2.6/library/modules/$.is-object",
  1821. "npm:core-js@1.2.6/library/modules/$.an-object",
  1822. "npm:core-js@1.2.6/library/modules/$.ctx"
  1823. ],
  1824. "npm:core-js@1.2.6/library/modules/$.species-constructor": [
  1825. "npm:core-js@1.2.6/library/modules/$.an-object",
  1826. "npm:core-js@1.2.6/library/modules/$.a-function",
  1827. "npm:core-js@1.2.6/library/modules/$.wks"
  1828. ],
  1829. "npm:core-js@1.2.6/library/modules/$.for-of": [
  1830. "npm:core-js@1.2.6/library/modules/$.ctx",
  1831. "npm:core-js@1.2.6/library/modules/$.iter-call",
  1832. "npm:core-js@1.2.6/library/modules/$.is-array-iter",
  1833. "npm:core-js@1.2.6/library/modules/$.an-object",
  1834. "npm:core-js@1.2.6/library/modules/$.to-length",
  1835. "npm:core-js@1.2.6/library/modules/core.get-iterator-method"
  1836. ],
  1837. "npm:core-js@1.2.6/library/modules/$.microtask": [
  1838. "npm:core-js@1.2.6/library/modules/$.global",
  1839. "npm:core-js@1.2.6/library/modules/$.task",
  1840. "npm:core-js@1.2.6/library/modules/$.cof",
  1841. "github:jspm/nodelibs-process@0.1.2"
  1842. ],
  1843. "npm:core-js@1.2.6/library/modules/$.descriptors": [
  1844. "npm:core-js@1.2.6/library/modules/$.fails"
  1845. ],
  1846. "npm:core-js@1.2.6/library/modules/$.redefine-all": [
  1847. "npm:core-js@1.2.6/library/modules/$.redefine"
  1848. ],
  1849. "npm:core-js@1.2.6/library/modules/$.set-to-string-tag": [
  1850. "npm:core-js@1.2.6/library/modules/$",
  1851. "npm:core-js@1.2.6/library/modules/$.has",
  1852. "npm:core-js@1.2.6/library/modules/$.wks"
  1853. ],
  1854. "npm:core-js@1.2.6/library/modules/$.set-species": [
  1855. "npm:core-js@1.2.6/library/modules/$.core",
  1856. "npm:core-js@1.2.6/library/modules/$",
  1857. "npm:core-js@1.2.6/library/modules/$.descriptors",
  1858. "npm:core-js@1.2.6/library/modules/$.wks"
  1859. ],
  1860. "npm:core-js@1.2.6/library/modules/$.object-assign": [
  1861. "npm:core-js@1.2.6/library/modules/$",
  1862. "npm:core-js@1.2.6/library/modules/$.to-object",
  1863. "npm:core-js@1.2.6/library/modules/$.iobject",
  1864. "npm:core-js@1.2.6/library/modules/$.fails"
  1865. ],
  1866. "npm:core-js@1.2.6/library/modules/$.object-sap": [
  1867. "npm:core-js@1.2.6/library/modules/$.export",
  1868. "npm:core-js@1.2.6/library/modules/$.core",
  1869. "npm:core-js@1.2.6/library/modules/$.fails"
  1870. ],
  1871. "npm:lodash@3.10.1/internal/basePropertyDeep": [
  1872. "npm:lodash@3.10.1/internal/baseGet",
  1873. "npm:lodash@3.10.1/internal/toPath"
  1874. ],
  1875. "npm:lodash@3.10.1/internal/createBaseEach": [
  1876. "npm:lodash@3.10.1/internal/getLength",
  1877. "npm:lodash@3.10.1/internal/isLength",
  1878. "npm:lodash@3.10.1/internal/toObject"
  1879. ],
  1880. "npm:react@0.14.6/lib/EventConstants": [
  1881. "npm:fbjs@0.6.1/lib/keyMirror"
  1882. ],
  1883. "npm:react@0.14.6/lib/EventPropagators": [
  1884. "npm:react@0.14.6/lib/EventConstants",
  1885. "npm:react@0.14.6/lib/EventPluginHub",
  1886. "npm:fbjs@0.6.1/lib/warning",
  1887. "npm:react@0.14.6/lib/accumulateInto",
  1888. "npm:react@0.14.6/lib/forEachAccumulated",
  1889. "github:jspm/nodelibs-process@0.1.2"
  1890. ],
  1891. "npm:react@0.14.6/lib/FallbackCompositionState": [
  1892. "npm:react@0.14.6/lib/PooledClass",
  1893. "npm:react@0.14.6/lib/Object.assign",
  1894. "npm:react@0.14.6/lib/getTextContentAccessor"
  1895. ],
  1896. "npm:react@0.14.6/lib/SyntheticInputEvent": [
  1897. "npm:react@0.14.6/lib/SyntheticEvent"
  1898. ],
  1899. "npm:react@0.14.6/lib/SyntheticCompositionEvent": [
  1900. "npm:react@0.14.6/lib/SyntheticEvent"
  1901. ],
  1902. "npm:react@0.14.6/lib/EventPluginHub": [
  1903. "npm:react@0.14.6/lib/EventPluginRegistry",
  1904. "npm:react@0.14.6/lib/EventPluginUtils",
  1905. "npm:react@0.14.6/lib/ReactErrorUtils",
  1906. "npm:react@0.14.6/lib/accumulateInto",
  1907. "npm:react@0.14.6/lib/forEachAccumulated",
  1908. "npm:fbjs@0.6.1/lib/invariant",
  1909. "npm:fbjs@0.6.1/lib/warning",
  1910. "github:jspm/nodelibs-process@0.1.2"
  1911. ],
  1912. "npm:react@0.14.6/lib/SyntheticEvent": [
  1913. "npm:react@0.14.6/lib/PooledClass",
  1914. "npm:react@0.14.6/lib/Object.assign",
  1915. "npm:fbjs@0.6.1/lib/emptyFunction",
  1916. "npm:fbjs@0.6.1/lib/warning",
  1917. "github:jspm/nodelibs-process@0.1.2"
  1918. ],
  1919. "npm:react@0.14.6/lib/isEventSupported": [
  1920. "npm:fbjs@0.6.1/lib/ExecutionEnvironment"
  1921. ],
  1922. "npm:react@0.14.6/lib/SyntheticMouseEvent": [
  1923. "npm:react@0.14.6/lib/SyntheticUIEvent",
  1924. "npm:react@0.14.6/lib/ViewportMetrics",
  1925. "npm:react@0.14.6/lib/getEventModifierState"
  1926. ],
  1927. "npm:react@0.14.6/lib/ReactDOMIDOperations": [
  1928. "npm:react@0.14.6/lib/DOMChildrenOperations",
  1929. "npm:react@0.14.6/lib/DOMPropertyOperations",
  1930. "npm:react@0.14.6/lib/ReactMount",
  1931. "npm:react@0.14.6/lib/ReactPerf",
  1932. "npm:fbjs@0.6.1/lib/invariant",
  1933. "github:jspm/nodelibs-process@0.1.2"
  1934. ],
  1935. "npm:react@0.14.6/lib/ReactComponentEnvironment": [
  1936. "npm:fbjs@0.6.1/lib/invariant",
  1937. "github:jspm/nodelibs-process@0.1.2"
  1938. ],
  1939. "npm:react@0.14.6/lib/ReactNativeComponent": [
  1940. "npm:react@0.14.6/lib/Object.assign",
  1941. "npm:fbjs@0.6.1/lib/invariant",
  1942. "github:jspm/nodelibs-process@0.1.2"
  1943. ],
  1944. "npm:react@0.14.6/lib/ReactEmptyComponent": [
  1945. "npm:react@0.14.6/lib/ReactElement",
  1946. "npm:react@0.14.6/lib/ReactEmptyComponentRegistry",
  1947. "npm:react@0.14.6/lib/ReactReconciler",
  1948. "npm:react@0.14.6/lib/Object.assign"
  1949. ],
  1950. "npm:fbjs@0.6.1/lib/EventListener": [
  1951. "npm:fbjs@0.6.1/lib/emptyFunction",
  1952. "github:jspm/nodelibs-process@0.1.2"
  1953. ],
  1954. "npm:react@0.14.6/lib/SyntheticDragEvent": [
  1955. "npm:react@0.14.6/lib/SyntheticMouseEvent"
  1956. ],
  1957. "npm:react@0.14.6/lib/ReactInputSelection": [
  1958. "npm:react@0.14.6/lib/ReactDOMSelection",
  1959. "npm:fbjs@0.6.1/lib/containsNode",
  1960. "npm:fbjs@0.6.1/lib/focusNode",
  1961. "npm:fbjs@0.6.1/lib/getActiveElement"
  1962. ],
  1963. "npm:react@0.14.6/lib/SyntheticClipboardEvent": [
  1964. "npm:react@0.14.6/lib/SyntheticEvent"
  1965. ],
  1966. "npm:react@0.14.6/lib/SyntheticKeyboardEvent": [
  1967. "npm:react@0.14.6/lib/SyntheticUIEvent",
  1968. "npm:react@0.14.6/lib/getEventCharCode",
  1969. "npm:react@0.14.6/lib/getEventKey",
  1970. "npm:react@0.14.6/lib/getEventModifierState"
  1971. ],
  1972. "npm:react@0.14.6/lib/SyntheticFocusEvent": [
  1973. "npm:react@0.14.6/lib/SyntheticUIEvent"
  1974. ],
  1975. "npm:react@0.14.6/lib/SyntheticUIEvent": [
  1976. "npm:react@0.14.6/lib/SyntheticEvent",
  1977. "npm:react@0.14.6/lib/getEventTarget"
  1978. ],
  1979. "npm:react@0.14.6/lib/SyntheticTouchEvent": [
  1980. "npm:react@0.14.6/lib/SyntheticUIEvent",
  1981. "npm:react@0.14.6/lib/getEventModifierState"
  1982. ],
  1983. "npm:react@0.14.6/lib/SyntheticWheelEvent": [
  1984. "npm:react@0.14.6/lib/SyntheticMouseEvent"
  1985. ],
  1986. "npm:react@0.14.6/lib/ReactDefaultPerfAnalysis": [
  1987. "npm:react@0.14.6/lib/Object.assign"
  1988. ],
  1989. "npm:fbjs@0.6.1/lib/performanceNow": [
  1990. "npm:fbjs@0.6.1/lib/performance"
  1991. ],
  1992. "npm:react@0.14.6/lib/Danger": [
  1993. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  1994. "npm:fbjs@0.6.1/lib/createNodesFromMarkup",
  1995. "npm:fbjs@0.6.1/lib/emptyFunction",
  1996. "npm:fbjs@0.6.1/lib/getMarkupWrap",
  1997. "npm:fbjs@0.6.1/lib/invariant",
  1998. "github:jspm/nodelibs-process@0.1.2"
  1999. ],
  2000. "npm:react@0.14.6/lib/ReactMultiChildUpdateTypes": [
  2001. "npm:fbjs@0.6.1/lib/keyMirror"
  2002. ],
  2003. "npm:react@0.14.6/lib/quoteAttributeValueForBrowser": [
  2004. "npm:react@0.14.6/lib/escapeTextContentForBrowser"
  2005. ],
  2006. "npm:react@0.14.6/lib/ReactOwner": [
  2007. "npm:fbjs@0.6.1/lib/invariant",
  2008. "github:jspm/nodelibs-process@0.1.2"
  2009. ],
  2010. "npm:core-js@1.2.6/library/modules/$.redefine": [
  2011. "npm:core-js@1.2.6/library/modules/$.hide"
  2012. ],
  2013. "npm:core-js@1.2.6/library/modules/$.hide": [
  2014. "npm:core-js@1.2.6/library/modules/$",
  2015. "npm:core-js@1.2.6/library/modules/$.property-desc",
  2016. "npm:core-js@1.2.6/library/modules/$.descriptors"
  2017. ],
  2018. "npm:core-js@1.2.6/library/modules/$.iter-create": [
  2019. "npm:core-js@1.2.6/library/modules/$",
  2020. "npm:core-js@1.2.6/library/modules/$.property-desc",
  2021. "npm:core-js@1.2.6/library/modules/$.set-to-string-tag",
  2022. "npm:core-js@1.2.6/library/modules/$.hide",
  2023. "npm:core-js@1.2.6/library/modules/$.wks"
  2024. ],
  2025. "npm:core-js@1.2.6/library/modules/$.to-iobject": [
  2026. "npm:core-js@1.2.6/library/modules/$.iobject",
  2027. "npm:core-js@1.2.6/library/modules/$.defined"
  2028. ],
  2029. "npm:lodash@3.10.1/internal/wrapperClone": [
  2030. "npm:lodash@3.10.1/internal/LazyWrapper",
  2031. "npm:lodash@3.10.1/internal/LodashWrapper",
  2032. "npm:lodash@3.10.1/internal/arrayCopy"
  2033. ],
  2034. "npm:history@1.13.1/lib/createLocation": [
  2035. "npm:history@1.13.1/lib/Actions",
  2036. "npm:history@1.13.1/lib/parsePath"
  2037. ],
  2038. "npm:react@0.14.6/lib/canDefineProperty": [
  2039. "github:jspm/nodelibs-process@0.1.2"
  2040. ],
  2041. "npm:react@0.14.6/lib/AutoFocusUtils": [
  2042. "npm:react@0.14.6/lib/ReactMount",
  2043. "npm:react@0.14.6/lib/findDOMNode",
  2044. "npm:fbjs@0.6.1/lib/focusNode"
  2045. ],
  2046. "npm:react@0.14.6/lib/CSSPropertyOperations": [
  2047. "npm:react@0.14.6/lib/CSSProperty",
  2048. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  2049. "npm:react@0.14.6/lib/ReactPerf",
  2050. "npm:fbjs@0.6.1/lib/camelizeStyleName",
  2051. "npm:react@0.14.6/lib/dangerousStyleValue",
  2052. "npm:fbjs@0.6.1/lib/hyphenateStyleName",
  2053. "npm:fbjs@0.6.1/lib/memoizeStringOnly",
  2054. "npm:fbjs@0.6.1/lib/warning",
  2055. "github:jspm/nodelibs-process@0.1.2"
  2056. ],
  2057. "npm:react@0.14.6/lib/ReactDOMSelect": [
  2058. "npm:react@0.14.6/lib/LinkedValueUtils",
  2059. "npm:react@0.14.6/lib/ReactMount",
  2060. "npm:react@0.14.6/lib/ReactUpdates",
  2061. "npm:react@0.14.6/lib/Object.assign",
  2062. "npm:fbjs@0.6.1/lib/warning",
  2063. "github:jspm/nodelibs-process@0.1.2"
  2064. ],
  2065. "npm:react@0.14.6/lib/ReactDOMInput": [
  2066. "npm:react@0.14.6/lib/ReactDOMIDOperations",
  2067. "npm:react@0.14.6/lib/LinkedValueUtils",
  2068. "npm:react@0.14.6/lib/ReactMount",
  2069. "npm:react@0.14.6/lib/ReactUpdates",
  2070. "npm:react@0.14.6/lib/Object.assign",
  2071. "npm:fbjs@0.6.1/lib/invariant",
  2072. "github:jspm/nodelibs-process@0.1.2"
  2073. ],
  2074. "npm:react@0.14.6/lib/ReactDOMOption": [
  2075. "npm:react@0.14.6/lib/ReactChildren",
  2076. "npm:react@0.14.6/lib/ReactDOMSelect",
  2077. "npm:react@0.14.6/lib/Object.assign",
  2078. "npm:fbjs@0.6.1/lib/warning",
  2079. "github:jspm/nodelibs-process@0.1.2"
  2080. ],
  2081. "npm:react@0.14.6/lib/ReactDOMTextarea": [
  2082. "npm:react@0.14.6/lib/LinkedValueUtils",
  2083. "npm:react@0.14.6/lib/ReactDOMIDOperations",
  2084. "npm:react@0.14.6/lib/ReactUpdates",
  2085. "npm:react@0.14.6/lib/Object.assign",
  2086. "npm:fbjs@0.6.1/lib/invariant",
  2087. "npm:fbjs@0.6.1/lib/warning",
  2088. "github:jspm/nodelibs-process@0.1.2"
  2089. ],
  2090. "npm:react@0.14.6/lib/ReactMultiChild": [
  2091. "npm:react@0.14.6/lib/ReactComponentEnvironment",
  2092. "npm:react@0.14.6/lib/ReactMultiChildUpdateTypes",
  2093. "npm:react@0.14.6/lib/ReactCurrentOwner",
  2094. "npm:react@0.14.6/lib/ReactReconciler",
  2095. "npm:react@0.14.6/lib/ReactChildReconciler",
  2096. "npm:react@0.14.6/lib/flattenChildren",
  2097. "github:jspm/nodelibs-process@0.1.2"
  2098. ],
  2099. "npm:react@0.14.6/lib/EventPluginRegistry": [
  2100. "npm:fbjs@0.6.1/lib/invariant",
  2101. "github:jspm/nodelibs-process@0.1.2"
  2102. ],
  2103. "npm:react@0.14.6/lib/ReactEventEmitterMixin": [
  2104. "npm:react@0.14.6/lib/EventPluginHub"
  2105. ],
  2106. "npm:fbjs@0.6.1/lib/isTextNode": [
  2107. "npm:fbjs@0.6.1/lib/isNode"
  2108. ],
  2109. "npm:react@0.14.6/lib/ReactCompositeComponent": [
  2110. "npm:react@0.14.6/lib/ReactComponentEnvironment",
  2111. "npm:react@0.14.6/lib/ReactCurrentOwner",
  2112. "npm:react@0.14.6/lib/ReactElement",
  2113. "npm:react@0.14.6/lib/ReactInstanceMap",
  2114. "npm:react@0.14.6/lib/ReactPerf",
  2115. "npm:react@0.14.6/lib/ReactPropTypeLocations",
  2116. "npm:react@0.14.6/lib/ReactPropTypeLocationNames",
  2117. "npm:react@0.14.6/lib/ReactReconciler",
  2118. "npm:react@0.14.6/lib/ReactUpdateQueue",
  2119. "npm:react@0.14.6/lib/Object.assign",
  2120. "npm:fbjs@0.6.1/lib/emptyObject",
  2121. "npm:fbjs@0.6.1/lib/invariant",
  2122. "npm:react@0.14.6/lib/shouldUpdateReactComponent",
  2123. "npm:fbjs@0.6.1/lib/warning",
  2124. "github:jspm/nodelibs-process@0.1.2"
  2125. ],
  2126. "npm:react-paginate@0.4.3/dist/PageView": [
  2127. "react.js"
  2128. ],
  2129. "npm:qs@4.0.0/lib/parse": [
  2130. "npm:qs@4.0.0/lib/utils"
  2131. ],
  2132. "npm:qs@4.0.0/lib/stringify": [
  2133. "npm:qs@4.0.0/lib/utils"
  2134. ],
  2135. "npm:react@0.14.6/lib/ReactPropTypeLocationNames": [
  2136. "github:jspm/nodelibs-process@0.1.2"
  2137. ],
  2138. "npm:react@0.14.6/lib/ReactErrorUtils": [
  2139. "github:jspm/nodelibs-process@0.1.2"
  2140. ],
  2141. "npm:react-addons-create-fragment@0.14.3": [
  2142. "npm:react-addons-create-fragment@0.14.3/index"
  2143. ],
  2144. "npm:react@0.14.6/lib/ReactNoopUpdateQueue": [
  2145. "npm:fbjs@0.6.1/lib/warning",
  2146. "github:jspm/nodelibs-process@0.1.2"
  2147. ],
  2148. "npm:react@0.14.6/lib/traverseAllChildren": [
  2149. "npm:react@0.14.6/lib/ReactCurrentOwner",
  2150. "npm:react@0.14.6/lib/ReactElement",
  2151. "npm:react@0.14.6/lib/ReactInstanceHandles",
  2152. "npm:react@0.14.6/lib/getIteratorFn",
  2153. "npm:fbjs@0.6.1/lib/invariant",
  2154. "npm:fbjs@0.6.1/lib/warning",
  2155. "github:jspm/nodelibs-process@0.1.2"
  2156. ],
  2157. "npm:react@0.14.6/lib/ReactPropTypeLocations": [
  2158. "npm:fbjs@0.6.1/lib/keyMirror"
  2159. ],
  2160. "npm:react@0.14.6/lib/ReactServerRenderingTransaction": [
  2161. "npm:react@0.14.6/lib/PooledClass",
  2162. "npm:react@0.14.6/lib/CallbackQueue",
  2163. "npm:react@0.14.6/lib/Transaction",
  2164. "npm:react@0.14.6/lib/Object.assign",
  2165. "npm:fbjs@0.6.1/lib/emptyFunction"
  2166. ],
  2167. "npm:fbjs@0.6.1/lib/keyMirror": [
  2168. "npm:fbjs@0.6.1/lib/invariant",
  2169. "github:jspm/nodelibs-process@0.1.2"
  2170. ],
  2171. "npm:core-js@1.2.6/library/modules/$.task": [
  2172. "npm:core-js@1.2.6/library/modules/$.ctx",
  2173. "npm:core-js@1.2.6/library/modules/$.invoke",
  2174. "npm:core-js@1.2.6/library/modules/$.html",
  2175. "npm:core-js@1.2.6/library/modules/$.dom-create",
  2176. "npm:core-js@1.2.6/library/modules/$.global",
  2177. "npm:core-js@1.2.6/library/modules/$.cof",
  2178. "github:jspm/nodelibs-process@0.1.2"
  2179. ],
  2180. "npm:core-js@1.2.6/library/modules/$.iobject": [
  2181. "npm:core-js@1.2.6/library/modules/$.cof"
  2182. ],
  2183. "npm:react@0.14.6/lib/accumulateInto": [
  2184. "npm:fbjs@0.6.1/lib/invariant",
  2185. "github:jspm/nodelibs-process@0.1.2"
  2186. ],
  2187. "npm:react@0.14.6/lib/getTextContentAccessor": [
  2188. "npm:fbjs@0.6.1/lib/ExecutionEnvironment"
  2189. ],
  2190. "npm:react@0.14.6/lib/EventPluginUtils": [
  2191. "npm:react@0.14.6/lib/EventConstants",
  2192. "npm:react@0.14.6/lib/ReactErrorUtils",
  2193. "npm:fbjs@0.6.1/lib/invariant",
  2194. "npm:fbjs@0.6.1/lib/warning",
  2195. "github:jspm/nodelibs-process@0.1.2"
  2196. ],
  2197. "npm:react@0.14.6/lib/getEventKey": [
  2198. "npm:react@0.14.6/lib/getEventCharCode"
  2199. ],
  2200. "npm:react@0.14.6/lib/ReactDOMSelection": [
  2201. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  2202. "npm:react@0.14.6/lib/getNodeForCharacterOffset",
  2203. "npm:react@0.14.6/lib/getTextContentAccessor"
  2204. ],
  2205. "npm:fbjs@0.6.1/lib/performance": [
  2206. "npm:fbjs@0.6.1/lib/ExecutionEnvironment"
  2207. ],
  2208. "npm:fbjs@0.6.1/lib/createNodesFromMarkup": [
  2209. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  2210. "npm:fbjs@0.6.1/lib/createArrayFromMixed",
  2211. "npm:fbjs@0.6.1/lib/getMarkupWrap",
  2212. "npm:fbjs@0.6.1/lib/invariant",
  2213. "github:jspm/nodelibs-process@0.1.2"
  2214. ],
  2215. "npm:fbjs@0.6.1/lib/getMarkupWrap": [
  2216. "npm:fbjs@0.6.1/lib/ExecutionEnvironment",
  2217. "npm:fbjs@0.6.1/lib/invariant",
  2218. "github:jspm/nodelibs-process@0.1.2"
  2219. ],
  2220. "npm:fbjs@0.6.1/lib/camelizeStyleName": [
  2221. "npm:fbjs@0.6.1/lib/camelize"
  2222. ],
  2223. "npm:react@0.14.6/lib/ReactChildReconciler": [
  2224. "npm:react@0.14.6/lib/ReactReconciler",
  2225. "npm:react@0.14.6/lib/instantiateReactComponent",
  2226. "npm:react@0.14.6/lib/shouldUpdateReactComponent",
  2227. "npm:react@0.14.6/lib/traverseAllChildren",
  2228. "npm:fbjs@0.6.1/lib/warning",
  2229. "github:jspm/nodelibs-process@0.1.2"
  2230. ],
  2231. "npm:fbjs@0.6.1/lib/hyphenateStyleName": [
  2232. "npm:fbjs@0.6.1/lib/hyphenate"
  2233. ],
  2234. "npm:react@0.14.6/lib/LinkedValueUtils": [
  2235. "npm:react@0.14.6/lib/ReactPropTypes",
  2236. "npm:react@0.14.6/lib/ReactPropTypeLocations",
  2237. "npm:fbjs@0.6.1/lib/invariant",
  2238. "npm:fbjs@0.6.1/lib/warning",
  2239. "github:jspm/nodelibs-process@0.1.2"
  2240. ],
  2241. "npm:react@0.14.6/lib/dangerousStyleValue": [
  2242. "npm:react@0.14.6/lib/CSSProperty"
  2243. ],
  2244. "npm:react@0.14.6/lib/flattenChildren": [
  2245. "npm:react@0.14.6/lib/traverseAllChildren",
  2246. "npm:fbjs@0.6.1/lib/warning",
  2247. "github:jspm/nodelibs-process@0.1.2"
  2248. ],
  2249. "npm:core-js@1.2.6/library/modules/$.html": [
  2250. "npm:core-js@1.2.6/library/modules/$.global"
  2251. ],
  2252. "npm:react-addons-create-fragment@0.14.3/index": [
  2253. "npm:react@0.14.6/lib/ReactFragment"
  2254. ],
  2255. "npm:core-js@1.2.6/library/modules/$.dom-create": [
  2256. "npm:core-js@1.2.6/library/modules/$.is-object",
  2257. "npm:core-js@1.2.6/library/modules/$.global"
  2258. ],
  2259. "npm:fbjs@0.6.1/lib/createArrayFromMixed": [
  2260. "npm:fbjs@0.6.1/lib/toArray"
  2261. ],
  2262. "npm:react@0.14.6/lib/ReactFragment": [
  2263. "npm:react@0.14.6/lib/ReactChildren",
  2264. "npm:react@0.14.6/lib/ReactElement",
  2265. "npm:fbjs@0.6.1/lib/emptyFunction",
  2266. "npm:fbjs@0.6.1/lib/invariant",
  2267. "npm:fbjs@0.6.1/lib/warning",
  2268. "github:jspm/nodelibs-process@0.1.2"
  2269. ],
  2270. "npm:fbjs@0.6.1/lib/toArray": [
  2271. "npm:fbjs@0.6.1/lib/invariant",
  2272. "github:jspm/nodelibs-process@0.1.2"
  2273. ],
  2274. "patients/customer.js": [
  2275. "react-helpers.js",
  2276. "patients/customer-management/viewCustomerPersonalData.js",
  2277. "shared/tabbedPopoutController.js",
  2278. "patients/api.js",
  2279. "shared/locationBreadcrumbs.js",
  2280. "shared/lastNameFirst.js",
  2281. "patients/customer-management/customerPersonalDataEditor.js",
  2282. "patients/customer-management/customerSummary.js",
  2283. "patients/customer-management/viewCustomerContacts.js",
  2284. "patients/customer-management/editCustomerContacts.js",
  2285. "patients/customer-management/viewCustomerHealth.js",
  2286. "patients/customer-management/editCustomerHealth.js",
  2287. "patients/customer-management/viewCustomerDoctors.js",
  2288. "patients/customer-management/editCustomerDoctors.js",
  2289. "patients/customer-management/viewCustomerNotes.js",
  2290. "patients/customer-management/editCustomerNotes.js",
  2291. "patients/customer-management/viewCustomerInsurances.js",
  2292. "patients/customer-management/editCustomerInsurances.js"
  2293. ],
  2294. "shared/tabbedPopoutController.js": [
  2295. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2296. "npm:babel-runtime@5.8.34/core-js/object/keys",
  2297. "react.js",
  2298. "react-helpers.js",
  2299. "npm:reflux@0.2.13",
  2300. "npm:react-router@1.0.2",
  2301. "npm:history@1.17.0/lib/createBrowserHistory",
  2302. "shared/loadedElement.js",
  2303. "shared/tabbed-popout-actions.js",
  2304. "shared/popout-utilities.js",
  2305. "npm:lodash@3.10.1/string/kebabCase",
  2306. "npm:lodash@3.10.1/array/compact",
  2307. "npm:lodash@3.10.1/object/mapKeys",
  2308. "shared/buttons.js",
  2309. "shared/tabs.js",
  2310. "shared/permissibleRemove.js"
  2311. ],
  2312. "patients/customer-management/editCustomerDoctors.js": [
  2313. "react.js",
  2314. "react-helpers.js",
  2315. "shared/lastNameFirst.js",
  2316. "patients/customer-management/customerDoctorsStore.js",
  2317. "shared/buttons.js",
  2318. "shared/labeledElement.js",
  2319. "shared/modalDialog.js",
  2320. "patients/shared/customerDoctorSelector.js",
  2321. "shared/actionsArea.js",
  2322. "patients/api.js",
  2323. "patients/shared/customerDoctorList.js",
  2324. "patients/shared/customerDoctorsLoader.js",
  2325. "shared/tabbed-popout-actions.js"
  2326. ],
  2327. "patients/customer-management/viewCustomerDoctors.js": [
  2328. "react.js",
  2329. "react-helpers.js",
  2330. "patients/shared/customerDoctorsLoader.js",
  2331. "patients/shared/customerDoctorList.js"
  2332. ],
  2333. "patients/customer-management/viewCustomerNotes.js": [
  2334. "react.js",
  2335. "react-helpers.js",
  2336. "patients/shared/customerNotesLoader.js",
  2337. "patients/shared/customerNoteList.js"
  2338. ],
  2339. "patients/customer-management/editCustomerNotes.js": [
  2340. "react.js",
  2341. "react-helpers.js",
  2342. "patients/shared/customerNotesLoader.js",
  2343. "shared/buttons.js",
  2344. "patients/shared/customerNoteList.js",
  2345. "shared/tabbed-popout-actions.js",
  2346. "shared/actionsArea.js"
  2347. ],
  2348. "patients/customer-management/viewCustomerContacts.js": [
  2349. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2350. "npm:babel-runtime@5.8.34/core-js/object/assign",
  2351. "react.js",
  2352. "react-helpers.js",
  2353. "shared/loadedElement.js",
  2354. "patients/api.js",
  2355. "shared/detailsDisplay.js",
  2356. "shared/showDescription.js",
  2357. "shared/compactAddress.js",
  2358. "npm:lodash@3.10.1/collection/any",
  2359. "shared/lastNameFirst.js",
  2360. "shared/phoneNumber.js"
  2361. ],
  2362. "patients/customer-management/customerSummary.js": [
  2363. "react.js",
  2364. "react-helpers.js",
  2365. "shared/displayDate.js",
  2366. "shared/alertDisplay.js",
  2367. "shared/showDescription.js",
  2368. "npm:lodash@3.10.1/string/padLeft",
  2369. "shared/detailsDisplay.js",
  2370. "shared/locationsDisplay.js"
  2371. ],
  2372. "patients/customer-management/viewCustomerHealth.js": [
  2373. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2374. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2375. "react.js",
  2376. "react-helpers.js",
  2377. "shared/loadedElement.js",
  2378. "patients/api.js",
  2379. "shared/detailsDisplay.js",
  2380. "shared/yesNo.js",
  2381. "shared/showDescription.js",
  2382. "shared/displayDate.js"
  2383. ],
  2384. "patients/customer-management/editCustomerHealth.js": [
  2385. "npm:babel-runtime@5.8.34/core-js/object/assign",
  2386. "react.js",
  2387. "react-helpers.js",
  2388. "shared/detailsDisplay.js",
  2389. "shared/labeledElement.js",
  2390. "shared/simpleAjaxForm.js",
  2391. "shared/inputs.js",
  2392. "patients/customer-management/viewCustomerHealth.js",
  2393. "shared/actionsArea.js",
  2394. "shared/validation.js",
  2395. "shared/buttons.js",
  2396. "shared/tabbed-popout-actions.js",
  2397. "shared/dropdown.js",
  2398. "npm:lodash@3.10.1/array/zipObject",
  2399. "patients/customer-management/deliveryAlertSelector.js",
  2400. "patients/customer-management/knownConditionSelector.js",
  2401. "patients/customer-management/icdCodeSelector.js",
  2402. "shared/ui-lists.js"
  2403. ],
  2404. "patients/customer-management/viewCustomerPersonalData.js": [
  2405. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2406. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2407. "react.js",
  2408. "react-helpers.js",
  2409. "npm:lodash@3.10.1/lang/isEqual",
  2410. "shared/lastNameFirst.js",
  2411. "shared/detailsDisplay.js",
  2412. "shared/displayDate.js",
  2413. "shared/alertDisplay.js",
  2414. "shared/showDescription.js",
  2415. "shared/compactAddress.js",
  2416. "shared/phoneNumber.js",
  2417. "shared/socialSecurityNumber.js",
  2418. "shared/yesNo.js",
  2419. "shared/displayUsername.js",
  2420. "patients/shared/showReferralDescription.js",
  2421. "shared/statusDisplay.js"
  2422. ],
  2423. "patients/customer-management/customerPersonalDataEditor.js": [
  2424. "npm:babel-runtime@5.8.34/helpers/define-property",
  2425. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2426. "react.js",
  2427. "react-helpers.js",
  2428. "shared/detailsDisplay.js",
  2429. "shared/labeledElement.js",
  2430. "shared/activationStatusSelector.js",
  2431. "npm:lodash@3.10.1/object/assign",
  2432. "shared/simpleAjaxForm.js",
  2433. "shared/actionsArea.js",
  2434. "shared/validation.js",
  2435. "shared/buttons.js",
  2436. "shared/email-editors.js",
  2437. "shared/phone-editors.js",
  2438. "patients/shared/genderSelector.js",
  2439. "patients/shared/customerTypeSelector.js",
  2440. "patients/shared/customerCategorySelector.js",
  2441. "patients/shared/placeOfServiceSelector.js",
  2442. "patients/shared/languageSelector.js",
  2443. "shared/userSelector.js",
  2444. "shared/addressEditor.js",
  2445. "npm:lodash@3.10.1/object/merge",
  2446. "npm:lodash@3.10.1/lang/isEqual",
  2447. "shared/tabbed-popout-actions.js",
  2448. "shared/inputs.js",
  2449. "shared/input-field-helpers.js",
  2450. "shared/popout-utilities.js",
  2451. "shared/locationSelector.js",
  2452. "patients/shared/referralSelector.js",
  2453. "patients/shared/billingFrequencySelector.js"
  2454. ],
  2455. "patients/customer-management/editCustomerContacts.js": [
  2456. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2457. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2458. "npm:babel-runtime@5.8.34/core-js/object/assign",
  2459. "react.js",
  2460. "react-helpers.js",
  2461. "shared/detailsDisplay.js",
  2462. "shared/labeledElement.js",
  2463. "shared/simpleAjaxForm.js",
  2464. "shared/email-editors.js",
  2465. "shared/phone-editors.js",
  2466. "shared/addressEditor.js",
  2467. "patients/customer-management/viewCustomerContacts.js",
  2468. "shared/actionsArea.js",
  2469. "shared/validation.js",
  2470. "shared/buttons.js",
  2471. "shared/tabbed-popout-actions.js",
  2472. "patients/customer-management/relationshipSelector.js",
  2473. "shared/compactAddress.js",
  2474. "shared/lastNameFirst.js",
  2475. "shared/phoneNumber.js",
  2476. "npm:lodash@3.10.1/collection/any",
  2477. "npm:lodash@3.10.1/object/assign",
  2478. "npm:lodash@3.10.1/object/set",
  2479. "shared/inputs.js"
  2480. ],
  2481. "patients/customer-management/editCustomerInsurances.js": [
  2482. "react.js",
  2483. "react-helpers.js",
  2484. "shared/buttons.js",
  2485. "shared/actionsArea.js",
  2486. "patients/api.js",
  2487. "patients/shared/customerInsuranceList.js",
  2488. "patients/shared/customerInsurancesLoader.js",
  2489. "shared/tabbed-popout-actions.js"
  2490. ],
  2491. "patients/customer-management/viewCustomerInsurances.js": [
  2492. "react.js",
  2493. "react-helpers.js",
  2494. "patients/shared/customerInsurancesLoader.js",
  2495. "patients/shared/customerInsuranceList.js"
  2496. ],
  2497. "shared/tabbed-popout-actions.js": [
  2498. "react-helpers.js"
  2499. ],
  2500. "shared/tabs.js": [
  2501. "react.js",
  2502. "npm:react-tabs@0.5.1"
  2503. ],
  2504. "npm:history@1.17.0/lib/createBrowserHistory": [
  2505. "npm:invariant@2.2.0",
  2506. "npm:history@1.17.0/lib/Actions",
  2507. "npm:history@1.17.0/lib/ExecutionEnvironment",
  2508. "npm:history@1.17.0/lib/DOMUtils",
  2509. "npm:history@1.17.0/lib/DOMStateStorage",
  2510. "npm:history@1.17.0/lib/createDOMHistory",
  2511. "npm:history@1.17.0/lib/parsePath",
  2512. "github:jspm/nodelibs-process@0.1.2"
  2513. ],
  2514. "npm:lodash@3.10.1/string/kebabCase": [
  2515. "npm:lodash@3.10.1/internal/createCompounder"
  2516. ],
  2517. "npm:lodash@3.10.1/object/mapKeys": [
  2518. "npm:lodash@3.10.1/internal/createObjectMapper"
  2519. ],
  2520. "shared/permissibleRemove.js": [
  2521. "npm:babel-runtime@5.8.34/core-js/get-iterator",
  2522. "npm:babel-runtime@5.8.34/core-js/map",
  2523. "npm:babel-runtime@5.8.34/core-js/array/from",
  2524. "react.js",
  2525. "npm:reflux@0.2.13",
  2526. "react-helpers.js",
  2527. "shared/utilities.js",
  2528. "patients/api.js",
  2529. "shared/buttons.js",
  2530. "shared/modalDialog.js"
  2531. ],
  2532. "patients/shared/customerDoctorSelector.js": [
  2533. "react.js",
  2534. "react-helpers.js",
  2535. "shared/lastNameFirst.js",
  2536. "patients/api.js",
  2537. "npm:react-select@1.0.0-beta7",
  2538. "shared/loadedElement.js"
  2539. ],
  2540. "patients/customer-management/customerDoctorsStore.js": [
  2541. "react-helpers.js",
  2542. "patients/api.js",
  2543. "shared/search-utilities.js"
  2544. ],
  2545. "patients/shared/customerDoctorsLoader.js": [
  2546. "npm:reflux@0.2.13",
  2547. "shared/loadedElement.js",
  2548. "react-helpers.js",
  2549. "patients/customer-management/customerDoctorsStore.js"
  2550. ],
  2551. "patients/shared/customerNotesLoader.js": [
  2552. "npm:reflux@0.2.13",
  2553. "shared/loadedElement.js",
  2554. "react-helpers.js",
  2555. "patients/customer-management/customerNotesStore.js"
  2556. ],
  2557. "shared/showDescription.js": [
  2558. "react.js",
  2559. "react-helpers.js"
  2560. ],
  2561. "shared/alertDisplay.js": [
  2562. "react.js",
  2563. "react-helpers.js",
  2564. "shared/utilities.js"
  2565. ],
  2566. "shared/yesNo.js": [
  2567. "react.js",
  2568. "react-helpers.js",
  2569. "shared/utilities.js"
  2570. ],
  2571. "patients/customer-management/icdCodeSelector.js": [
  2572. "react.js",
  2573. "react-helpers.js",
  2574. "patients/api.js",
  2575. "npm:react-select@1.0.0-beta7",
  2576. "shared/ui-lists.js"
  2577. ],
  2578. "patients/shared/showReferralDescription.js": [
  2579. "react.js",
  2580. "react-helpers.js",
  2581. "shared/lastNameFirst.js"
  2582. ],
  2583. "shared/activationStatusSelector.js": [
  2584. "react.js",
  2585. "react-helpers.js"
  2586. ],
  2587. "shared/email-editors.js": [
  2588. "shared/inputs.js",
  2589. "shared/ui-lists.js"
  2590. ],
  2591. "patients/customer-management/knownConditionSelector.js": [
  2592. "shared/createLoadedDropdownComponent.js",
  2593. "patients/api.js"
  2594. ],
  2595. "patients/customer-management/deliveryAlertSelector.js": [
  2596. "shared/createLoadedDropdownComponent.js",
  2597. "patients/api.js"
  2598. ],
  2599. "shared/userSelector.js": [
  2600. "react.js",
  2601. "react-helpers.js",
  2602. "shared/lastNameFirst.js",
  2603. "patients/api.js",
  2604. "npm:react-select@1.0.0-beta7",
  2605. "shared/displayUsername.js",
  2606. "shared/loadedElement.js"
  2607. ],
  2608. "patients/shared/placeOfServiceSelector.js": [
  2609. "shared/createLoadedDropdownComponent.js",
  2610. "patients/api.js"
  2611. ],
  2612. "patients/shared/customerTypeSelector.js": [
  2613. "shared/createLoadedDropdownComponent.js",
  2614. "patients/api.js"
  2615. ],
  2616. "patients/shared/referralSelector.js": [
  2617. "shared/createLoadedDropdownComponent.js",
  2618. "patients/api.js",
  2619. "patients/shared/showReferralDescription.js"
  2620. ],
  2621. "patients/shared/genderSelector.js": [
  2622. "shared/createLoadedDropdownComponent.js",
  2623. "patients/api.js"
  2624. ],
  2625. "patients/shared/languageSelector.js": [
  2626. "shared/createLoadedDropdownComponent.js",
  2627. "patients/api.js"
  2628. ],
  2629. "patients/shared/billingFrequencySelector.js": [
  2630. "shared/createLoadedDropdownComponent.js",
  2631. "patients/api.js"
  2632. ],
  2633. "patients/shared/customerDoctorList.js": [
  2634. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2635. "npm:babel-runtime@5.8.34/core-js/object/assign",
  2636. "react.js",
  2637. "react-helpers.js",
  2638. "shared/lastNameFirst.js",
  2639. "patients/customer-management/customerDoctorsStore.js",
  2640. "shared/listings.js",
  2641. "shared/displayDate.js",
  2642. "shared/statusDisplay.js",
  2643. "patients/api.js",
  2644. "shared/phoneNumber.js"
  2645. ],
  2646. "shared/detailsDisplay.js": [
  2647. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2648. "npm:babel-runtime@5.8.34/core-js/array/from",
  2649. "react.js",
  2650. "react-helpers.js",
  2651. "npm:lodash@3.10.1/array/compact",
  2652. "npm:lodash@3.10.1/lang/isUndefined",
  2653. "shared/utilities.js"
  2654. ],
  2655. "shared/compactAddress.js": [
  2656. "react.js",
  2657. "react-helpers.js",
  2658. "npm:lodash@3.10.1/array/compact"
  2659. ],
  2660. "shared/locationsDisplay.js": [
  2661. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2662. "react.js",
  2663. "react-helpers.js",
  2664. "shared/loadedElement.js",
  2665. "admin/locations/api.js"
  2666. ],
  2667. "shared/inputs.js": [
  2668. "npm:babel-runtime@5.8.34/core-js/object/assign",
  2669. "react.js",
  2670. "react-helpers.js",
  2671. "github:moment/moment@2.10.6"
  2672. ],
  2673. "shared/simpleAjaxForm.js": [
  2674. "npm:babel-runtime@5.8.34/core-js/promise",
  2675. "react.js",
  2676. "react-helpers.js",
  2677. "npm:lodash@3.10.1/object/assign"
  2678. ],
  2679. "shared/validation.js": [
  2680. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2681. "npm:babel-runtime@5.8.34/helpers/to-array",
  2682. "react.js",
  2683. "react-helpers.js",
  2684. "shared/model-helpers.js",
  2685. "npm:lodash@3.10.1/collection/map",
  2686. "npm:lodash@3.10.1/collection/any",
  2687. "npm:lodash@3.10.1/array/flatten",
  2688. "npm:lodash@3.10.1/array/zipObject",
  2689. "npm:lodash@3.10.1/lang/isFunction",
  2690. "npm:lodash@3.10.1/lang/isUndefined",
  2691. "npm:lodash@3.10.1/lang/isPlainObject",
  2692. "npm:lodash@3.10.1/lang/cloneDeep",
  2693. "npm:lodash@3.10.1/object/assign",
  2694. "npm:lodash@3.10.1/object/values",
  2695. "shared/utilities.js"
  2696. ],
  2697. "shared/ui-lists.js": [
  2698. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2699. "react.js",
  2700. "react-helpers.js",
  2701. "npm:lodash@3.10.1/object/assign",
  2702. "npm:lodash@3.10.1/array/without",
  2703. "shared/buttons.js"
  2704. ],
  2705. "shared/socialSecurityNumber.js": [
  2706. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2707. "react.js",
  2708. "react-helpers.js",
  2709. "shared/utilities.js"
  2710. ],
  2711. "shared/displayUsername.js": [
  2712. "npm:babel-runtime@5.8.34/core-js/map",
  2713. "npm:reflux@0.2.13",
  2714. "react-helpers.js",
  2715. "shared/utilities.js",
  2716. "npm:lodash@3.10.1/array/unique",
  2717. "npm:lodash@3.10.1/array/without",
  2718. "npm:lodash@3.10.1/array/compact",
  2719. "patients/api.js",
  2720. "shared/lastNameFirst.js",
  2721. "shared/loadedElement.js"
  2722. ],
  2723. "shared/phone-editors.js": [
  2724. "npm:babel-runtime@5.8.34/helpers/define-property",
  2725. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2726. "react.js",
  2727. "react-helpers.js",
  2728. "npm:lodash@3.10.1/object/assign",
  2729. "shared/inputs.js",
  2730. "shared/ui-lists.js",
  2731. "shared/labeledElement.js"
  2732. ],
  2733. "patients/shared/customerNoteList.js": [
  2734. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2735. "react.js",
  2736. "react-helpers.js",
  2737. "shared/lastNameFirst.js",
  2738. "patients/customer-management/customerNotesStore.js",
  2739. "shared/listings.js",
  2740. "shared/displayBoolean.js",
  2741. "shared/popout-utilities.js"
  2742. ],
  2743. "shared/input-field-helpers.js": [
  2744. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2745. "npm:babel-runtime@5.8.34/core-js/object/assign",
  2746. "react.js",
  2747. "shared/labeledElement.js",
  2748. "shared/model-helpers.js",
  2749. "npm:classnames@2.2.3",
  2750. "npm:lodash@3.10.1/collection/any"
  2751. ],
  2752. "npm:lodash@3.10.1/string/padLeft": [
  2753. "npm:lodash@3.10.1/internal/createPadDir"
  2754. ],
  2755. "npm:lodash@3.10.1/array/zipObject": [
  2756. "npm:lodash@3.10.1/lang/isArray"
  2757. ],
  2758. "npm:lodash@3.10.1/object/merge": [
  2759. "npm:lodash@3.10.1/internal/baseMerge",
  2760. "npm:lodash@3.10.1/internal/createAssigner"
  2761. ],
  2762. "shared/addressEditor.js": [
  2763. "npm:babel-runtime@5.8.34/helpers/define-property",
  2764. "npm:babel-runtime@5.8.34/helpers/to-consumable-array",
  2765. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2766. "react.js",
  2767. "npm:lodash@3.10.1/object/assign",
  2768. "npm:lodash@3.10.1/array/compact",
  2769. "react-helpers.js",
  2770. "shared/labeledElement.js",
  2771. "shared/stateSelector.js"
  2772. ],
  2773. "patients/customer-management/relationshipSelector.js": [
  2774. "shared/createLoadedDropdownComponent.js",
  2775. "patients/api.js"
  2776. ],
  2777. "patients/shared/customerInsuranceList.js": [
  2778. "npm:babel-runtime@5.8.34/helpers/sliced-to-array",
  2779. "npm:babel-runtime@5.8.34/core-js/object/assign",
  2780. "react.js",
  2781. "react-helpers.js",
  2782. "shared/displayDate.js",
  2783. "shared/yesNo.js",
  2784. "shared/actionsArea.js",
  2785. "shared/listings.js",
  2786. "patients/customer-management/customerInsurancesStore.js",
  2787. "patients/api.js",
  2788. "shared/inputs.js",
  2789. "shared/popout-utilities.js",
  2790. "shared/labeledElement.js",
  2791. "shared/filtersToggleButton.js"
  2792. ],
  2793. "patients/shared/customerInsurancesLoader.js": [
  2794. "npm:reflux@0.2.13",
  2795. "shared/loadedElement.js",
  2796. "react-helpers.js",
  2797. "patients/customer-management/customerInsurancesStore.js",
  2798. "github:moment/moment@2.10.6"
  2799. ],
  2800. "patients/customer-management/customerNotesStore.js": [
  2801. "react-helpers.js",
  2802. "patients/api.js",
  2803. "shared/search-utilities.js"
  2804. ],
  2805. "shared/displayBoolean.js": [
  2806. "react.js",
  2807. "react-helpers.js"
  2808. ],
  2809. "npm:react-tabs@0.5.1": [
  2810. "npm:react-tabs@0.5.1/lib/main"
  2811. ],
  2812. "npm:lodash@3.10.1/internal/createCompounder": [
  2813. "npm:lodash@3.10.1/string/deburr",
  2814. "npm:lodash@3.10.1/string/words"
  2815. ],
  2816. "npm:lodash@3.10.1/internal/createObjectMapper": [
  2817. "npm:lodash@3.10.1/internal/baseCallback",
  2818. "npm:lodash@3.10.1/internal/baseForOwn"
  2819. ],
  2820. "npm:react-select@1.0.0-beta7": [
  2821. "npm:react-select@1.0.0-beta7/lib/Select"
  2822. ],
  2823. "shared/stateSelector.js": [
  2824. "npm:babel-runtime@5.8.34/core-js/object/assign",
  2825. "react.js",
  2826. "react-helpers.js"
  2827. ],
  2828. "npm:lodash@3.10.1/array/unique": [
  2829. "npm:lodash@3.10.1/array/uniq"
  2830. ],
  2831. "npm:lodash@3.10.1/array/without": [
  2832. "npm:lodash@3.10.1/internal/baseDifference",
  2833. "npm:lodash@3.10.1/internal/isArrayLike",
  2834. "npm:lodash@3.10.1/function/restParam"
  2835. ],
  2836. "npm:lodash@3.10.1/internal/createPadDir": [
  2837. "npm:lodash@3.10.1/internal/baseToString",
  2838. "npm:lodash@3.10.1/internal/createPadding"
  2839. ],
  2840. "npm:lodash@3.10.1/internal/baseMerge": [
  2841. "npm:lodash@3.10.1/internal/arrayEach",
  2842. "npm:lodash@3.10.1/internal/baseMergeDeep",
  2843. "npm:lodash@3.10.1/lang/isArray",
  2844. "npm:lodash@3.10.1/internal/isArrayLike",
  2845. "npm:lodash@3.10.1/lang/isObject",
  2846. "npm:lodash@3.10.1/internal/isObjectLike",
  2847. "npm:lodash@3.10.1/lang/isTypedArray",
  2848. "npm:lodash@3.10.1/object/keys"
  2849. ],
  2850. "patients/customer-management/customerInsurancesStore.js": [
  2851. "react-helpers.js",
  2852. "patients/api.js",
  2853. "patients/insurances/insuranceDetailsStore.js",
  2854. "shared/search-utilities.js",
  2855. "shared/model-helpers.js"
  2856. ],
  2857. "npm:react-tabs@0.5.1/lib/main": [
  2858. "npm:react-tabs@0.5.1/lib/components/Tabs",
  2859. "npm:react-tabs@0.5.1/lib/components/TabList",
  2860. "npm:react-tabs@0.5.1/lib/components/Tab",
  2861. "npm:react-tabs@0.5.1/lib/components/TabPanel"
  2862. ],
  2863. "npm:lodash@3.10.1/string/deburr": [
  2864. "npm:lodash@3.10.1/internal/baseToString",
  2865. "npm:lodash@3.10.1/internal/deburrLetter"
  2866. ],
  2867. "npm:lodash@3.10.1/string/words": [
  2868. "npm:lodash@3.10.1/internal/baseToString",
  2869. "npm:lodash@3.10.1/internal/isIterateeCall"
  2870. ],
  2871. "npm:lodash@3.10.1/array/uniq": [
  2872. "npm:lodash@3.10.1/internal/baseCallback",
  2873. "npm:lodash@3.10.1/internal/baseUniq",
  2874. "npm:lodash@3.10.1/internal/isIterateeCall",
  2875. "npm:lodash@3.10.1/internal/sortedUniq"
  2876. ],
  2877. "npm:lodash@3.10.1/internal/baseDifference": [
  2878. "npm:lodash@3.10.1/internal/baseIndexOf",
  2879. "npm:lodash@3.10.1/internal/cacheIndexOf",
  2880. "npm:lodash@3.10.1/internal/createCache"
  2881. ],
  2882. "npm:lodash@3.10.1/internal/createPadding": [
  2883. "npm:lodash@3.10.1/string/repeat"
  2884. ],
  2885. "npm:lodash@3.10.1/internal/baseMergeDeep": [
  2886. "npm:lodash@3.10.1/internal/arrayCopy",
  2887. "npm:lodash@3.10.1/lang/isArguments",
  2888. "npm:lodash@3.10.1/lang/isArray",
  2889. "npm:lodash@3.10.1/internal/isArrayLike",
  2890. "npm:lodash@3.10.1/lang/isPlainObject",
  2891. "npm:lodash@3.10.1/lang/isTypedArray",
  2892. "npm:lodash@3.10.1/lang/toPlainObject"
  2893. ],
  2894. "npm:react-select@1.0.0-beta7/lib/Select": [
  2895. "npm:react@0.14.6",
  2896. "npm:react-dom@0.14.6",
  2897. "npm:react-input-autosize@0.6.6",
  2898. "npm:classnames@2.2.3",
  2899. "npm:react-select@1.0.0-beta7/lib/utils/stripDiacritics",
  2900. "npm:react-select@1.0.0-beta7/lib/Async",
  2901. "npm:react-select@1.0.0-beta7/lib/Option",
  2902. "npm:react-select@1.0.0-beta7/lib/Value"
  2903. ],
  2904. "npm:react-tabs@0.5.1/lib/components/TabList": [
  2905. "npm:react@0.14.6",
  2906. "npm:classnames@2.2.3"
  2907. ],
  2908. "npm:react-tabs@0.5.1/lib/components/Tab": [
  2909. "npm:react@0.14.6",
  2910. "npm:react-dom@0.14.6",
  2911. "npm:classnames@2.2.3"
  2912. ],
  2913. "npm:react-tabs@0.5.1/lib/components/TabPanel": [
  2914. "npm:react@0.14.6",
  2915. "npm:classnames@2.2.3"
  2916. ],
  2917. "npm:react-tabs@0.5.1/lib/components/Tabs": [
  2918. "npm:react@0.14.6",
  2919. "npm:react-dom@0.14.6",
  2920. "npm:classnames@2.2.3",
  2921. "npm:js-stylesheet@0.0.1",
  2922. "npm:react-tabs@0.5.1/lib/helpers/uuid",
  2923. "npm:react-tabs@0.5.1/lib/helpers/childrenPropType",
  2924. "npm:react-tabs@0.5.1/lib/helpers/styles"
  2925. ],
  2926. "npm:lodash@3.10.1/internal/baseUniq": [
  2927. "npm:lodash@3.10.1/internal/baseIndexOf",
  2928. "npm:lodash@3.10.1/internal/cacheIndexOf",
  2929. "npm:lodash@3.10.1/internal/createCache"
  2930. ],
  2931. "npm:lodash@3.10.1/internal/baseIndexOf": [
  2932. "npm:lodash@3.10.1/internal/indexOfNaN"
  2933. ],
  2934. "npm:lodash@3.10.1/internal/createCache": [
  2935. "npm:lodash@3.10.1/internal/SetCache",
  2936. "npm:lodash@3.10.1/internal/getNative"
  2937. ],
  2938. "npm:lodash@3.10.1/internal/cacheIndexOf": [
  2939. "npm:lodash@3.10.1/lang/isObject"
  2940. ],
  2941. "npm:lodash@3.10.1/string/repeat": [
  2942. "npm:lodash@3.10.1/internal/baseToString"
  2943. ],
  2944. "patients/insurances/insuranceDetailsStore.js": [
  2945. "react-helpers.js",
  2946. "patients/api.js",
  2947. "shared/model-helpers.js"
  2948. ],
  2949. "npm:react-select@1.0.0-beta7/lib/Option": [
  2950. "npm:react@0.14.6",
  2951. "npm:classnames@2.2.3"
  2952. ],
  2953. "npm:react-input-autosize@0.6.6": [
  2954. "npm:react-input-autosize@0.6.6/lib/AutosizeInput"
  2955. ],
  2956. "npm:react-select@1.0.0-beta7/lib/Async": [
  2957. "npm:react@0.14.6",
  2958. "npm:react-select@1.0.0-beta7/lib/Select",
  2959. "npm:react-select@1.0.0-beta7/lib/utils/stripDiacritics"
  2960. ],
  2961. "npm:react-select@1.0.0-beta7/lib/Value": [
  2962. "npm:react@0.14.6",
  2963. "npm:classnames@2.2.3"
  2964. ],
  2965. "npm:js-stylesheet@0.0.1": [
  2966. "npm:js-stylesheet@0.0.1/jss"
  2967. ],
  2968. "npm:react-tabs@0.5.1/lib/helpers/childrenPropType": [
  2969. "npm:react@0.14.6",
  2970. "npm:react-tabs@0.5.1/lib/components/Tab",
  2971. "npm:react-tabs@0.5.1/lib/components/TabList"
  2972. ],
  2973. "npm:lodash@3.10.1/internal/SetCache": [
  2974. "npm:lodash@3.10.1/internal/cachePush",
  2975. "npm:lodash@3.10.1/internal/getNative"
  2976. ],
  2977. "npm:react-input-autosize@0.6.6/lib/AutosizeInput": [
  2978. "npm:react@0.14.6"
  2979. ],
  2980. "npm:lodash@3.10.1/internal/cachePush": [
  2981. "npm:lodash@3.10.1/lang/isObject"
  2982. ]
  2983. },
  2984.  
  2985. map: {
  2986. "babel": "npm:babel-core@5.8.34",
  2987. "babel-runtime": "npm:babel-runtime@5.8.34",
  2988. "classnames": "npm:classnames@2.2.3",
  2989. "core-js": "npm:core-js@1.2.6",
  2990. "datatables": "npm:datatables@1.10.9",
  2991. "history": "npm:history@1.17.0",
  2992. "jquery": "github:components/jquery@2.1.4",
  2993. "jquery-form": "npm:jquery-form@3.50.0",
  2994. "jsx": "github:floatdrop/plugin-jsx@1.1.0",
  2995. "lodash": "npm:lodash@3.10.1",
  2996. "moment": "github:moment/moment@2.10.6",
  2997. "qwest": "npm:qwest@1.5.12",
  2998. "react-14": "npm:react@0.14.6",
  2999. "react-addons-test-utils": "npm:react-addons-test-utils@0.14.3",
  3000. "react-bootstrap": "npm:react-bootstrap@0.28.2",
  3001. "react-dom": "npm:react-dom@0.14.6",
  3002. "react-paginate": "npm:react-paginate@0.4.3",
  3003. "react-router": "npm:react-router@1.0.2",
  3004. "react-select": "npm:react-select@1.0.0-beta7",
  3005. "react-tabs": "npm:react-tabs@0.5.1",
  3006. "reflux": "npm:reflux@0.2.13",
  3007. "reqwest": "github:ded/reqwest@1.1.5",
  3008. "sinon": "npm:sinon@1.16.1",
  3009. "string": "npm:string@3.3.1",
  3010. "thee": "npm:thee@1.1.2",
  3011. "then-request": "npm:then-request@2.1.1",
  3012. "github:floatdrop/plugin-jsx@1.1.0": {
  3013. "react-tools": "npm:react-tools@0.13.3"
  3014. },
  3015. "github:jspm/nodelibs-assert@0.1.0": {
  3016. "assert": "npm:assert@1.3.0"
  3017. },
  3018. "github:jspm/nodelibs-buffer@0.1.0": {
  3019. "buffer": "npm:buffer@3.6.0"
  3020. },
  3021. "github:jspm/nodelibs-constants@0.1.0": {
  3022. "constants-browserify": "npm:constants-browserify@0.0.1"
  3023. },
  3024. "github:jspm/nodelibs-crypto@0.1.0": {
  3025. "crypto-browserify": "npm:crypto-browserify@3.11.0"
  3026. },
  3027. "github:jspm/nodelibs-events@0.1.1": {
  3028. "events": "npm:events@1.0.2"
  3029. },
  3030. "github:jspm/nodelibs-http@1.7.1": {
  3031. "Base64": "npm:Base64@0.2.1",
  3032. "events": "github:jspm/nodelibs-events@0.1.1",
  3033. "inherits": "npm:inherits@2.0.1",
  3034. "stream": "github:jspm/nodelibs-stream@0.1.0",
  3035. "url": "github:jspm/nodelibs-url@0.1.0",
  3036. "util": "github:jspm/nodelibs-util@0.1.0"
  3037. },
  3038. "github:jspm/nodelibs-https@0.1.0": {
  3039. "https-browserify": "npm:https-browserify@0.0.0"
  3040. },
  3041. "github:jspm/nodelibs-os@0.1.0": {
  3042. "os-browserify": "npm:os-browserify@0.1.2"
  3043. },
  3044. "github:jspm/nodelibs-path@0.1.0": {
  3045. "path-browserify": "npm:path-browserify@0.0.0"
  3046. },
  3047. "github:jspm/nodelibs-process@0.1.2": {
  3048. "process": "npm:process@0.11.2"
  3049. },
  3050. "github:jspm/nodelibs-stream@0.1.0": {
  3051. "stream-browserify": "npm:stream-browserify@1.0.0"
  3052. },
  3053. "github:jspm/nodelibs-string_decoder@0.1.0": {
  3054. "string_decoder": "npm:string_decoder@0.10.31"
  3055. },
  3056. "github:jspm/nodelibs-url@0.1.0": {
  3057. "url": "npm:url@0.10.3"
  3058. },
  3059. "github:jspm/nodelibs-util@0.1.0": {
  3060. "util": "npm:util@0.10.3"
  3061. },
  3062. "github:jspm/nodelibs-vm@0.1.0": {
  3063. "vm-browserify": "npm:vm-browserify@0.0.4"
  3064. },
  3065. "github:jspm/nodelibs-zlib@0.1.0": {
  3066. "browserify-zlib": "npm:browserify-zlib@0.1.4"
  3067. },
  3068. "npm:acorn@1.2.2": {
  3069. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3070. "path": "github:jspm/nodelibs-path@0.1.0",
  3071. "process": "github:jspm/nodelibs-process@0.1.2",
  3072. "stream": "github:jspm/nodelibs-stream@0.1.0"
  3073. },
  3074. "npm:amdefine@1.0.0": {
  3075. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3076. "module": "github:jspm/nodelibs-module@0.1.0",
  3077. "path": "github:jspm/nodelibs-path@0.1.0",
  3078. "process": "github:jspm/nodelibs-process@0.1.2"
  3079. },
  3080. "npm:asap@1.0.0": {
  3081. "process": "github:jspm/nodelibs-process@0.1.2"
  3082. },
  3083. "npm:asn1.js@4.2.1": {
  3084. "assert": "github:jspm/nodelibs-assert@0.1.0",
  3085. "bn.js": "npm:bn.js@4.6.1",
  3086. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3087. "inherits": "npm:inherits@2.0.1",
  3088. "minimalistic-assert": "npm:minimalistic-assert@1.0.0",
  3089. "vm": "github:jspm/nodelibs-vm@0.1.0"
  3090. },
  3091. "npm:assert@1.3.0": {
  3092. "util": "npm:util@0.10.3"
  3093. },
  3094. "npm:babel-runtime@5.8.34": {
  3095. "process": "github:jspm/nodelibs-process@0.1.2"
  3096. },
  3097. "npm:brace-expansion@1.1.2": {
  3098. "balanced-match": "npm:balanced-match@0.3.0",
  3099. "concat-map": "npm:concat-map@0.0.1"
  3100. },
  3101. "npm:browserify-aes@1.0.5": {
  3102. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3103. "buffer-xor": "npm:buffer-xor@1.0.3",
  3104. "cipher-base": "npm:cipher-base@1.0.2",
  3105. "create-hash": "npm:create-hash@1.1.2",
  3106. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3107. "evp_bytestokey": "npm:evp_bytestokey@1.0.0",
  3108. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3109. "inherits": "npm:inherits@2.0.1",
  3110. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3111. },
  3112. "npm:browserify-cipher@1.0.0": {
  3113. "browserify-aes": "npm:browserify-aes@1.0.5",
  3114. "browserify-des": "npm:browserify-des@1.0.0",
  3115. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3116. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3117. "evp_bytestokey": "npm:evp_bytestokey@1.0.0"
  3118. },
  3119. "npm:browserify-des@1.0.0": {
  3120. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3121. "cipher-base": "npm:cipher-base@1.0.2",
  3122. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3123. "des.js": "npm:des.js@1.0.0",
  3124. "inherits": "npm:inherits@2.0.1"
  3125. },
  3126. "npm:browserify-rsa@4.0.0": {
  3127. "bn.js": "npm:bn.js@4.6.1",
  3128. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3129. "constants": "github:jspm/nodelibs-constants@0.1.0",
  3130. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3131. "randombytes": "npm:randombytes@2.0.1"
  3132. },
  3133. "npm:browserify-sign@4.0.0": {
  3134. "bn.js": "npm:bn.js@4.6.1",
  3135. "browserify-rsa": "npm:browserify-rsa@4.0.0",
  3136. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3137. "create-hash": "npm:create-hash@1.1.2",
  3138. "create-hmac": "npm:create-hmac@1.1.4",
  3139. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3140. "elliptic": "npm:elliptic@6.0.2",
  3141. "inherits": "npm:inherits@2.0.1",
  3142. "parse-asn1": "npm:parse-asn1@5.0.0",
  3143. "stream": "github:jspm/nodelibs-stream@0.1.0"
  3144. },
  3145. "npm:browserify-zlib@0.1.4": {
  3146. "assert": "github:jspm/nodelibs-assert@0.1.0",
  3147. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3148. "pako": "npm:pako@0.2.8",
  3149. "process": "github:jspm/nodelibs-process@0.1.2",
  3150. "readable-stream": "npm:readable-stream@1.1.13",
  3151. "util": "github:jspm/nodelibs-util@0.1.0"
  3152. },
  3153. "npm:buffer-xor@1.0.3": {
  3154. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3155. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3156. },
  3157. "npm:buffer@3.6.0": {
  3158. "base64-js": "npm:base64-js@0.0.8",
  3159. "child_process": "github:jspm/nodelibs-child_process@0.1.0",
  3160. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3161. "ieee754": "npm:ieee754@1.1.6",
  3162. "isarray": "npm:isarray@1.0.0",
  3163. "process": "github:jspm/nodelibs-process@0.1.2"
  3164. },
  3165. "npm:cipher-base@1.0.2": {
  3166. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3167. "inherits": "npm:inherits@2.0.1",
  3168. "stream": "github:jspm/nodelibs-stream@0.1.0",
  3169. "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0"
  3170. },
  3171. "npm:classnames@1.2.2": {
  3172. "assert": "github:jspm/nodelibs-assert@0.1.0"
  3173. },
  3174. "npm:commander@2.9.0": {
  3175. "child_process": "github:jspm/nodelibs-child_process@0.1.0",
  3176. "events": "github:jspm/nodelibs-events@0.1.1",
  3177. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3178. "graceful-readlink": "npm:graceful-readlink@1.0.1",
  3179. "path": "github:jspm/nodelibs-path@0.1.0",
  3180. "process": "github:jspm/nodelibs-process@0.1.2"
  3181. },
  3182. "npm:commoner@0.10.4": {
  3183. "assert": "github:jspm/nodelibs-assert@0.1.0",
  3184. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3185. "child_process": "github:jspm/nodelibs-child_process@0.1.0",
  3186. "commander": "npm:commander@2.9.0",
  3187. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3188. "detective": "npm:detective@4.3.1",
  3189. "events": "github:jspm/nodelibs-events@0.1.1",
  3190. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3191. "glob": "npm:glob@5.0.15",
  3192. "graceful-fs": "npm:graceful-fs@4.1.2",
  3193. "iconv-lite": "npm:iconv-lite@0.4.13",
  3194. "mkdirp": "npm:mkdirp@0.5.1",
  3195. "path": "github:jspm/nodelibs-path@0.1.0",
  3196. "private": "npm:private@0.1.6",
  3197. "process": "github:jspm/nodelibs-process@0.1.2",
  3198. "q": "npm:q@1.4.1",
  3199. "recast": "npm:recast@0.10.39",
  3200. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3201. },
  3202. "npm:concat-stream@1.5.1": {
  3203. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3204. "inherits": "npm:inherits@2.0.1",
  3205. "readable-stream": "npm:readable-stream@2.0.5",
  3206. "typedarray": "npm:typedarray@0.0.6"
  3207. },
  3208. "npm:constants-browserify@0.0.1": {
  3209. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3210. },
  3211. "npm:core-js@1.2.6": {
  3212. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3213. "path": "github:jspm/nodelibs-path@0.1.0",
  3214. "process": "github:jspm/nodelibs-process@0.1.2",
  3215. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3216. },
  3217. "npm:core-util-is@1.0.2": {
  3218. "buffer": "github:jspm/nodelibs-buffer@0.1.0"
  3219. },
  3220. "npm:create-ecdh@4.0.0": {
  3221. "bn.js": "npm:bn.js@4.6.1",
  3222. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3223. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3224. "elliptic": "npm:elliptic@6.0.2"
  3225. },
  3226. "npm:create-hash@1.1.2": {
  3227. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3228. "cipher-base": "npm:cipher-base@1.0.2",
  3229. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3230. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3231. "inherits": "npm:inherits@2.0.1",
  3232. "ripemd160": "npm:ripemd160@1.0.1",
  3233. "sha.js": "npm:sha.js@2.4.4"
  3234. },
  3235. "npm:create-hmac@1.1.4": {
  3236. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3237. "create-hash": "npm:create-hash@1.1.2",
  3238. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3239. "inherits": "npm:inherits@2.0.1",
  3240. "stream": "github:jspm/nodelibs-stream@0.1.0"
  3241. },
  3242. "npm:crypto-browserify@3.11.0": {
  3243. "browserify-cipher": "npm:browserify-cipher@1.0.0",
  3244. "browserify-sign": "npm:browserify-sign@4.0.0",
  3245. "create-ecdh": "npm:create-ecdh@4.0.0",
  3246. "create-hash": "npm:create-hash@1.1.2",
  3247. "create-hmac": "npm:create-hmac@1.1.4",
  3248. "diffie-hellman": "npm:diffie-hellman@5.0.0",
  3249. "inherits": "npm:inherits@2.0.1",
  3250. "pbkdf2": "npm:pbkdf2@3.0.4",
  3251. "public-encrypt": "npm:public-encrypt@4.0.0",
  3252. "randombytes": "npm:randombytes@2.0.1"
  3253. },
  3254. "npm:datatables@1.10.9": {
  3255. "css": "github:systemjs/plugin-css@0.1.20",
  3256. "jquery": "github:components/jquery@2.1.4"
  3257. },
  3258. "npm:des.js@1.0.0": {
  3259. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3260. "inherits": "npm:inherits@2.0.1",
  3261. "minimalistic-assert": "npm:minimalistic-assert@1.0.0"
  3262. },
  3263. "npm:detective@4.3.1": {
  3264. "acorn": "npm:acorn@1.2.2",
  3265. "defined": "npm:defined@1.0.0",
  3266. "fs": "github:jspm/nodelibs-fs@0.1.2"
  3267. },
  3268. "npm:diffie-hellman@5.0.0": {
  3269. "bn.js": "npm:bn.js@4.6.1",
  3270. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3271. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3272. "miller-rabin": "npm:miller-rabin@4.0.0",
  3273. "randombytes": "npm:randombytes@2.0.1",
  3274. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3275. },
  3276. "npm:elliptic@6.0.2": {
  3277. "bn.js": "npm:bn.js@4.6.1",
  3278. "brorand": "npm:brorand@1.0.5",
  3279. "hash.js": "npm:hash.js@1.0.3",
  3280. "inherits": "npm:inherits@2.0.1",
  3281. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3282. },
  3283. "npm:esprima-fb@13001.1001.0-dev-harmony-fb": {
  3284. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3285. "process": "github:jspm/nodelibs-process@0.1.2"
  3286. },
  3287. "npm:esprima-fb@15001.1001.0-dev-harmony-fb": {
  3288. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3289. "process": "github:jspm/nodelibs-process@0.1.2"
  3290. },
  3291. "npm:evp_bytestokey@1.0.0": {
  3292. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3293. "create-hash": "npm:create-hash@1.1.2",
  3294. "crypto": "github:jspm/nodelibs-crypto@0.1.0"
  3295. },
  3296. "npm:fbjs@0.6.1": {
  3297. "process": "github:jspm/nodelibs-process@0.1.2"
  3298. },
  3299. "npm:formatio@1.1.1": {
  3300. "process": "github:jspm/nodelibs-process@0.1.2",
  3301. "samsam": "npm:samsam@1.1.2"
  3302. },
  3303. "npm:glob@5.0.15": {
  3304. "assert": "github:jspm/nodelibs-assert@0.1.0",
  3305. "events": "github:jspm/nodelibs-events@0.1.1",
  3306. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3307. "inflight": "npm:inflight@1.0.4",
  3308. "inherits": "npm:inherits@2.0.1",
  3309. "minimatch": "npm:minimatch@3.0.0",
  3310. "once": "npm:once@1.3.3",
  3311. "path": "github:jspm/nodelibs-path@0.1.0",
  3312. "path-is-absolute": "npm:path-is-absolute@1.0.0",
  3313. "process": "github:jspm/nodelibs-process@0.1.2",
  3314. "util": "github:jspm/nodelibs-util@0.1.0"
  3315. },
  3316. "npm:graceful-fs@4.1.2": {
  3317. "assert": "github:jspm/nodelibs-assert@0.1.0",
  3318. "constants": "github:jspm/nodelibs-constants@0.1.0",
  3319. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3320. "process": "github:jspm/nodelibs-process@0.1.2",
  3321. "stream": "github:jspm/nodelibs-stream@0.1.0",
  3322. "util": "github:jspm/nodelibs-util@0.1.0"
  3323. },
  3324. "npm:graceful-readlink@1.0.1": {
  3325. "fs": "github:jspm/nodelibs-fs@0.1.2"
  3326. },
  3327. "npm:hash.js@1.0.3": {
  3328. "inherits": "npm:inherits@2.0.1"
  3329. },
  3330. "npm:history@1.13.1": {
  3331. "child_process": "github:jspm/nodelibs-child_process@0.1.0",
  3332. "deep-equal": "npm:deep-equal@1.0.1",
  3333. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3334. "invariant": "npm:invariant@2.2.0",
  3335. "process": "github:jspm/nodelibs-process@0.1.2",
  3336. "qs": "npm:qs@4.0.0",
  3337. "warning": "npm:warning@2.1.0"
  3338. },
  3339. "npm:history@1.17.0": {
  3340. "child_process": "github:jspm/nodelibs-child_process@0.1.0",
  3341. "deep-equal": "npm:deep-equal@1.0.1",
  3342. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3343. "invariant": "npm:invariant@2.2.0",
  3344. "process": "github:jspm/nodelibs-process@0.1.2",
  3345. "query-string": "npm:query-string@3.0.0",
  3346. "warning": "npm:warning@2.1.0"
  3347. },
  3348. "npm:http-basic@2.3.4": {
  3349. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3350. "caseless": "npm:caseless@0.9.0",
  3351. "concat-stream": "npm:concat-stream@1.5.1",
  3352. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3353. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3354. "http": "github:jspm/nodelibs-http@1.7.1",
  3355. "http-response-object": "npm:http-response-object@1.1.0",
  3356. "https": "github:jspm/nodelibs-https@0.1.0",
  3357. "path": "github:jspm/nodelibs-path@0.1.0",
  3358. "stream": "github:jspm/nodelibs-stream@0.1.0",
  3359. "url": "github:jspm/nodelibs-url@0.1.0",
  3360. "zlib": "github:jspm/nodelibs-zlib@0.1.0"
  3361. },
  3362. "npm:http-response-object@1.1.0": {
  3363. "buffer": "github:jspm/nodelibs-buffer@0.1.0"
  3364. },
  3365. "npm:https-browserify@0.0.0": {
  3366. "http": "github:jspm/nodelibs-http@1.7.1"
  3367. },
  3368. "npm:iconv-lite@0.4.13": {
  3369. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3370. "process": "github:jspm/nodelibs-process@0.1.2",
  3371. "stream": "github:jspm/nodelibs-stream@0.1.0",
  3372. "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0",
  3373. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3374. },
  3375. "npm:inflight@1.0.4": {
  3376. "once": "npm:once@1.3.3",
  3377. "process": "github:jspm/nodelibs-process@0.1.2",
  3378. "wrappy": "npm:wrappy@1.0.1"
  3379. },
  3380. "npm:inherits@2.0.1": {
  3381. "util": "github:jspm/nodelibs-util@0.1.0"
  3382. },
  3383. "npm:invariant@2.2.0": {
  3384. "loose-envify": "npm:loose-envify@1.1.0",
  3385. "process": "github:jspm/nodelibs-process@0.1.2"
  3386. },
  3387. "npm:jquery-form@3.50.0": {
  3388. "jquery": "npm:jquery@2.1.4",
  3389. "process": "github:jspm/nodelibs-process@0.1.2"
  3390. },
  3391. "npm:jquery@2.1.4": {
  3392. "process": "github:jspm/nodelibs-process@0.1.2"
  3393. },
  3394. "npm:jstransform@10.1.0": {
  3395. "base62": "npm:base62@0.1.1",
  3396. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3397. "esprima-fb": "npm:esprima-fb@13001.1001.0-dev-harmony-fb",
  3398. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3399. "process": "github:jspm/nodelibs-process@0.1.2",
  3400. "source-map": "npm:source-map@0.1.31"
  3401. },
  3402. "npm:lodash-compat@3.10.1": {
  3403. "process": "github:jspm/nodelibs-process@0.1.2"
  3404. },
  3405. "npm:lodash@3.10.1": {
  3406. "process": "github:jspm/nodelibs-process@0.1.2"
  3407. },
  3408. "npm:loose-envify@1.1.0": {
  3409. "js-tokens": "npm:js-tokens@1.0.2",
  3410. "process": "github:jspm/nodelibs-process@0.1.2",
  3411. "stream": "github:jspm/nodelibs-stream@0.1.0",
  3412. "util": "github:jspm/nodelibs-util@0.1.0"
  3413. },
  3414. "npm:miller-rabin@4.0.0": {
  3415. "bn.js": "npm:bn.js@4.6.1",
  3416. "brorand": "npm:brorand@1.0.5"
  3417. },
  3418. "npm:minimatch@3.0.0": {
  3419. "brace-expansion": "npm:brace-expansion@1.1.2",
  3420. "path": "github:jspm/nodelibs-path@0.1.0"
  3421. },
  3422. "npm:mkdirp@0.5.1": {
  3423. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3424. "minimist": "npm:minimist@0.0.8",
  3425. "path": "github:jspm/nodelibs-path@0.1.0",
  3426. "process": "github:jspm/nodelibs-process@0.1.2"
  3427. },
  3428. "npm:once@1.3.3": {
  3429. "wrappy": "npm:wrappy@1.0.1"
  3430. },
  3431. "npm:os-browserify@0.1.2": {
  3432. "os": "github:jspm/nodelibs-os@0.1.0"
  3433. },
  3434. "npm:pako@0.2.8": {
  3435. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3436. "process": "github:jspm/nodelibs-process@0.1.2"
  3437. },
  3438. "npm:parse-asn1@5.0.0": {
  3439. "asn1.js": "npm:asn1.js@4.2.1",
  3440. "browserify-aes": "npm:browserify-aes@1.0.5",
  3441. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3442. "create-hash": "npm:create-hash@1.1.2",
  3443. "evp_bytestokey": "npm:evp_bytestokey@1.0.0",
  3444. "pbkdf2": "npm:pbkdf2@3.0.4",
  3445. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3446. },
  3447. "npm:path-browserify@0.0.0": {
  3448. "process": "github:jspm/nodelibs-process@0.1.2"
  3449. },
  3450. "npm:path-is-absolute@1.0.0": {
  3451. "process": "github:jspm/nodelibs-process@0.1.2"
  3452. },
  3453. "npm:pbkdf2@3.0.4": {
  3454. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3455. "child_process": "github:jspm/nodelibs-child_process@0.1.0",
  3456. "create-hmac": "npm:create-hmac@1.1.4",
  3457. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3458. "path": "github:jspm/nodelibs-path@0.1.0",
  3459. "process": "github:jspm/nodelibs-process@0.1.2",
  3460. "systemjs-json": "github:systemjs/plugin-json@0.1.0"
  3461. },
  3462. "npm:process-nextick-args@1.0.6": {
  3463. "process": "github:jspm/nodelibs-process@0.1.2"
  3464. },
  3465. "npm:process@0.11.2": {
  3466. "assert": "github:jspm/nodelibs-assert@0.1.0"
  3467. },
  3468. "npm:promise@6.1.0": {
  3469. "asap": "npm:asap@1.0.0"
  3470. },
  3471. "npm:public-encrypt@4.0.0": {
  3472. "bn.js": "npm:bn.js@4.6.1",
  3473. "browserify-rsa": "npm:browserify-rsa@4.0.0",
  3474. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3475. "create-hash": "npm:create-hash@1.1.2",
  3476. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3477. "parse-asn1": "npm:parse-asn1@5.0.0",
  3478. "randombytes": "npm:randombytes@2.0.1"
  3479. },
  3480. "npm:punycode@1.3.2": {
  3481. "process": "github:jspm/nodelibs-process@0.1.2"
  3482. },
  3483. "npm:q@1.4.1": {
  3484. "process": "github:jspm/nodelibs-process@0.1.2"
  3485. },
  3486. "npm:query-string@3.0.0": {
  3487. "strict-uri-encode": "npm:strict-uri-encode@1.0.2"
  3488. },
  3489. "npm:randombytes@2.0.1": {
  3490. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3491. "crypto": "github:jspm/nodelibs-crypto@0.1.0",
  3492. "process": "github:jspm/nodelibs-process@0.1.2"
  3493. },
  3494. "npm:react-addons-create-fragment@0.14.3": {
  3495. "react": "npm:react@0.14.6"
  3496. },
  3497. "npm:react-addons-test-utils@0.14.3": {
  3498. "react": "npm:react@0.14.6"
  3499. },
  3500. "npm:react-bootstrap@0.28.2": {
  3501. "babel-runtime": "npm:babel-runtime@5.8.34",
  3502. "classnames": "npm:classnames@2.2.3",
  3503. "dom-helpers": "npm:dom-helpers@2.4.0",
  3504. "invariant": "npm:invariant@2.2.0",
  3505. "keycode": "npm:keycode@2.1.0",
  3506. "lodash-compat": "npm:lodash-compat@3.10.1",
  3507. "process": "github:jspm/nodelibs-process@0.1.2",
  3508. "react": "npm:react@0.14.6",
  3509. "react-dom": "npm:react-dom@0.14.6",
  3510. "react-overlays": "npm:react-overlays@0.5.4",
  3511. "react-prop-types": "npm:react-prop-types@0.3.0",
  3512. "uncontrollable": "npm:uncontrollable@3.2.1",
  3513. "warning": "npm:warning@2.1.0"
  3514. },
  3515. "npm:react-dom@0.14.6": {
  3516. "react": "npm:react@0.14.6"
  3517. },
  3518. "npm:react-input-autosize@0.6.6": {
  3519. "react": "npm:react@0.14.6"
  3520. },
  3521. "npm:react-overlays@0.5.4": {
  3522. "classnames": "npm:classnames@2.2.3",
  3523. "dom-helpers": "npm:dom-helpers@2.4.0",
  3524. "react": "npm:react@0.14.6",
  3525. "react-dom": "npm:react-dom@0.14.6",
  3526. "react-prop-types": "npm:react-prop-types@0.2.2",
  3527. "warning": "npm:warning@2.1.0"
  3528. },
  3529. "npm:react-paginate@0.4.3": {
  3530. "classnames": "npm:classnames@1.2.2",
  3531. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3532. "path": "github:jspm/nodelibs-path@0.1.0",
  3533. "process": "github:jspm/nodelibs-process@0.1.2",
  3534. "react-addons-create-fragment": "npm:react-addons-create-fragment@0.14.3",
  3535. "react-dom": "npm:react-dom@0.14.6",
  3536. "util": "github:jspm/nodelibs-util@0.1.0"
  3537. },
  3538. "npm:react-prop-types@0.2.2": {
  3539. "warning": "npm:warning@2.1.0"
  3540. },
  3541. "npm:react-prop-types@0.3.0": {
  3542. "warning": "npm:warning@2.1.0"
  3543. },
  3544. "npm:react-router@1.0.2": {
  3545. "child_process": "github:jspm/nodelibs-child_process@0.1.0",
  3546. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3547. "history": "npm:history@1.13.1",
  3548. "invariant": "npm:invariant@2.2.0",
  3549. "process": "github:jspm/nodelibs-process@0.1.2",
  3550. "warning": "npm:warning@2.1.0"
  3551. },
  3552. "npm:react-select@1.0.0-beta7": {
  3553. "classnames": "npm:classnames@2.2.3",
  3554. "react": "npm:react@0.14.6",
  3555. "react-dom": "npm:react-dom@0.14.6",
  3556. "react-input-autosize": "npm:react-input-autosize@0.6.6"
  3557. },
  3558. "npm:react-tabs@0.5.1": {
  3559. "assert": "github:jspm/nodelibs-assert@0.1.0",
  3560. "classnames": "npm:classnames@2.2.3",
  3561. "js-stylesheet": "npm:js-stylesheet@0.0.1",
  3562. "react": "npm:react@0.14.6",
  3563. "react-dom": "npm:react-dom@0.14.6"
  3564. },
  3565. "npm:react-tools@0.13.3": {
  3566. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3567. "commoner": "npm:commoner@0.10.4",
  3568. "jstransform": "npm:jstransform@10.1.0",
  3569. "process": "github:jspm/nodelibs-process@0.1.2"
  3570. },
  3571. "npm:react@0.14.6": {
  3572. "fbjs": "npm:fbjs@0.6.1",
  3573. "process": "github:jspm/nodelibs-process@0.1.2"
  3574. },
  3575. "npm:readable-stream@1.1.13": {
  3576. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3577. "core-util-is": "npm:core-util-is@1.0.2",
  3578. "events": "github:jspm/nodelibs-events@0.1.1",
  3579. "inherits": "npm:inherits@2.0.1",
  3580. "isarray": "npm:isarray@0.0.1",
  3581. "process": "github:jspm/nodelibs-process@0.1.2",
  3582. "stream-browserify": "npm:stream-browserify@1.0.0",
  3583. "string_decoder": "npm:string_decoder@0.10.31"
  3584. },
  3585. "npm:readable-stream@2.0.5": {
  3586. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3587. "core-util-is": "npm:core-util-is@1.0.2",
  3588. "events": "github:jspm/nodelibs-events@0.1.1",
  3589. "inherits": "npm:inherits@2.0.1",
  3590. "isarray": "npm:isarray@0.0.1",
  3591. "process": "github:jspm/nodelibs-process@0.1.2",
  3592. "process-nextick-args": "npm:process-nextick-args@1.0.6",
  3593. "string_decoder": "npm:string_decoder@0.10.31",
  3594. "util-deprecate": "npm:util-deprecate@1.0.2"
  3595. },
  3596. "npm:recast@0.10.39": {
  3597. "assert": "github:jspm/nodelibs-assert@0.1.0",
  3598. "ast-types": "npm:ast-types@0.8.12",
  3599. "esprima-fb": "npm:esprima-fb@15001.1001.0-dev-harmony-fb",
  3600. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3601. "os": "github:jspm/nodelibs-os@0.1.0",
  3602. "private": "npm:private@0.1.6",
  3603. "process": "github:jspm/nodelibs-process@0.1.2",
  3604. "source-map": "npm:source-map@0.5.3"
  3605. },
  3606. "npm:reflux-core@0.2.1": {
  3607. "eventemitter3": "npm:eventemitter3@1.1.1"
  3608. },
  3609. "npm:reflux@0.2.13": {
  3610. "eventemitter3": "npm:eventemitter3@1.1.1",
  3611. "process": "github:jspm/nodelibs-process@0.1.2",
  3612. "react": "npm:react@0.14.6",
  3613. "reflux-core": "npm:reflux-core@0.2.1"
  3614. },
  3615. "npm:ripemd160@1.0.1": {
  3616. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3617. "process": "github:jspm/nodelibs-process@0.1.2"
  3618. },
  3619. "npm:sha.js@2.4.4": {
  3620. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3621. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3622. "inherits": "npm:inherits@2.0.1",
  3623. "process": "github:jspm/nodelibs-process@0.1.2"
  3624. },
  3625. "npm:sinon@1.16.1": {
  3626. "formatio": "npm:formatio@1.1.1",
  3627. "lolex": "npm:lolex@1.3.1",
  3628. "process": "github:jspm/nodelibs-process@0.1.2",
  3629. "samsam": "npm:samsam@1.1.2",
  3630. "util": "npm:util@0.10.3"
  3631. },
  3632. "npm:source-map@0.1.31": {
  3633. "amdefine": "npm:amdefine@1.0.0",
  3634. "fs": "github:jspm/nodelibs-fs@0.1.2",
  3635. "path": "github:jspm/nodelibs-path@0.1.0",
  3636. "process": "github:jspm/nodelibs-process@0.1.2"
  3637. },
  3638. "npm:source-map@0.5.3": {
  3639. "process": "github:jspm/nodelibs-process@0.1.2"
  3640. },
  3641. "npm:stream-browserify@1.0.0": {
  3642. "events": "github:jspm/nodelibs-events@0.1.1",
  3643. "inherits": "npm:inherits@2.0.1",
  3644. "readable-stream": "npm:readable-stream@1.1.13"
  3645. },
  3646. "npm:string_decoder@0.10.31": {
  3647. "buffer": "github:jspm/nodelibs-buffer@0.1.0"
  3648. },
  3649. "npm:then-request@2.1.1": {
  3650. "assert": "github:jspm/nodelibs-assert@0.1.0",
  3651. "buffer": "github:jspm/nodelibs-buffer@0.1.0",
  3652. "caseless": "npm:caseless@0.9.0",
  3653. "concat-stream": "npm:concat-stream@1.5.1",
  3654. "http-basic": "npm:http-basic@2.3.4",
  3655. "http-response-object": "npm:http-response-object@1.1.0",
  3656. "process": "github:jspm/nodelibs-process@0.1.2",
  3657. "promise": "npm:promise@6.1.0",
  3658. "qs": "npm:qs@2.4.2",
  3659. "url": "github:jspm/nodelibs-url@0.1.0"
  3660. },
  3661. "npm:uncontrollable@3.2.1": {
  3662. "invariant": "npm:invariant@2.2.0",
  3663. "process": "github:jspm/nodelibs-process@0.1.2",
  3664. "react": "npm:react@0.14.6"
  3665. },
  3666. "npm:url@0.10.3": {
  3667. "assert": "github:jspm/nodelibs-assert@0.1.0",
  3668. "punycode": "npm:punycode@1.3.2",
  3669. "querystring": "npm:querystring@0.2.0",
  3670. "util": "github:jspm/nodelibs-util@0.1.0"
  3671. },
  3672. "npm:util-deprecate@1.0.2": {
  3673. "util": "github:jspm/nodelibs-util@0.1.0"
  3674. },
  3675. "npm:util@0.10.3": {
  3676. "inherits": "npm:inherits@2.0.1",
  3677. "process": "github:jspm/nodelibs-process@0.1.2"
  3678. },
  3679. "npm:vm-browserify@0.0.4": {
  3680. "indexof": "npm:indexof@0.0.1"
  3681. },
  3682. "npm:warning@2.1.0": {
  3683. "loose-envify": "npm:loose-envify@1.1.0",
  3684. "process": "github:jspm/nodelibs-process@0.1.2"
  3685. }
  3686. }
  3687. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement