package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "should@^11.1.2",
  6. "scope": null,
  7. "escapedName": "should",
  8. "name": "should",
  9. "rawSpec": "^11.1.2",
  10. "spec": ">=11.1.2 <12.0.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/online/shoufeilive/liveserver"
  14. ]
  15. ],
  16. "_from": "should@>=11.1.2 <12.0.0",
  17. "_id": "should@11.2.1",
  18. "_inCache": true,
  19. "_location": "/should",
  20. "_nodeVersion": "7.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/should-11.2.1.tgz_1489053098008_0.2108246050775051"
  24. },
  25. "_npmUser": {
  26. "name": "btd",
  27. "email": "bardadymchik@gmail.com"
  28. },
  29. "_npmVersion": "3.10.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "should@^11.1.2",
  33. "scope": null,
  34. "escapedName": "should",
  35. "name": "should",
  36. "rawSpec": "^11.1.2",
  37. "spec": ">=11.1.2 <12.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/should/-/should-11.2.1.tgz",
  44. "_shasum": "90f55145552d01cfc200666e4e818a1c9670eda2",
  45. "_shrinkwrap": null,
  46. "_spec": "should@^11.1.2",
  47. "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver",
  48. "author": {
  49. "name": "TJ Holowaychuk",
  50. "email": "tj@vision-media.ca"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/shouldjs/should.js/issues"
  54. },
  55. "dependencies": {
  56. "should-equal": "^1.0.0",
  57. "should-format": "^3.0.2",
  58. "should-type": "^1.4.0",
  59. "should-type-adaptors": "^1.0.1",
  60. "should-util": "^1.0.0"
  61. },
  62. "description": "test framework agnostic BDD-style assertions",
  63. "devDependencies": {
  64. "bluebird": "^3.0.6",
  65. "eslint": "^3.0.0",
  66. "eslint-config-shouldjs": "^1.0.0",
  67. "mocha": "latest",
  68. "mocha-better-spec-reporter": "latest",
  69. "rollup": "^0.41.4",
  70. "rollup-plugin-node-resolve": "^2.0.0",
  71. "zuul": "latest"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "90f55145552d01cfc200666e4e818a1c9670eda2",
  76. "tarball": "https://registry.npmjs.org/should/-/should-11.2.1.tgz"
  77. },
  78. "files": [
  79. "cjs/*",
  80. "es6/*",
  81. "as-function.js",
  82. "index.js",
  83. "should.js",
  84. "LICENSE",
  85. "*.md"
  86. ],
  87. "gitHead": "52b984f2c9212278091f9570cf2fe4d6bb79396f",
  88. "homepage": "https://github.com/shouldjs/should.js",
  89. "keywords": [
  90. "test",
  91. "bdd",
  92. "assert",
  93. "should"
  94. ],
  95. "license": "MIT",
  96. "main": "./index.js",
  97. "maintainers": [
  98. {
  99. "name": "tjholowaychuk",
  100. "email": "tj@vision-media.ca"
  101. },
  102. {
  103. "name": "gjohnson",
  104. "email": "gjj391@gmail.com"
  105. },
  106. {
  107. "name": "travisjeffery",
  108. "email": "tj@travisjeffery.com"
  109. },
  110. {
  111. "name": "btd",
  112. "email": "bardadymchik@gmail.com"
  113. }
  114. ],
  115. "name": "should",
  116. "optionalDependencies": {},
  117. "readme": "ERROR: No README data found!",
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/shouldjs/should.js.git"
  121. },
  122. "scripts": {
  123. "browser": "rollup -c rollup.config.js --output ./should.js",
  124. "build": "npm run cjs && npm run es6",
  125. "cjs": "rollup --format=cjs --output=cjs/should.js lib/should.js",
  126. "es6": "rollup --format=es --output=es6/should.js lib/should.js",
  127. "prepublish": "npm run build && npm run browser",
  128. "pretest": "npm run build",
  129. "test": "mocha -R mocha-better-spec-reporter --color --check-leaks ./test/*.test.js ./test/**/*.test.js",
  130. "zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js"
  131. },
  132. "version": "11.2.1"
  133. }