aboutsummaryrefslogtreecommitdiff
path: root/node_modules/systemjs/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/systemjs/package.json
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/systemjs/package.json')
-rw-r--r--node_modules/systemjs/package.json100
1 files changed, 100 insertions, 0 deletions
diff --git a/node_modules/systemjs/package.json b/node_modules/systemjs/package.json
new file mode 100644
index 000000000..a258d1970
--- /dev/null
+++ b/node_modules/systemjs/package.json
@@ -0,0 +1,100 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "systemjs@^0.19.14",
+ "scope": null,
+ "escapedName": "systemjs",
+ "name": "systemjs",
+ "rawSpec": "^0.19.14",
+ "spec": ">=0.19.14 <0.20.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex"
+ ]
+ ],
+ "_from": "systemjs@>=0.19.14 <0.20.0",
+ "_id": "systemjs@0.19.39",
+ "_inCache": true,
+ "_location": "/systemjs",
+ "_nodeVersion": "6.6.0",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/systemjs-0.19.39.tgz_1474899103396_0.8730929894372821"
+ },
+ "_npmUser": {
+ "name": "guybedford",
+ "email": "guybedford@gmail.com"
+ },
+ "_npmVersion": "3.10.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "systemjs@^0.19.14",
+ "scope": null,
+ "escapedName": "systemjs",
+ "name": "systemjs",
+ "rawSpec": "^0.19.14",
+ "spec": ">=0.19.14 <0.20.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/systemjs/-/systemjs-0.19.39.tgz",
+ "_shasum": "e513e6f91a25a37b8b607c51c7989ee0d67b9356",
+ "_shrinkwrap": null,
+ "_spec": "systemjs@^0.19.14",
+ "_where": "/home/dold/repos/taler/wallet-webex",
+ "author": {
+ "name": "Guy Bedford"
+ },
+ "bugs": {
+ "url": "https://github.com/systemjs/systemjs/issues"
+ },
+ "dependencies": {
+ "when": "^3.7.5"
+ },
+ "description": "Universal dynamic module loader",
+ "devDependencies": {
+ "babel-core": "^5.8.22",
+ "qunit": "^0.6.2",
+ "traceur": "0.0.105",
+ "typescript": "^1.6.2",
+ "uglify-js": "~2.4.23"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "e513e6f91a25a37b8b607c51c7989ee0d67b9356",
+ "tarball": "https://registry.npmjs.org/systemjs/-/systemjs-0.19.39.tgz"
+ },
+ "files": [
+ "index.js",
+ "dist"
+ ],
+ "gitHead": "2ae1a1355519431b38071371627fed0d30a4c001",
+ "homepage": "https://github.com/systemjs/systemjs#readme",
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "guybedford",
+ "email": "guybedford@gmail.com"
+ }
+ ],
+ "name": "systemjs",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/systemjs/systemjs.git"
+ },
+ "scripts": {
+ "build": "make",
+ "perf": "node bench/normalize-perf.js",
+ "test": "npm run test:babel && npm run test:traceur && npm run test:typescript",
+ "test:babel": "qunit -c s:./index.js -t ./test/test-babel.js",
+ "test:browser": "make test",
+ "test:traceur": "qunit -c s:./index.js -t ./test/test-traceur.js",
+ "test:typescript": "qunit -c s:./index.js -t ./test/test-typescript.js"
+ },
+ "version": "0.19.39"
+}