package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "contra@1.9.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "contra@1.9.4",
  9. "_id": "contra@1.9.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-9TveQtfltZhcrk2ZqNYQUm3o8o0=",
  12. "_location": "/contra",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "contra@1.9.4",
  18. "name": "contra",
  19. "escapedName": "contra",
  20. "rawSpec": "1.9.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.9.4"
  23. },
  24. "_requiredBy": [
  25. "/dragula-with-animation"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/contra/-/contra-1.9.4.tgz",
  28. "_spec": "1.9.4",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Nicolas Bevacqua",
  32. "email": "hello@bevacqua.io",
  33. "url": "http://bevacqua.io"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bevacqua/contra/issues"
  37. },
  38. "dependencies": {
  39. "atoa": "1.0.0",
  40. "ticky": "1.0.1"
  41. },
  42. "description": "Asynchronous flow control with a functional taste to it",
  43. "devDependencies": {
  44. "assert": "~1.1.0",
  45. "browserify": "10.2.4",
  46. "jshint": "~2.4.1",
  47. "jshint-stylish": "~0.1.5",
  48. "jshint-tap": "0.0.1",
  49. "mocha": "~1.17.0",
  50. "uglify-js": "2.4.23"
  51. },
  52. "homepage": "https://github.com/bevacqua/contra",
  53. "keywords": [
  54. "a",
  55. "async",
  56. "asynchronous",
  57. "control",
  58. "flow",
  59. "generator",
  60. "promises",
  61. "q"
  62. ],
  63. "license": "MIT",
  64. "main": "contra.js",
  65. "name": "contra",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/bevacqua/contra.git"
  69. },
  70. "scripts": {
  71. "build": "browserify -s contra -do dist/contra.js contra.js && uglifyjs -m -c -o dist/contra.min.js dist/contra.js",
  72. "build-shim": "browserify -do dist/contra.shim.js contra.shim.js && uglifyjs -m -c -o dist/contra.shim.min.js dist/contra.shim.js",
  73. "deploy": "npm run build && npm run build-shim && npm run test && npm run deployment",
  74. "deployment": "git add dist && npm version ${BUMP:-\"patch\"} --no-git-tag-version && git add package.json && git commit -am \"Autogenerated pre-deployment commit\" && bower version ${BUMP:-\"patch\"} && git reset HEAD~2 && git add . && git commit -am \"Release $(cat package.json | jq -r .version)\" && git push --tags && npm publish && git push",
  75. "test": "mocha --reporter tap && jshint --reporter node_modules/jshint-tap/jshint-tap.js test/*.js"
  76. },
  77. "testling": {
  78. "browsers": {
  79. "android-browser": [
  80. 4.2
  81. ],
  82. "chrome": [
  83. 15,
  84. 20,
  85. 25,
  86. 30,
  87. 5,
  88. "canary"
  89. ],
  90. "firefox": [
  91. 10,
  92. 15,
  93. 20,
  94. 25,
  95. 3.6,
  96. "nightly"
  97. ],
  98. "ie": [
  99. 10,
  100. 6,
  101. 7,
  102. 8,
  103. 9
  104. ],
  105. "ipad": [
  106. 6
  107. ],
  108. "iphone": [
  109. 6
  110. ],
  111. "opera": [
  112. 15,
  113. 16,
  114. 17,
  115. "next"
  116. ],
  117. "safari": [
  118. 4,
  119. 5.1,
  120. 6
  121. ]
  122. },
  123. "files": [
  124. "contra.js",
  125. "contra.shim.js",
  126. "test/*.js"
  127. ],
  128. "harness": "mocha"
  129. },
  130. "version": "1.9.4"
  131. }