package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "yallist@2.1.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "yallist@2.1.2",
  9. "_id": "yallist@2.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
  12. "_location": "/yallist",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "yallist@2.1.2",
  18. "name": "yallist",
  19. "escapedName": "yallist",
  20. "rawSpec": "2.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.2"
  23. },
  24. "_requiredBy": [
  25. "/lru-cache"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/yallist/download/yallist-2.1.2.tgz",
  28. "_spec": "2.1.2",
  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/yallist/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Yet Another Linked List",
  40. "devDependencies": {
  41. "tap": "^10.3.0"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "yallist.js",
  48. "iterator.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/yallist#readme",
  51. "license": "ISC",
  52. "main": "yallist.js",
  53. "name": "yallist",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/isaacs/yallist.git"
  57. },
  58. "scripts": {
  59. "postpublish": "git push origin --all; git push origin --tags",
  60. "postversion": "npm publish",
  61. "preversion": "npm test",
  62. "test": "tap test/*.js --100"
  63. },
  64. "version": "2.1.2"
  65. }