aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typhonjs-istanbul-instrument-jspm
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/typhonjs-istanbul-instrument-jspm
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/typhonjs-istanbul-instrument-jspm')
-rw-r--r--node_modules/typhonjs-istanbul-instrument-jspm/package.json124
1 files changed, 35 insertions, 89 deletions
diff --git a/node_modules/typhonjs-istanbul-instrument-jspm/package.json b/node_modules/typhonjs-istanbul-instrument-jspm/package.json
index eaf0a6321..eb3a7c2cc 100644
--- a/node_modules/typhonjs-istanbul-instrument-jspm/package.json
+++ b/node_modules/typhonjs-istanbul-instrument-jspm/package.json
@@ -1,78 +1,38 @@
{
- "_args": [
- [
- {
- "raw": "typhonjs-istanbul-instrument-jspm@^0.1.0",
- "scope": null,
- "escapedName": "typhonjs-istanbul-instrument-jspm",
- "name": "typhonjs-istanbul-instrument-jspm",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex"
- ]
- ],
- "_from": "typhonjs-istanbul-instrument-jspm@>=0.1.0 <0.2.0",
- "_id": "typhonjs-istanbul-instrument-jspm@0.1.0",
- "_inCache": true,
- "_location": "/typhonjs-istanbul-instrument-jspm",
- "_nodeVersion": "5.2.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/typhonjs-istanbul-instrument-jspm-0.1.0.tgz_1457909409369_0.3988168998621404"
- },
- "_npmUser": {
- "name": "typhonrt",
- "email": "support@typhonrt.org"
- },
- "_npmVersion": "3.5.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "typhonjs-istanbul-instrument-jspm@^0.1.0",
- "scope": null,
- "escapedName": "typhonjs-istanbul-instrument-jspm",
- "name": "typhonjs-istanbul-instrument-jspm",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/typhonjs-istanbul-instrument-jspm/-/typhonjs-istanbul-instrument-jspm-0.1.0.tgz",
- "_shasum": "a7b944584b512c8b8dfeb37b97953b306e45d339",
- "_shrinkwrap": null,
- "_spec": "typhonjs-istanbul-instrument-jspm@^0.1.0",
- "_where": "/home/dold/repos/taler/wallet-webex",
+ "name": "typhonjs-istanbul-instrument-jspm",
+ "version": "0.1.0",
+ "homepage": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/",
+ "description": "Provides a NPM module to add Istanbul instrumentation to JSPM / SystemJS by replacing the System.translate hook.",
+ "license": "MPL-2.0",
"author": {
"name": "Mike Leahy"
},
- "bugs": {
- "url": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/issues"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/typhonjs-istanbul-instrument-jspm.git"
},
- "dependencies": {},
- "description": "Provides a NPM module to add Istanbul instrumentation to JSPM / SystemJS by replacing the System.translate hook.",
+ "maintainers": [
+ {
+ "name": "Mike Leahy",
+ "email": "support@js.typhonrt.org"
+ }
+ ],
"devDependencies": {
"jspm": "^0.16.0",
"typhonjs-config-eslint": "^0.4.0",
"typhonjs-npm-build-test": "^0.x.x"
},
- "directories": {},
- "dist": {
- "shasum": "a7b944584b512c8b8dfeb37b97953b306e45d339",
- "tarball": "https://registry.npmjs.org/typhonjs-istanbul-instrument-jspm/-/typhonjs-istanbul-instrument-jspm-0.1.0.tgz"
- },
"engines": {
"npm": ">=3.x"
},
- "files": [
- "dist",
- "src",
- "AUTHORS.md"
- ],
- "gitHead": "2e2efc0e77148d4df890b2f80a432f650b3e5f33",
- "homepage": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/",
+ "scripts": {
+ "build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
+ "esdoc": "esdoc -c .esdocrc",
+ "eslint": "eslint .",
+ "prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js",
+ "test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul-report.js",
+ "test-runner": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-register -t 120000 ./test/runner/TestRunner.js"
+ },
"jspm": {
"directories": {},
"devDependencies": {
@@ -82,6 +42,11 @@
"underscore": "npm:underscore@^1.8.3"
}
},
+ "typhonjs": {
+ "scm": {
+ "autoInstallJSPM": false
+ }
+ },
"keywords": [
"instrument",
"istanbul",
@@ -93,33 +58,14 @@
"ECMAScript6",
"ECMAScript2015"
],
- "license": "MPL-2.0",
"main": "dist/instrumentIstanbulSystem.js",
- "maintainers": [
- {
- "name": "typhonrt",
- "email": "support@typhonrt.org"
- }
+ "files": [
+ "dist",
+ "src",
+ "AUTHORS.md"
],
- "name": "typhonjs-istanbul-instrument-jspm",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/typhonjs-istanbul-instrument-jspm.git"
- },
- "scripts": {
- "build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
- "esdoc": "esdoc -c .esdocrc",
- "eslint": "eslint .",
- "prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js",
- "test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul-report.js",
- "test-runner": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-register -t 120000 ./test/runner/TestRunner.js"
- },
- "typhonjs": {
- "scm": {
- "autoInstallJSPM": false
- }
- },
- "version": "0.1.0"
+ "directories": {},
+ "bugs": {
+ "url": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/issues"
+ }
}