{
  "_args": [
    [
      "convert-to-ecmascript-compatible-varname@0.1.5",
      "/app"
    ]
  ],
  "_from": "convert-to-ecmascript-compatible-varname@0.1.5",
  "_id": "convert-to-ecmascript-compatible-varname@0.1.5",
  "_inBundle": false,
  "_integrity": "sha1-9npJOMUjNENWQlBHnGcBS6yHhJk=",
  "_location": "/convert-to-ecmascript-compatible-varname",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "convert-to-ecmascript-compatible-varname@0.1.5",
    "name": "convert-to-ecmascript-compatible-varname",
    "escapedName": "convert-to-ecmascript-compatible-varname",
    "rawSpec": "0.1.5",
    "saveSpec": null,
    "fetchSpec": "0.1.5"
  },
  "_requiredBy": [
    "/machine"
  ],
  "_resolved": "https://registry.npmjs.org/convert-to-ecmascript-compatible-varname/-/convert-to-ecmascript-compatible-varname-0.1.5.tgz",
  "_spec": "0.1.5",
  "_where": "/app",
  "author": {
    "name": "Mike McNeil"
  },
  "bugs": {
    "url": "https://github.com/mikermcneil/convert-to-ecmascript-compatible-varname/issues"
  },
  "description": "Given a string of dash-delimited words, return a similar version of the string, but which is camel-cased and otherwise stripped of special characters, whitespace, etc. so that it is usable as an ECMAScript variable.",
  "homepage": "https://github.com/mikermcneil/convert-to-ecmascript-compatible-varname#readme",
  "keywords": [
    "camel-case",
    "ecmascript",
    "camelcase",
    "javascript-variable",
    "var"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "convert-to-ecmascript-compatible-varname",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikermcneil/convert-to-ecmascript-compatible-varname.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.1.5"
}
