diff options
Diffstat (limited to 'node_modules/convert-source-map')
-rw-r--r-- | node_modules/convert-source-map/package.json | 99 |
1 files changed, 18 insertions, 81 deletions
diff --git a/node_modules/convert-source-map/package.json b/node_modules/convert-source-map/package.json index 65750abde..4225190e4 100644 --- a/node_modules/convert-source-map/package.json +++ b/node_modules/convert-source-map/package.json @@ -1,74 +1,21 @@ { - "_args": [ - [ - { - "raw": "convert-source-map@^1.1.1", - "scope": null, - "escapedName": "convert-source-map", - "name": "convert-source-map", - "rawSpec": "^1.1.1", - "spec": ">=1.1.1 <2.0.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/gulp-sourcemaps" - ] - ], - "_from": "convert-source-map@>=1.1.1 <2.0.0", - "_id": "convert-source-map@1.3.0", - "_inCache": true, - "_location": "/convert-source-map", - "_nodeVersion": "4.4.6", - "_npmOperationalInternal": { - "host": "packages-16-east.internal.npmjs.com", - "tmp": "tmp/convert-source-map-1.3.0.tgz_1469205991012_0.9049546665046364" - }, - "_npmUser": { - "name": "thlorenz", - "email": "thlorenz@gmx.de" - }, - "_npmVersion": "2.15.6", - "_phantomChildren": {}, - "_requested": { - "raw": "convert-source-map@^1.1.1", - "scope": null, - "escapedName": "convert-source-map", - "name": "convert-source-map", - "rawSpec": "^1.1.1", - "spec": ">=1.1.1 <2.0.0", - "type": "range" - }, - "_requiredBy": [ - "/gulp-sourcemaps" - ], - "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.3.0.tgz", - "_shasum": "e9f3e9c6e2728efc2676696a70eb382f73106a67", - "_shrinkwrap": null, - "_spec": "convert-source-map@^1.1.1", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-sourcemaps", - "author": { - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": "http://thlorenz.com" + "name": "convert-source-map", + "version": "1.3.0", + "description": "Converts a source-map from/to different formats and allows adding/changing properties.", + "main": "index.js", + "scripts": { + "test": "tap test/*.js" }, - "bugs": { - "url": "https://github.com/thlorenz/convert-source-map/issues" + "repository": { + "type": "git", + "url": "git://github.com/thlorenz/convert-source-map.git" }, + "homepage": "https://github.com/thlorenz/convert-source-map", "dependencies": {}, - "description": "Converts a source-map from/to different formats and allows adding/changing properties.", "devDependencies": { "inline-source-map": "~0.3.1", "tap": "~0.4.13" }, - "directories": {}, - "dist": { - "shasum": "e9f3e9c6e2728efc2676696a70eb382f73106a67", - "tarball": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.3.0.tgz" - }, - "engine": { - "node": ">=0.6" - }, - "gitHead": "5c47421526c0bce727ed158773a4e97b979b7d64", - "homepage": "https://github.com/thlorenz/convert-source-map", "keywords": [ "convert", "sourcemap", @@ -77,23 +24,13 @@ "browser", "debug" ], - "license": "MIT", - "main": "index.js", - "maintainers": [ - { - "name": "thlorenz", - "email": "thlorenz@gmx.de" - } - ], - "name": "convert-source-map", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git://github.com/thlorenz/convert-source-map.git" - }, - "scripts": { - "test": "tap test/*.js" + "author": { + "name": "Thorsten Lorenz", + "email": "thlorenz@gmx.de", + "url": "http://thlorenz.com" }, - "version": "1.3.0" + "license": "MIT", + "engine": { + "node": ">=0.6" + } } |