You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "find-root@1.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "find-root@1.1.0",
  9. "_id": "find-root@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==",
  12. "_location": "/find-root",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "find-root@1.1.0",
  18. "name": "find-root",
  19. "escapedName": "find-root",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/babel-plugin-emotion"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "jsdnxx"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/js-n/find-root/issues"
  35. },
  36. "description": "find the closest package.json",
  37. "devDependencies": {
  38. "chai": "^4.0.2",
  39. "mocha": "^3.4.2",
  40. "moquire": "^1.5.5",
  41. "standard": "^10.0.2"
  42. },
  43. "homepage": "https://github.com/js-n/find-root#readme",
  44. "keywords": [
  45. "fs",
  46. "get",
  47. "find",
  48. "closest",
  49. "package",
  50. "module",
  51. "base",
  52. "root"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "find-root",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/js-n/find-root.git"
  60. },
  61. "scripts": {
  62. "pretest": "standard",
  63. "test": "mocha"
  64. },
  65. "version": "1.1.0"
  66. }