package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "@jimp/core@^0.9.8",
  3. "_id": "@jimp/core@0.9.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-N4GCjcXb0QwR5GBABDK2xQ3cKyaF7LlCYeJEG9mV7G/ynBoRqJe4JA6YKU9Ww9imGkci/4A594nQo8tUIqdcBw==",
  6. "_location": "/@jimp/core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jimp/core@^0.9.8",
  12. "name": "@jimp/core",
  13. "escapedName": "@jimp%2fcore",
  14. "scope": "@jimp",
  15. "rawSpec": "^0.9.8",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.9.8"
  18. },
  19. "_requiredBy": [
  20. "/@jimp/custom"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@jimp/core/-/core-0.9.8.tgz",
  23. "_shasum": "b2b74263a80559c0ee244e0f2d1052b36a358b85",
  24. "_spec": "@jimp/core@^0.9.8",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/custom",
  26. "author": {
  27. "name": "Oliver Moran",
  28. "email": "oliver.moran@gmail.com"
  29. },
  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/utils": "^0.9.8",
  37. "any-base": "^1.1.0",
  38. "buffer": "^5.2.0",
  39. "core-js": "^3.4.1",
  40. "exif-parser": "^0.1.12",
  41. "file-type": "^9.0.0",
  42. "load-bmfont": "^1.3.1",
  43. "mkdirp": "^0.5.1",
  44. "phin": "^2.9.1",
  45. "pixelmatch": "^4.0.2",
  46. "tinycolor2": "^1.4.1"
  47. },
  48. "deprecated": false,
  49. "description": "Jimp core",
  50. "devDependencies": {
  51. "should": "^13.2.3"
  52. },
  53. "files": [
  54. "dist",
  55. "es",
  56. "index.d.ts",
  57. "fonts",
  58. "types"
  59. ],
  60. "gitHead": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21",
  61. "homepage": "https://github.com/oliver-moran/jimp#readme",
  62. "license": "MIT",
  63. "main": "dist/index.js",
  64. "module": "es/index.js",
  65. "name": "@jimp/core",
  66. "publishConfig": {
  67. "access": "public"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/oliver-moran/jimp.git"
  72. },
  73. "scripts": {
  74. "build": "npm run build:node:production && npm run build:module",
  75. "build:debug": "npm run build:node:debug",
  76. "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
  77. "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
  78. "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
  79. "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
  80. "build:watch": "npm run build:node:debug -- -- --watch --verbose",
  81. "test": "cross-env BABEL_ENV=test mocha --require @babel/register test/**/*.js",
  82. "test:coverage": "nyc npm run test",
  83. "test:watch": "npm run test -- --reporter min --watch"
  84. },
  85. "types": "types/index.d.ts",
  86. "version": "0.9.8",
  87. "xo": false
  88. }