UNPKG

ember-introjs

Version:
63 lines (62 loc) 1.75 kB
{ "_from": "can-symlink@^1.0.0", "_id": "can-symlink@1.0.0", "_inBundle": false, "_integrity": "sha1-l7YH2KhLtsbiKLkC2GTstZS50hk=", "_location": "/can-symlink", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "can-symlink@^1.0.0", "name": "can-symlink", "escapedName": "can-symlink", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/broccoli-babel-transpiler/broccoli-merge-trees", "/broccoli-stew/broccoli-merge-trees", "/ember-cli-preprocess-registry/broccoli-merge-trees", "/merge-trees" ], "_resolved": "https://registry.npmjs.org/can-symlink/-/can-symlink-1.0.0.tgz", "_shasum": "97b607d8a84bb6c6e228b902d864ecb594b9d219", "_spec": "can-symlink@^1.0.0", "_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/merge-trees", "author": { "name": "raytiley" }, "bin": { "can-symlink": "./can-symlink.js" }, "bugs": { "url": "https://github.com/raytiley/can-symlink/issues" }, "bundleDependencies": false, "dependencies": { "tmp": "0.0.28" }, "deprecated": false, "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" }, "homepage": "https://github.com/raytiley/can-symlink#readme", "keywords": [ "symlink", "windows" ], "license": "MIT", "main": "index.js", "name": "can-symlink", "repository": { "type": "git", "url": "git+https://github.com/raytiley/can-symlink.git" }, "scripts": { "test": "mocha tests/" }, "version": "1.0.0" }