123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_args": [
- [
- "ncp@2.0.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_development": true,
- "_from": "ncp@2.0.0",
- "_id": "ncp@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==",
- "_location": "/ncp",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ncp@2.0.0",
- "name": "ncp",
- "escapedName": "ncp",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/mv"
- ],
- "_resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "AvianFlu",
- "email": "charlie@charlieistheman.com"
- },
- "bin": {
- "ncp": "bin/ncp"
- },
- "bugs": {
- "url": "https://github.com/AvianFlu/ncp/issues"
- },
- "description": "Asynchronous recursive file copy utility.",
- "devDependencies": {
- "mocha": "1.15.x",
- "read-dir-files": "0.0.x",
- "rimraf": "1.0.x"
- },
- "engine": {
- "node": ">=0.10"
- },
- "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": "2.0.0"
- }
|