package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "_from": "ace-builds",
  3. "_id": "ace-builds@1.4.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G+chJctFPiiLGvs3+/Mly3apXTcfgE45dT5yp12BcWZ1kUs+gm0qd3/fv4gsz6fVag4mM0moHVpjHDIgph6Psg==",
  6. "_location": "/ace-builds",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "ace-builds",
  12. "name": "ace-builds",
  13. "escapedName": "ace-builds",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/react-ace"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.12.tgz",
  24. "_shasum": "888efa386e36f4345f40b5233fcc4fe4c588fae7",
  25. "_spec": "ace-builds",
  26. "_where": "/home/pvvvm505/Документы/Project/Back",
  27. "author": "",
  28. "bugs": {
  29. "url": "https://github.com/ajaxorg/ace-builds/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Ace (Ajax.org Cloud9 Editor)",
  34. "homepage": "https://github.com/ajaxorg/ace-builds",
  35. "license": "BSD-3-Clause",
  36. "main": "./src-noconflict/ace.js",
  37. "name": "ace-builds",
  38. "repository": {
  39. "type": "git",
  40. "url": "git+https://github.com/ajaxorg/ace-builds.git"
  41. },
  42. "scripts": {
  43. "test": "echo \"Error: no test specified\" && exit 1"
  44. },
  45. "typings": "ace.d.ts",
  46. "version": "1.4.12"
  47. }