summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/replace-ext/package.json
blob: f3508c9b94e0bf11d289f39a0e86544ffc1f36f1 (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
{
  "_from": "replace-ext@1.0.0",
  "_id": "replace-ext@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=",
  "_location": "/replace-ext",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "replace-ext@1.0.0",
    "name": "replace-ext",
    "escapedName": "replace-ext",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/vfile"
  ],
  "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
  "_shasum": "de63128373fcbf7c3ccfa4de5a480c45a67958eb",
  "_spec": "replace-ext@1.0.0",
  "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint/node_modules/vfile",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/replace-ext/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Eric Schoffstall",
      "email": "yo@contra.io"
    },
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Replaces a file extension with another one",
  "devDependencies": {
    "eslint": "^1.10.3",
    "eslint-config-gulp": "^2.0.0",
    "expect": "^1.16.0",
    "istanbul": "^0.4.3",
    "istanbul-coveralls": "^1.0.3",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "mocha": "^2.4.5"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "LICENSE",
    "index.js"
  ],
  "homepage": "https://github.com/gulpjs/replace-ext#readme",
  "keywords": [
    "gulp",
    "extensions",
    "filepath",
    "basename"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "replace-ext",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/replace-ext.git"
  },
  "scripts": {
    "cover": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint . && jscs index.js test/",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "1.0.0"
}