package.json 1.9 KB

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