123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "convert-source-map@^1.1.0",
- "D:\\work\\im\\node_modules\\babel-cli"
- ]
- ],
- "_from": "convert-source-map@>=1.1.0 <2.0.0",
- "_id": "convert-source-map@1.3.0",
- "_inCache": true,
- "_installable": 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": {
- "email": "thlorenz@gmx.de",
- "name": "thlorenz"
- },
- "_npmVersion": "2.15.6",
- "_phantomChildren": {},
- "_requested": {
- "name": "convert-source-map",
- "raw": "convert-source-map@^1.1.0",
- "rawSpec": "^1.1.0",
- "scope": null,
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/babel-cli",
- "/babel-core"
- ],
- "_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.0",
- "_where": "D:\\work\\im\\node_modules\\babel-cli",
- "author": {
- "email": "thlorenz@gmx.de",
- "name": "Thorsten Lorenz",
- "url": "http://thlorenz.com"
- },
- "bugs": {
- "url": "https://github.com/thlorenz/convert-source-map/issues"
- },
- "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",
- "source",
- "map",
- "browser",
- "debug"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "email": "thlorenz@gmx.de",
- "name": "thlorenz"
- }
- ],
- "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"
- },
- "version": "1.3.0"
- }
|