2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"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",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Mike Leahy"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/typhonjs-istanbul-instrument-jspm.git"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Mike Leahy",
|
|
|
|
"email": "support@js.typhonrt.org"
|
|
|
|
}
|
|
|
|
],
|
2016-10-10 03:43:44 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"jspm": "^0.16.0",
|
|
|
|
"typhonjs-config-eslint": "^0.4.0",
|
|
|
|
"typhonjs-npm-build-test": "^0.x.x"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"npm": ">=3.x"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"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"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"jspm": {
|
|
|
|
"directories": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel": "npm:babel-core@^5.8.35",
|
|
|
|
"babel-runtime": "npm:babel-runtime@^5.8.35",
|
|
|
|
"core-js": "npm:core-js@^1.2.6",
|
|
|
|
"underscore": "npm:underscore@^1.8.3"
|
|
|
|
}
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"typhonjs": {
|
|
|
|
"scm": {
|
|
|
|
"autoInstallJSPM": false
|
|
|
|
}
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"keywords": [
|
|
|
|
"instrument",
|
|
|
|
"istanbul",
|
|
|
|
"jspm",
|
|
|
|
"systemjs",
|
|
|
|
"plugin",
|
|
|
|
"ES6",
|
|
|
|
"ES2015",
|
|
|
|
"ECMAScript6",
|
|
|
|
"ECMAScript2015"
|
|
|
|
],
|
|
|
|
"main": "dist/instrumentIstanbulSystem.js",
|
2016-11-03 01:33:53 +01:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"src",
|
|
|
|
"AUTHORS.md"
|
2016-10-10 03:43:44 +02:00
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"directories": {},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/issues"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|