package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "sigmund@1.0.1",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "sigmund@1.0.1",
  9. "_id": "sigmund@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=",
  12. "_location": "/sigmund",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sigmund@1.0.1",
  18. "name": "sigmund",
  19. "escapedName": "sigmund",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/editorconfig"
  26. ],
  27. "_resolved": "https://registry.nlark.com/sigmund/download/sigmund-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/sigmund/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Quick and dirty signatures for Objects.",
  40. "devDependencies": {
  41. "tap": "~0.3.0"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "homepage": "https://github.com/isaacs/sigmund#readme",
  47. "keywords": [
  48. "object",
  49. "signature",
  50. "key",
  51. "data",
  52. "psychoanalysis"
  53. ],
  54. "license": "ISC",
  55. "main": "sigmund.js",
  56. "name": "sigmund",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/isaacs/sigmund.git"
  60. },
  61. "scripts": {
  62. "bench": "node bench.js",
  63. "test": "tap test/*.js"
  64. },
  65. "version": "1.0.1"
  66. }