Blame view

node_modules/we-cropper/package.json 2.52 KB
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
  {
    "_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"
  }