{
  "_args": [
    [
      {
        "raw": "inline-source-map@~0.5.0",
        "scope": null,
        "escapedName": "inline-source-map",
        "name": "inline-source-map",
        "rawSpec": "~0.5.0",
        "spec": ">=0.5.0 <0.6.0",
        "type": "range"
      },
      "/home/lively4/lively4/foo/node_modules/combine-source-map"
    ]
  ],
  "_from": "inline-source-map@>=0.5.0 <0.6.0",
  "_id": "inline-source-map@0.5.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/inline-source-map",
  "_nodeVersion": "1.2.0",
  "_npmUser": {
    "name": "thlorenz",
    "email": "thlorenz@gmx.de"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "inline-source-map@~0.5.0",
    "scope": null,
    "escapedName": "inline-source-map",
    "name": "inline-source-map",
    "rawSpec": "~0.5.0",
    "spec": ">=0.5.0 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/combine-source-map"
  ],
  "_resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.5.0.tgz",
  "_shasum": "4a4c5dd8e4fb5e9b3cda60c822dfadcaee66e0af",
  "_shrinkwrap": null,
  "_spec": "inline-source-map@~0.5.0",
  "_where": "/home/lively4/lively4/foo/node_modules/combine-source-map",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "http://thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/inline-source-map/issues"
  },
  "dependencies": {
    "source-map": "~0.4.0"
  },
  "description": "Adds source mappings and base64 encodes them, so they can be inlined in your generated file.",
  "devDependencies": {
    "nave": "~0.5.0",
    "tap": "~0.7.0"
  },
  "directories": {},
  "dist": {
    "shasum": "4a4c5dd8e4fb5e9b3cda60c822dfadcaee66e0af",
    "tarball": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.5.0.tgz"
  },
  "engine": {
    "node": ">=0.6"
  },
  "gitHead": "38625bdbb684712db90833373640f4bec7671784",
  "homepage": "https://github.com/thlorenz/inline-source-map",
  "keywords": [
    "source",
    "map",
    "inline",
    "base64",
    "bundle",
    "generate",
    "transpile"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "thlorenz",
      "email": "thlorenz@gmx.de"
    }
  ],
  "name": "inline-source-map",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/inline-source-map.git"
  },
  "scripts": {
    "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
    "test-0.10": "nave use 0.10 npm run test-main",
    "test-0.12": "nave use 0.12 npm run test-main",
    "test-0.8": "nave use 0.8 npm run test-main",
    "test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10 && npm run test-0.12",
    "test-main": "tap test/*.js"
  },
  "version": "0.5.0"
}
