package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "hoopy@0.1.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hoopy@0.1.4",
  10. "_id": "hoopy@0.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YJIH1mEQADOpqUAq096mdzgcGx0=",
  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.npm.taobao.org/hoopy/download/hoopy-0.1.4.tgz",
  29. "_spec": "0.1.4",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }