99 lines
3.8 KiB
JSON
99 lines
3.8 KiB
JSON
{
|
|
"_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"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/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-util",
|
|
"/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": "/Volumes/2009-SSD/GT2/GT2-iOS/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": {},
|
|
"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"
|
|
},
|
|
"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",
|
|
"maintainers": [
|
|
{
|
|
"name": "fractal",
|
|
"email": "contact@wearefractal.com"
|
|
}
|
|
],
|
|
"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"
|
|
}
|