{ "_args": [ [ "ext-map@1.0.1", "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab" ] ], "_development": true, "_from": "ext-map@1.0.1", "_id": "ext-map@1.0.1", "_inBundle": false, "_integrity": "sha1-H82FcTVpS7Ip+9zPJhTbYNgT4FE=", "_location": "/ext-map", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ext-map@1.0.1", "name": "ext-map", "escapedName": "ext-map", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/rewrite-ext" ], "_resolved": "https://registry.npmjs.org/ext-map/-/ext-map-1.0.1.tgz", "_spec": "1.0.1", "_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/ext-map/issues" }, "description": "just an object that maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.", "devDependencies": { "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/ext-map", "keywords": [ "convert", "dest", "ext", "extensions", "extname", "file", "filename", "filepath", "format", "gulpfriendly", "language", "map", "parse", "path", "pre-processor", "src", "type" ], "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/ext-map/blob/master/LICENSE" }, "main": "index.js", "name": "ext-map", "repository": { "type": "git", "url": "git://github.com/jonschlinkert/ext-map.git" }, "scripts": { "test": "mocha" }, "version": "1.0.1" }