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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "chownr@^1.1.1",
  3. "_id": "chownr@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GkfeAQh+QNy3wquu9oIZr6SS5x7wGdSgNQvD10X3r+AZr1Oys22HW8kAmDMvNg2+Dm0TeGaEuO8gFwdBXxwO8A==",
  6. "_location": "/chownr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chownr@^1.1.1",
  12. "name": "chownr",
  13. "escapedName": "chownr",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/cacache"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.2.tgz",
  22. "_shasum": "a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6",
  23. "_spec": "chownr@^1.1.1",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/cacache",
  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": "^12.0.1"
  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. "postpublish": "git push origin --all; git push origin --tags",
  54. "postversion": "npm publish",
  55. "preversion": "npm test",
  56. "test": "tap test/*.js --cov"
  57. },
  58. "version": "1.1.2"
  59. }