aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-sourcemaps/package.json
blob: a22bc258315c2f8cfbbf1858bea668c7328d9b65 (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
{
  "_args": [
    [
      {
        "raw": "gulp-sourcemaps@^1.5.2",
        "scope": null,
        "escapedName": "gulp-sourcemaps",
        "name": "gulp-sourcemaps",
        "rawSpec": "^1.5.2",
        "spec": ">=1.5.2 <2.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs"
    ]
  ],
  "_from": "gulp-sourcemaps@>=1.5.2 <2.0.0",
  "_id": "gulp-sourcemaps@1.6.0",
  "_inCache": true,
  "_location": "/gulp-sourcemaps",
  "_nodeVersion": "4.1.1",
  "_npmUser": {
    "name": "floridoo",
    "email": "florian.reiterer@gmail.com"
  },
  "_npmVersion": "3.3.4",
  "_phantomChildren": {
    "clone": "1.0.2",
    "clone-stats": "0.0.1",
    "replace-ext": "0.0.1"
  },
  "_requested": {
    "raw": "gulp-sourcemaps@^1.5.2",
    "scope": null,
    "escapedName": "gulp-sourcemaps",
    "name": "gulp-sourcemaps",
    "rawSpec": "^1.5.2",
    "spec": ">=1.5.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/vinyl-fs"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz",
  "_shasum": "b86ff349d801ceb56e1d9e7dc7bbcb4b7dee600c",
  "_shrinkwrap": null,
  "_spec": "gulp-sourcemaps@^1.5.2",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs",
  "author": {
    "name": "Florian Reiterer",
    "email": "me@florianreiterer.com"
  },
  "bugs": {
    "url": "https://github.com/floridoo/gulp-sourcemaps/issues"
  },
  "dependencies": {
    "convert-source-map": "^1.1.1",
    "graceful-fs": "^4.1.2",
    "strip-bom": "^2.0.0",
    "through2": "^2.0.0",
    "vinyl": "^1.0.0"
  },
  "description": "Source map support for Gulp.js",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "faucet": "0.0.1",
    "istanbul": "^0.3.21",
    "jshint": "^2.8.0",
    "tape": "^4.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "b86ff349d801ceb56e1d9e7dc7bbcb4b7dee600c",
    "tarball": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz"
  },
  "files": [
    "index.js",
    "package.json",
    "README.md",
    "LICENSE.md"
  ],
  "gitHead": "cddce0d57e462b89b7d7f7c1d1864ad2784d17ef",
  "homepage": "http://github.com/floridoo/gulp-sourcemaps",
  "keywords": [
    "gulpplugin",
    "gulp",
    "source maps",
    "sourcemaps"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "floridoo",
      "email": "florian.reiterer@gmail.com"
    }
  ],
  "name": "gulp-sourcemaps",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/floridoo/gulp-sourcemaps.git"
  },
  "scripts": {
    "cover": "istanbul cover --dir reports/coverage tape \"test/*.js\"",
    "coveralls": "istanbul cover tape \"test/*.js\" --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "tap": "tape test/*.js",
    "test": "jshint *.js test/*.js && faucet test/*.js"
  },
  "version": "1.6.0"
}