package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "unidecode@0.1.8",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "unidecode@0.1.8",
  10. "_id": "unidecode@0.1.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-77swFTi8RSRqmsjFWdcvAVMFBT4=",
  13. "_location": "/unidecode",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "unidecode@0.1.8",
  19. "name": "unidecode",
  20. "escapedName": "unidecode",
  21. "rawSpec": "0.1.8",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.8"
  24. },
  25. "_requiredBy": [
  26. "/url-slug"
  27. ],
  28. "_resolved": "https://registry.nlark.com/unidecode/download/unidecode-0.1.8.tgz",
  29. "_spec": "0.1.8",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Francois-Guillaume Ribreau",
  33. "email": "npm@fgribreau.com",
  34. "url": "http://fgribreau.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/FGRibreau/node-unidecode/issues"
  38. },
  39. "dependencies": {},
  40. "description": "ASCII transliterations of Unicode text",
  41. "devDependencies": {
  42. "jshint": "^2.5.11",
  43. "mocha": "^2.0.1"
  44. },
  45. "engines": {
  46. "node": ">= 0.4.12"
  47. },
  48. "homepage": "http://blog.fgribreau.com/2012/05/unidecode-for-javascript-nodejs.html",
  49. "keywords": [
  50. "unidecode",
  51. "unicode",
  52. "utf8"
  53. ],
  54. "licenses": [
  55. {
  56. "type": "BSD",
  57. "url": "http://github.com/FGRibreau/node-unidecode/blob/master/LICENSE"
  58. }
  59. ],
  60. "main": "./unidecode",
  61. "name": "unidecode",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/FGRibreau/node-unidecode.git"
  65. },
  66. "scripts": {
  67. "lint": "jshint *.js */*.js",
  68. "test": "mocha"
  69. },
  70. "version": "0.1.8"
  71. }