package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "chownr@1.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chownr@1.1.1",
  10. "_id": "chownr@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-VHJri4//TfBTxCGH6AH7RBLfFJQ=",
  13. "_location": "/chownr",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chownr@1.1.1",
  19. "name": "chownr",
  20. "escapedName": "chownr",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/copy-webpack-plugin/cacache"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/chownr/download/chownr-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/chownr/issues"
  39. },
  40. "description": "like `chown -R`",
  41. "devDependencies": {
  42. "mkdirp": "0.3",
  43. "rimraf": "",
  44. "tap": "^12.0.1"
  45. },
  46. "files": [
  47. "chownr.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/chownr#readme",
  50. "license": "ISC",
  51. "main": "chownr.js",
  52. "name": "chownr",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/isaacs/chownr.git"
  56. },
  57. "scripts": {
  58. "postpublish": "git push origin --all; git push origin --tags",
  59. "postversion": "npm publish",
  60. "preversion": "npm test",
  61. "test": "tap test/*.js --cov"
  62. },
  63. "version": "1.1.1"
  64. }