package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "runjs@4.4.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "runjs@4.4.2",
  10. "_id": "runjs@4.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Ot9bU60bEZuEazyuEzTpq3/zSSA=",
  13. "_location": "/runjs",
  14. "_phantomChildren": {
  15. "ansi-styles": "3.2.1",
  16. "escape-string-regexp": "1.0.5"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "runjs@4.4.2",
  22. "name": "runjs",
  23. "escapedName": "runjs",
  24. "rawSpec": "4.4.2",
  25. "saveSpec": null,
  26. "fetchSpec": "4.4.2"
  27. },
  28. "_requiredBy": [
  29. "#DEV:/"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/runjs/download/runjs-4.4.2.tgz",
  32. "_spec": "4.4.2",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  34. "author": {
  35. "name": "Pawel Galazka"
  36. },
  37. "bin": {
  38. "run": "bin/run.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/pawelgalazka/runjs/issues"
  42. },
  43. "dependencies": {
  44. "chalk": "2.3.0",
  45. "lodash.padend": "4.6.1",
  46. "microcli": "1.3.3",
  47. "omelette": "0.4.5"
  48. },
  49. "description": "Minimalistic building tool",
  50. "devDependencies": {
  51. "@types/jest": "23.3.12",
  52. "@types/lodash.padend": "4.6.4",
  53. "@types/node": "10.12.18",
  54. "husky": "1.3.1",
  55. "jest": "23.6.0",
  56. "lint-staged": "8.1.0",
  57. "prettier": "1.15.3",
  58. "ts-jest": "23.10.5",
  59. "tslint": "5.12.1",
  60. "tslint-config-prettier": "1.17.0",
  61. "tslint-plugin-prettier": "2.0.1",
  62. "typescript": "3.2.2"
  63. },
  64. "engines": {
  65. "node": ">=6.11.1"
  66. },
  67. "homepage": "https://github.com/pawelgalazka/runjs#readme",
  68. "keywords": [
  69. "build",
  70. "system",
  71. "make",
  72. "tool"
  73. ],
  74. "license": "MIT",
  75. "lint-staged": {
  76. "src/*.{ts,tsx}": [
  77. "tslint --fix",
  78. "git add"
  79. ]
  80. },
  81. "main": "lib/index.js",
  82. "name": "runjs",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/pawelgalazka/runjs.git"
  86. },
  87. "scripts": {
  88. "build": "tsc",
  89. "clean": "rm -rf node_modules && yarn sandbox:clean",
  90. "lint": "tslint -c tslint.json 'src/*.ts'",
  91. "sandbox:clean": "rm -rf ./test/e2e/sandbox/node_modules && mkdir -p ./test/e2e/sandbox/node_modules/.bin",
  92. "sandbox:dev": "yarn sandbox:clean && ln -s ../../../../ ./test/e2e/sandbox/node_modules/runjs",
  93. "sandbox:prod": "yarn sandbox:clean && (cd ./test/e2e/sandbox && yarn add runjs)",
  94. "test": "yarn lint && yarn build && yarn sandbox:dev && jest ./test --coverage",
  95. "test:e2e": "jest ./test/e2e/",
  96. "test:prod": "yarn sandbox:prod && jest ./test/e2e/",
  97. "test:unit": "jest ./test/unit/"
  98. },
  99. "types": "lib/index.d.ts",
  100. "version": "4.4.2"
  101. }