mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"_from": "ncp@^1.0.1",
|
|
"_id": "ncp@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-0VNn5cuHQyuhF9K/gP30Wuz7QkY=",
|
|
"_location": "/ncp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ncp@^1.0.1",
|
|
"name": "ncp",
|
|
"escapedName": "ncp",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/fs-extra"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz",
|
|
"_shasum": "d15367e5cb87432ba117d2bf80fdf45aecfb4246",
|
|
"_spec": "ncp@^1.0.1",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/fs-extra",
|
|
"author": {
|
|
"name": "AvianFlu",
|
|
"email": "charlie@charlieistheman.com"
|
|
},
|
|
"bin": {
|
|
"ncp": "./bin/ncp"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/AvianFlu/ncp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Asynchronous recursive file copy utility.",
|
|
"devDependencies": {
|
|
"mocha": "1.15.x",
|
|
"read-dir-files": "0.0.x",
|
|
"rimraf": "1.0.x"
|
|
},
|
|
"engine": {
|
|
"node": ">=0.8"
|
|
},
|
|
"homepage": "https://github.com/AvianFlu/ncp#readme",
|
|
"keywords": [
|
|
"cli",
|
|
"copy"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/ncp.js",
|
|
"name": "ncp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AvianFlu/ncp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|