package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "_from": "expect.js",
  3. "_id": "expect.js@0.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-sKWaDS7/VDdUTr8M6qYBWEHQm1s=",
  6. "_location": "/expect.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "expect.js",
  12. "name": "expect.js",
  13. "escapedName": "expect.js",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/expect.js/download/expect.js-0.3.1.tgz",
  23. "_shasum": "b0a59a0d2eff5437544ebf0ceaa6015841d09b5b",
  24. "_spec": "expect.js",
  25. "_where": "E:\\dev\\007\\node10",
  26. "bugs": {
  27. "url": "https://github.com/LearnBoost/expect.js/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "BDD style assertions for node and the browser.",
  32. "devDependencies": {
  33. "mocha": "*",
  34. "serve": "*"
  35. },
  36. "homepage": "https://github.com/LearnBoost/expect.js#readme",
  37. "name": "expect.js",
  38. "repository": {
  39. "type": "git",
  40. "url": "git://github.com/LearnBoost/expect.js.git"
  41. },
  42. "version": "0.3.1"
  43. }