UNPKG

motion

Version:

motion - moving development forward

77 lines (76 loc) 3.53 kB
{ "_args": [ [ "replace-ext@https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "replace-ext@0.0.1", "_id": "replace-ext@0.0.1", "_inCache": true, "_location": "/replace-ext", "_phantomChildren": {}, "_requested": { "name": "replace-ext", "raw": "replace-ext@https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", "rawSpec": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", "scope": null, "spec": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", "type": "remote" }, "_requiredBy": [ "/", "/gulp-util", "/gulp-util/vinyl", "/gulp-watch/vinyl", "/vinyl" ], "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", "_shasum": "29bbd92078a739f0bcce2b4ee41e837953522924", "_shrinkwrap": null, "_spec": "replace-ext@https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "contact@wearefractal.com", "name": "Fractal", "url": "http://wearefractal.com/" }, "bugs": { "url": "https://github.com/wearefractal/replace-ext/issues" }, "dependencies": {}, "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" }, "engines": { "node": ">= 0.4" }, "homepage": "http://github.com/wearefractal/replace-ext", "licenses": [ { "type": "MIT", "url": "http://github.com/wearefractal/replace-ext/raw/master/LICENSE" } ], "main": "./index.js", "name": "replace-ext", "optionalDependencies": {}, "readme": "# replace-ext [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status][david-image]][david-url]\n\n\n## Information\n\n<table>\n<tr> \n<td>Package</td><td>replace-ext</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>Replaces a file extension with another one</td>\n</tr>\n<tr>\n<td>Node Version</td>\n<td>>= 0.4</td>\n</tr>\n</table>\n\n## Usage\n\n```javascript\nvar replaceExt = require('replace-ext');\n\nvar path = '/some/dir/file.js';\nvar npath = replaceExt(path, '.coffee');\n\nconsole.log(npath); // /some/dir/file.coffee\n```\n\n[npm-url]: https://npmjs.org/package/replace-ext\n[npm-image]: https://badge.fury.io/js/replace-ext.png\n\n[travis-url]: https://travis-ci.org/wearefractal/replace-ext\n[travis-image]: https://travis-ci.org/wearefractal/replace-ext.png?branch=master\n\n[coveralls-url]: https://coveralls.io/r/wearefractal/replace-ext\n[coveralls-image]: https://coveralls.io/repos/wearefractal/replace-ext/badge.png\n\n[depstat-url]: https://david-dm.org/wearefractal/replace-ext\n[depstat-image]: https://david-dm.org/wearefractal/replace-ext.png\n\n[david-url]: https://david-dm.org/wearefractal/replace-ext\n[david-image]: https://david-dm.org/wearefractal/replace-ext.png?theme=shields.io", "readmeFilename": "README.md", "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" }, "version": "0.0.1" }