aboutsummaryrefslogtreecommitdiff
path: root/node_modules/replace-ext/package.json
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/replace-ext/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/replace-ext/package.json')
-rw-r--r--node_modules/replace-ext/package.json127
1 files changed, 36 insertions, 91 deletions
diff --git a/node_modules/replace-ext/package.json b/node_modules/replace-ext/package.json
index c74b8c343..27dbe3104 100644
--- a/node_modules/replace-ext/package.json
+++ b/node_modules/replace-ext/package.json
@@ -1,99 +1,44 @@
{
- "_args": [
- [
- {
- "raw": "replace-ext@0.0.1",
- "scope": null,
- "escapedName": "replace-ext",
- "name": "replace-ext",
- "rawSpec": "0.0.1",
- "spec": "0.0.1",
- "type": "version"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util"
- ]
- ],
- "_from": "replace-ext@0.0.1",
- "_id": "replace-ext@0.0.1",
- "_inCache": true,
- "_location": "/replace-ext",
- "_npmUser": {
- "name": "fractal",
- "email": "contact@wearefractal.com"
- },
- "_npmVersion": "1.4.4",
- "_phantomChildren": {},
- "_requested": {
- "raw": "replace-ext@0.0.1",
- "scope": null,
- "escapedName": "replace-ext",
- "name": "replace-ext",
- "rawSpec": "0.0.1",
- "spec": "0.0.1",
- "type": "version"
- },
- "_requiredBy": [
- "/gulp-sourcemaps/vinyl",
- "/gulp-util",
- "/gulp-util/vinyl",
- "/vinyl-fs/vinyl"
- ],
- "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
- "_shasum": "29bbd92078a739f0bcce2b4ee41e837953522924",
- "_shrinkwrap": null,
- "_spec": "replace-ext@0.0.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util",
- "author": {
- "name": "Fractal",
- "email": "contact@wearefractal.com",
- "url": "http://wearefractal.com/"
- },
- "bugs": {
- "url": "https://github.com/wearefractal/replace-ext/issues"
- },
- "dependencies": {},
+ "name": "replace-ext",
+ "version": "1.0.0",
"description": "Replaces a file extension with another one",
- "devDependencies": {
- "coveralls": "~2.6.1",
- "istanbul": "~0.2.3",
- "jshint": "~2.4.1",
- "mocha": "~1.17.0",
- "mocha-lcov-reporter": "~0.0.1",
- "rimraf": "~2.2.5",
- "should": "~3.1.0"
- },
- "directories": {},
- "dist": {
- "shasum": "29bbd92078a739f0bcce2b4ee41e837953522924",
- "tarball": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz"
- },
+ "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
+ "contributors": [
+ "Eric Schoffstall <yo@contra.io>",
+ "Blaine Bublitz <blaine.bublitz@gmail.com>"
+ ],
+ "repository": "gulpjs/replace-ext",
+ "license": "MIT",
"engines": {
- "node": ">= 0.4"
+ "node": ">= 0.10"
},
- "homepage": "http://github.com/wearefractal/replace-ext",
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
- }
- ],
- "main": "./index.js",
- "maintainers": [
- {
- "name": "fractal",
- "email": "contact@wearefractal.com"
- }
+ "main": "index.js",
+ "files": [
+ "LICENSE",
+ "index.js"
],
- "name": "replace-ext",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/wearefractal/replace-ext.git"
- },
"scripts": {
- "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
- "test": "mocha --reporter spec && jshint"
+ "lint": "eslint . && jscs index.js test/",
+ "pretest": "npm run lint",
+ "test": "mocha --async-only",
+ "cover": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly",
+ "coveralls": "npm run cover && istanbul-coveralls"
},
- "version": "0.0.1"
+ "dependencies": {},
+ "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"
+ },
+ "keywords": [
+ "gulp",
+ "extensions",
+ "filepath",
+ "basename"
+ ]
}