mirror of https://gitee.com/antv-l7/antv-l7
33 lines
799 B
JSON
33 lines
799 B
JSON
{
|
|
"name": "read-cmd-shim",
|
|
"version": "1.0.5",
|
|
"description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"cmd-shim": "^3.0.0",
|
|
"rimraf": "^2.4.3",
|
|
"standard": "^5.2.2",
|
|
"tap": "^12.7.0"
|
|
},
|
|
"scripts": {
|
|
"pretest": "standard",
|
|
"test": "tap test/*.js --100"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/read-cmd-shim.git"
|
|
},
|
|
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/npm/read-cmd-shim/issues"
|
|
},
|
|
"homepage": "https://github.com/npm/read-cmd-shim#readme",
|
|
"files": [
|
|
"index.js"
|
|
]
|
|
}
|