1
0

package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "http://192.168.50.2:1380/npm/node-spellchecker-master.tar.gz",
  3. "_id": "spellchecker@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yW2ZE+DBtjphWiUreA+kaSZ2d0BMa8CObEMwEZO0qFf/BXRRtnc1qcdhmNYQMVELd67z1tsqdSqYtVXxUJQl2Q==",
  6. "_location": "/spellchecker",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "remote",
  10. "raw": "spellchecker@http://192.168.50.2:1380/npm/node-spellchecker-master.tar.gz",
  11. "name": "spellchecker",
  12. "escapedName": "spellchecker",
  13. "rawSpec": "http://192.168.50.2:1380/npm/node-spellchecker-master.tar.gz",
  14. "saveSpec": "http://192.168.50.2:1380/npm/node-spellchecker-master.tar.gz",
  15. "fetchSpec": "http://192.168.50.2:1380/npm/node-spellchecker-master.tar.gz"
  16. },
  17. "_requiredBy": [
  18. "#USER",
  19. "/"
  20. ],
  21. "_resolved": "http://192.168.50.2:1380/npm/node-spellchecker-master.tar.gz",
  22. "_shasum": "a7dec3ee0e2edee70e8f084f6fd3af6b839ade8e",
  23. "_spec": "spellchecker@http://192.168.50.2:1380/npm/node-spellchecker-master.tar.gz",
  24. "_where": "/home/ab/workspace/TypeMark",
  25. "bugs": {
  26. "url": "https://github.com/atom/node-spellchecker/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "cld": "^2.7.0"
  31. },
  32. "deprecated": false,
  33. "description": "Bindings to native spellchecker",
  34. "devDependencies": {
  35. "jasmine-focused": "1.x"
  36. },
  37. "homepage": "http://atom.github.io/node-spellchecker",
  38. "licenses": [
  39. {
  40. "type": "MIT",
  41. "url": "http://github.com/atom/node-spellchecker/raw/master/LICENSE.md"
  42. }
  43. ],
  44. "main": "./lib/spellchecker.js",
  45. "name": "spellchecker",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/atom/node-spellchecker.git"
  49. },
  50. "scripts": {
  51. "build": "SET npm_config_disturl=https://atom.io/download/electron && SET npm_config_target=17.1.2 && SET npm_config_arch=x64 && SET npm_config_target_arch=x64 && SET npm_config_runtime=electron && set HOME=~/.electron-gyp && npm install",
  52. "build:bash": "export npm_config_disturl=https://atom.io/download/electron ; export npm_config_target=17.1.2; export npm_config_arch=x64 ;export npm_config_runtime=electron; HOME=~/.electron-gyp npm install"
  53. },
  54. "version": "4.0.0"
  55. }