aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typhonjs-istanbul-instrument-jspm/package.json
blob: eaf0a63217dd125d431ed72f7aa903426117fa29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
  "_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",
  "author": {
    "name": "Mike Leahy"
  },
  "bugs": {
    "url": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/issues"
  },
  "dependencies": {},
  "description": "Provides a NPM module to add Istanbul instrumentation to JSPM / SystemJS by replacing the System.translate hook.",
  "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/",
  "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"
    }
  },
  "keywords": [
    "instrument",
    "istanbul",
    "jspm",
    "systemjs",
    "plugin",
    "ES6",
    "ES2015",
    "ECMAScript6",
    "ECMAScript2015"
  ],
  "license": "MPL-2.0",
  "main": "dist/instrumentIstanbulSystem.js",
  "maintainers": [
    {
      "name": "typhonrt",
      "email": "support@typhonrt.org"
    }
  ],
  "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"
}