{
  "_args": [
    [
      {
        "raw": "can-symlink@^1.0.0",
        "scope": null,
        "escapedName": "can-symlink",
        "name": "can-symlink",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/broccoli-merge-trees"
    ]
  ],
  "_from": "can-symlink@>=1.0.0 <2.0.0",
  "_id": "can-symlink@1.0.0",
  "_inCache": true,
  "_location": "/can-symlink",
  "_nodeVersion": "4.1.2",
  "_npmUser": {
    "name": "raytiley",
    "email": "raytiley@gmail.com"
  },
  "_npmVersion": "2.14.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "can-symlink@^1.0.0",
    "scope": null,
    "escapedName": "can-symlink",
    "name": "can-symlink",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/broccoli-merge-trees"
  ],
  "_resolved": "https://registry.npmjs.org/can-symlink/-/can-symlink-1.0.0.tgz",
  "_shasum": "97b607d8a84bb6c6e228b902d864ecb594b9d219",
  "_shrinkwrap": null,
  "_spec": "can-symlink@^1.0.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/broccoli-merge-trees",
  "author": {
    "name": "raytiley"
  },
  "bin": {
    "can-symlink": "./can-symlink.js"
  },
  "bugs": {
    "url": "https://github.com/raytiley/can-symlink/issues"
  },
  "dependencies": {
    "tmp": "0.0.28"
  },
  "description": "Utility module to determine if fs.symlink commands will succeed. Useful for win32 enviornments where special permission is required for symlinking.",
  "devDependencies": {
    "mocha": "^2.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "97b607d8a84bb6c6e228b902d864ecb594b9d219",
    "tarball": "https://registry.npmjs.org/can-symlink/-/can-symlink-1.0.0.tgz"
  },
  "gitHead": "752b429a42085d7b0ee858adbc29c0a514aab2a5",
  "homepage": "https://github.com/raytiley/can-symlink#readme",
  "keywords": [
    "symlink",
    "windows"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "raytiley",
      "email": "raytiley@gmail.com"
    }
  ],
  "name": "can-symlink",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raytiley/can-symlink.git"
  },
  "scripts": {
    "test": "mocha tests/"
  },
  "version": "1.0.0"
}
