package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "hoopy@0.1.4",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hoopy@0.1.4",
  10. "_id": "hoopy@0.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
  13. "_location": "/hoopy",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hoopy@0.1.4",
  19. "name": "hoopy",
  20. "escapedName": "hoopy",
  21. "rawSpec": "0.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.4"
  24. },
  25. "_requiredBy": [
  26. "/bfj"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
  29. "_spec": "0.1.4",
  30. "_where": "D:\\代码\\单商户\\admin",
  31. "author": {
  32. "name": "Phil Booth",
  33. "email": "pmbooth@gmail.com",
  34. "url": "https://philbooth.me/"
  35. },
  36. "bugs": {
  37. "url": "https://gitlab.com/philbooth/hoopy/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Phil Booth",
  42. "email": "pmbooth@gmail.com",
  43. "url": "https://philbooth.me/"
  44. },
  45. {
  46. "name": "James M. Greene",
  47. "url": "https://github.com/JamesMGreene"
  48. }
  49. ],
  50. "description": "Like an array, but rounder.",
  51. "devDependencies": {
  52. "chai": "^4.1.2",
  53. "eslint": "^3.19.0",
  54. "mocha": "^5.2.0",
  55. "please-release-me": "^2.0.2"
  56. },
  57. "engines": {
  58. "node": ">= 6.0.0"
  59. },
  60. "homepage": "https://gitlab.com/philbooth/hoopy#readme",
  61. "keywords": [
  62. "data",
  63. "structure",
  64. "collection",
  65. "array",
  66. "circular",
  67. "extends",
  68. "proxy"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "hoopy",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://gitlab.com/philbooth/hoopy.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint .",
  79. "release": "release",
  80. "test": "mocha --es_staging --ui tdd test.js"
  81. },
  82. "version": "0.1.4"
  83. }