package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "jschardet@^1.6.0",
  3. "_id": "jschardet@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xYuhvQ7I9PDJIGBWev9xm0+SMSed3ZDBAmvVjbFR1ZRLAF+vlXcQu6cRI9uAlj81rzikElRVteehwV7DuX2ZmQ==",
  6. "_location": "/jschardet",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jschardet@^1.6.0",
  12. "name": "jschardet",
  13. "escapedName": "jschardet",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jschardet/-/jschardet-1.6.0.tgz",
  22. "_shasum": "c7d1a71edcff2839db2f9ec30fc5d5ebd3c1a678",
  23. "_spec": "jschardet@^1.6.0",
  24. "_where": "/home/ab/workspace/TypeMark",
  25. "author": {
  26. "name": "António Afonso"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/aadsm/jschardet/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Character encoding auto-detection in JavaScript (port of python's chardet)",
  35. "devDependencies": {
  36. "browserify": "~12.0.1",
  37. "google-closure-compiler": "20151015.0.0"
  38. },
  39. "directories": {
  40. "lib": "./lib",
  41. "test": "./test"
  42. },
  43. "engines": {
  44. "node": ">=0.1.90"
  45. },
  46. "homepage": "https://github.com/aadsm/jschardet#readme",
  47. "keywords": [
  48. "encoding",
  49. "charset"
  50. ],
  51. "license": "LGPL-2.1+",
  52. "main": "src/init",
  53. "name": "jschardet",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/aadsm/jschardet.git"
  57. },
  58. "scripts": {
  59. "dist": "npm run dist-dev && java -jar node_modules/google-closure-compiler/compiler.jar --warning_level QUIET --compilation_level SIMPLE_OPTIMIZATIONS --js dist/jschardet.js > dist/jschardet.min.js",
  60. "dist-dev": "mkdir -p dist && browserify index.js -s jschardet --detect-globals false -o dist/jschardet.js"
  61. },
  62. "version": "1.6.0"
  63. }