package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "assertion-error@1.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "assertion-error@1.1.0",
  10. "_id": "assertion-error@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
  13. "_location": "/assertion-error",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "assertion-error@1.1.0",
  19. "name": "assertion-error",
  20. "escapedName": "assertion-error",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/chai"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Jake Luer",
  33. "email": "jake@qualiancy.com",
  34. "url": "http://qualiancy.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/chaijs/assertion-error/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
  41. "devDependencies": {
  42. "component": "*",
  43. "typescript": "^2.6.1"
  44. },
  45. "engines": {
  46. "node": "*"
  47. },
  48. "homepage": "https://github.com/chaijs/assertion-error#readme",
  49. "keywords": [
  50. "test",
  51. "assertion",
  52. "assertion-error"
  53. ],
  54. "license": "MIT",
  55. "main": "./index",
  56. "name": "assertion-error",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/chaijs/assertion-error.git"
  60. },
  61. "scripts": {
  62. "test": "make test"
  63. },
  64. "types": "./index.d.ts",
  65. "version": "1.1.0"
  66. }