package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "timm@^1.6.1",
  3. "_id": "timm@1.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw==",
  6. "_location": "/timm",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "timm@^1.6.1",
  12. "name": "timm",
  13. "escapedName": "timm",
  14. "rawSpec": "^1.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.1"
  17. },
  18. "_requiredBy": [
  19. "/@jimp/plugins",
  20. "/@jimp/types"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/timm/-/timm-1.7.1.tgz",
  23. "_shasum": "96bab60c7d45b5a10a8a4d0f0117c6b7e5aff76f",
  24. "_spec": "timm@^1.6.1",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/plugins",
  26. "author": {
  27. "name": "Guillermo Grau Panea"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/guigrpa/timm/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Immutability helpers with fast reads and acceptable writes",
  36. "devDependencies": {
  37. "@babel/cli": "^7.11.6",
  38. "@babel/core": "^7.11.6",
  39. "@babel/preset-env": "^7.11.5",
  40. "@babel/preset-typescript": "^7.10.1",
  41. "@typescript-eslint/eslint-plugin": "^4.1.1",
  42. "@typescript-eslint/parser": "^4.1.1",
  43. "babel-jest": "^26.3.0",
  44. "chalk": "1.1.3",
  45. "eslint": "^7.9.0",
  46. "eslint-config-prettier": "^6.11.0",
  47. "extract-docs": "^1.6.1",
  48. "immutability-helper": "^2.8.1",
  49. "immutable": "3.8.2",
  50. "jest": "^26.4.2",
  51. "lodash": "^4.17.20",
  52. "oao": "^2.0.0",
  53. "prettier": "^2.1.2",
  54. "seamless-immutable": "^7.1.4",
  55. "typescript": "^4.0.2",
  56. "xxl": "^1.3.0"
  57. },
  58. "homepage": "http://guigrpa.github.io/timm/",
  59. "keywords": [
  60. "immutability"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/timm.js",
  64. "name": "timm",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/guigrpa/timm.git"
  68. },
  69. "scripts": {
  70. "benchmarks": "node tools/benchmarks",
  71. "build": "yarn lint && yarn compile && yarn test && yarn docs && yarn xxl",
  72. "compile": "yarn compile:clean && yarn compile:main && yarn compile:types",
  73. "compile:clean": "rm -rf ./lib",
  74. "compile:main": "babel src -d lib --extensions '.ts'",
  75. "compile:types": "yarn typecheck",
  76. "docs": "extract-docs --template docs/README_TEMPLATE.md --output README.md",
  77. "jest": "yarn test --watch",
  78. "lint": "eslint src/timm.ts",
  79. "prettier": "prettier --single-quote --trailing-comma es5 --write \"src/**/*.[jt]s\"",
  80. "test": "jest --coverage src",
  81. "typecheck": "tsc --pretty",
  82. "xxl": "xxl"
  83. },
  84. "types": "lib/timm.d.ts",
  85. "version": "1.7.1"
  86. }