{ "_args": [ [ "we-cropper@1.3.7", "D:\\WS\\WebstormProjects\\222\\lawyer" ] ], "_from": "we-cropper@1.3.7", "_id": "we-cropper@1.3.7", "_inBundle": false, "_integrity": "sha1-66kvDXfAhhOsoO7rYNAteHvvlyU=", "_location": "/we-cropper", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "we-cropper@1.3.7", "name": "we-cropper", "escapedName": "we-cropper", "rawSpec": "1.3.7", "saveSpec": null, "fetchSpec": "1.3.7" }, "_requiredBy": [ "/mpvue-cropper" ], "_resolved": "http://registry.npm.taobao.org/we-cropper/download/we-cropper-1.3.7.tgz", "_spec": "1.3.7", "_where": "D:\\WS\\WebstormProjects\\222\\lawyer", "author": { "name": "dlhandsome" }, "bugs": { "url": "https://github.com/we-plugin/we-cropper/issues" }, "dependencies": { "base-64": "^0.1.0" }, "description": "weapp,cropper,canvas", "devDependencies": { "babel-core": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.26.0", "eslint": "^4.13.1", "eslint-config-standard": "^11.0.0-beta.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "lerna": "^2.11.0", "mocha": "^4.0.1", "rollup": "^0.50.0", "rollup-plugin-buble": "^0.16.0", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-copy": "^0.2.3", "rollup-plugin-json": "^2.3.0", "rollup-plugin-node-resolve": "^3.0.2", "rollup-plugin-replace": "^2.0.0", "typescript": "^3.0.1", "uglify-js": "^3.1.10" }, "directories": { "example": "example" }, "homepage": "https://github.com/we-plugin/we-cropper#readme", "license": "MIT", "main": "dist/we-cropper.js", "name": "we-cropper", "repository": { "type": "git", "url": "git+ssh://git@github.com/we-plugin/we-cropper.git" }, "scripts": { "before-release": "npm run build && npm run test", "build": "node scripts/build/build.js", "dev": "rollup -w -c scripts/build/config.js", "lint": "eslint --fix src test example", "release:core": "sh ./scripts/release/release.sh", "release:packages": "npm run before-release && ./node_modules/.bin/lerna publish", "test": "npm run lint && npm run test:types && npm run test:unit", "test:types": "npx tsc -p ./types/test/tsconfig.json", "test:unit": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register" }, "types": "types/we-cropper.d.ts", "version": "1.3.7" }