{
"_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-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/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-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"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|