package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "_from": "jimp@^0.9.3",
  3. "_id": "jimp@0.9.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DHN4apKMwLIvD/TKO9tFfPuankNuVK98vCwHm/Jv9z5cJnrd38xhi+4I7IAGmDU3jIDlrEVhzTkFH1Ymv5yTQQ==",
  6. "_location": "/jimp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jimp@^0.9.3",
  12. "name": "jimp",
  13. "escapedName": "jimp",
  14. "rawSpec": "^0.9.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.9.3"
  17. },
  18. "_requiredBy": [
  19. "/miniprogram-ci"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/jimp/-/jimp-0.9.8.tgz",
  22. "_shasum": "2ee87b81b42e723ad74c73b8012f879c0abe5b04",
  23. "_spec": "jimp@^0.9.3",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  25. "author": {
  26. "name": "Oliver Moran",
  27. "email": "oliver.moran@gmail.com"
  28. },
  29. "browser": "browser/lib/jimp.js",
  30. "bugs": {
  31. "url": "https://github.com/oliver-moran/jimp/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/runtime": "^7.7.2",
  36. "@jimp/custom": "^0.9.8",
  37. "@jimp/plugins": "^0.9.8",
  38. "@jimp/types": "^0.9.8",
  39. "core-js": "^3.4.1",
  40. "regenerator-runtime": "^0.13.3"
  41. },
  42. "deprecated": false,
  43. "description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies)",
  44. "devDependencies": {
  45. "@babel/cli": "^7.7.0",
  46. "@babel/core": "^7.7.2",
  47. "@babel/plugin-proposal-class-properties": "^7.7.0",
  48. "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
  49. "@babel/preset-env": "^7.7.1",
  50. "@babel/register": "^7.7.0",
  51. "@jimp/test-utils": "^0.9.8",
  52. "babel-eslint": "^10.0.3",
  53. "babel-plugin-add-module-exports": "^1.0.2",
  54. "babel-plugin-istanbul": "^5.2.0",
  55. "babel-plugin-source-map-support": "^2.1.1",
  56. "babelify": "^10.0.0",
  57. "browserify": "^16.5.0",
  58. "cross-env": "^6.0.0",
  59. "dtslint": "^0.9.8",
  60. "envify": "^4.1.0",
  61. "eslint": "^6.4.0",
  62. "eslint-plugin-prettier": "^3.1.1",
  63. "express": "^4.17.1",
  64. "husky": "^3.0.5",
  65. "karma": "^4.3.0",
  66. "karma-browserify": "^6.1.0",
  67. "karma-chrome-launcher": "^3.1.0",
  68. "karma-firefox-launcher": "^1.2.0",
  69. "lerna": "^3.16.4",
  70. "lerna-changelog": "^0.8.2",
  71. "lint-staged": "^9.2.5",
  72. "mocha": "^6.2.0",
  73. "nyc": "^14.1.1",
  74. "prettier": "^1.18.2",
  75. "source-map-support": "^0.5.13",
  76. "tfilter": "^1.0.1",
  77. "uglify-js": "^3.6.0",
  78. "watchify": "^3.11.1",
  79. "xo": "^0.24.0"
  80. },
  81. "files": [
  82. "browser",
  83. "dist",
  84. "es",
  85. "index.d.ts",
  86. "fonts",
  87. "types"
  88. ],
  89. "gitHead": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21",
  90. "homepage": "https://github.com/oliver-moran/jimp#readme",
  91. "keywords": [
  92. "image",
  93. "image processing",
  94. "image manipulation",
  95. "png",
  96. "jpg",
  97. "jpeg",
  98. "bmp",
  99. "resize",
  100. "scale",
  101. "crop"
  102. ],
  103. "license": "MIT",
  104. "main": "dist/index.js",
  105. "module": "es/index.js",
  106. "name": "jimp",
  107. "nyc": {
  108. "sourceMap": false,
  109. "instrument": false,
  110. "reporter": [
  111. "text",
  112. "text-summary",
  113. "lcov",
  114. "html"
  115. ],
  116. "exclude": [
  117. "src/modules/*.js",
  118. "test/*.js"
  119. ]
  120. },
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/oliver-moran/jimp.git"
  124. },
  125. "scripts": {
  126. "browser-build": "node tools/browser-build.js test",
  127. "build": "npm run build:browser && npm run build:node:production && npm run build:module",
  128. "build:browser": "cross-env BABEL_ENV=production node tools/browser-build.js prepublish",
  129. "build:browser:debug": "cross-env BABEL_ENV=development ENV=browser node tools/browser-build.js prepublish",
  130. "build:debug": "npm run build:browser:debug && npm run build:node:debug",
  131. "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
  132. "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
  133. "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
  134. "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
  135. "build:watch": "npm run build:node:debug -- -- --watch --verbose",
  136. "test": "cross-env BABEL_ENV=test mocha --require @babel/register",
  137. "test:coverage": "nyc npm run test",
  138. "test:watch": "npm run test -- --reporter min --watch"
  139. },
  140. "tonicExampleFilename": "example.js",
  141. "types": "types/index.d.ts",
  142. "typesVersions": {
  143. ">=3.1.0-0": {
  144. "*": [
  145. "types/ts3.1/index.d.ts"
  146. ]
  147. }
  148. },
  149. "version": "0.9.8",
  150. "xo": false
  151. }