Dashboard sipadu mbip
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.5KB

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