UI for Zipcoin Blue

package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "chownr@^1.0.1",
  3. "_id": "chownr@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=",
  6. "_location": "/chownr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chownr@^1.0.1",
  12. "name": "chownr",
  13. "escapedName": "chownr",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils/tar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz",
  22. "_shasum": "e2a75042a9551908bebd25b8523d5f9769d79181",
  23. "_spec": "chownr@^1.0.1",
  24. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/@ionic/cli-utils/node_modules/tar",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/chownr/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "like `chown -R`",
  36. "devDependencies": {
  37. "mkdirp": "0.3",
  38. "rimraf": "",
  39. "tap": "^1.2.0"
  40. },
  41. "files": [
  42. "chownr.js"
  43. ],
  44. "homepage": "https://github.com/isaacs/chownr#readme",
  45. "license": "ISC",
  46. "main": "chownr.js",
  47. "name": "chownr",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/isaacs/chownr.git"
  51. },
  52. "scripts": {
  53. "test": "tap test/*.js"
  54. },
  55. "version": "1.0.1"
  56. }