mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
I added some features to telepath that make it easier to test model objects. - First, you can now call replicate on any telepath document/model object. The entire underlying database will be replicated and you will be handed the equivalent of that object in the replicated world. This is easier than forcing you to attach the model to the window state and then call replicate there. However, remember that the entire window state is actually being replicated so any references the model has will also be replicated. - Second, you can also replicate orphaned objects. Most objects in these specs we're converting are orphans because there's no reason to attach them to the root document just to test them in isolation.
163 lines
4.5 KiB
JSON
163 lines
4.5 KiB
JSON
{
|
|
"name": "atom",
|
|
"productName": "Atom",
|
|
"version": "0.44.0",
|
|
"main": "./src/browser/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/atom/atom.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/atom/atom/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "Apache",
|
|
"url": "http://github.com/atom/atom/raw/master/LICENSE.md"
|
|
}
|
|
],
|
|
"atomShellVersion": "0.7.6",
|
|
"dependencies": {
|
|
"async": "0.2.6",
|
|
"bootstrap": "git://github.com/benogle/bootstrap.git",
|
|
"clear-cut": "0.2.0",
|
|
"coffee-script": "1.6.3",
|
|
"coffeestack": "0.6.0",
|
|
"emissary": "0.19.0",
|
|
"first-mate": "0.5.0",
|
|
"fs-plus": "0.10.0",
|
|
"fuzzaldrin": "0.1.0",
|
|
"git-utils": "0.29.0",
|
|
"guid": "0.0.10",
|
|
"jasmine-focused": "~0.15.0",
|
|
"mkdirp": "0.3.5",
|
|
"keytar": "0.13.0",
|
|
"less-cache": "0.10.0",
|
|
"nslog": "0.1.0",
|
|
"oniguruma": "0.24.0",
|
|
"optimist": "0.4.0",
|
|
"pathwatcher": "0.11.0",
|
|
"pegjs": "0.7.0",
|
|
"q": "0.9.7",
|
|
"scandal": "0.8.0",
|
|
"season": "0.14.0",
|
|
"semver": "1.1.4",
|
|
"space-pen": "2.0.1",
|
|
"telepath": "0.66.0",
|
|
"temp": "0.5.0",
|
|
"underscore-plus": "0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"biscotto": "0.0.17",
|
|
"formidable": "~1.0.14",
|
|
"fstream": "0.1.24",
|
|
"grunt": "~0.4.1",
|
|
"grunt-cli": "~0.1.9",
|
|
"grunt-coffeelint": "git://github.com/atom/grunt-coffeelint.git",
|
|
"grunt-lesslint": "0.13.0",
|
|
"grunt-cson": "0.5.0",
|
|
"grunt-contrib-csslint": "~0.1.2",
|
|
"grunt-contrib-coffee": "~0.7.0",
|
|
"grunt-contrib-less": "~0.8.0",
|
|
"walkdir": "0.0.7",
|
|
"js-yaml": "~2.1.0",
|
|
"grunt-markdown": "~0.4.0",
|
|
"json-front-matter": "~0.1.3",
|
|
"grunt-shell": "~0.3.1",
|
|
"jasmine-node": "git://github.com/kevinsawicki/jasmine-node.git#short-stacks",
|
|
"jasmine-tagged": "0.2.0",
|
|
"request": "~2.27.0",
|
|
"unzip": "~0.1.9",
|
|
"rcedit": "~0.1.2",
|
|
"rimraf": "~2.2.2"
|
|
},
|
|
"packageDependencies": {
|
|
"atom-dark-syntax": "0.8.0",
|
|
"atom-dark-ui": "0.13.0",
|
|
"atom-light-syntax": "0.9.0",
|
|
"atom-light-ui": "0.13.0",
|
|
"base16-tomorrow-dark-theme": "0.7.0",
|
|
"solarized-dark-syntax": "0.5.0",
|
|
"archive-view": "0.16.0",
|
|
"autocomplete": "0.18.0",
|
|
"autoflow": "0.11.0",
|
|
"autosave": "0.10.0",
|
|
"bookmarks": "0.15.0",
|
|
"bracket-matcher": "0.15.0",
|
|
"command-logger": "0.8.0",
|
|
"command-palette": "0.11.0",
|
|
"dev-live-reload": "0.18.0",
|
|
"editor-stats": "0.8.0",
|
|
"exception-reporting": "0.8.0",
|
|
"feedback": "0.16.0",
|
|
"find-and-replace": "0.58.0",
|
|
"fuzzy-finder": "0.28.0",
|
|
"gists": "0.13.0",
|
|
"git-diff": "0.20.0",
|
|
"github-sign-in": "0.15.0",
|
|
"go-to-line": "0.12.0",
|
|
"grammar-selector": "0.13.0",
|
|
"image-view": "0.10.0",
|
|
"keybinding-resolver": "0.6.0",
|
|
"link": "0.11.0",
|
|
"markdown-preview": "0.22.0",
|
|
"metrics": "0.14.0",
|
|
"package-generator": "0.23.0",
|
|
"release-notes": "0.15.0",
|
|
"settings-view": "0.50.0",
|
|
"snippets": "0.17.0",
|
|
"spell-check": "0.17.0",
|
|
"status-bar": "0.24.0",
|
|
"styleguide": "0.17.0",
|
|
"symbols-view": "0.27.0",
|
|
"tabs": "0.15.0",
|
|
"terminal": "0.23.0",
|
|
"timecop": "0.11.0",
|
|
"to-the-hubs": "0.15.0",
|
|
"tree-view": "0.43.0",
|
|
"visual-bell": "0.6.0",
|
|
"welcome": "0.3.0",
|
|
"whitespace": "0.10.0",
|
|
"wrap-guide": "0.10.0",
|
|
"language-c": "0.2.0",
|
|
"language-clojure": "0.1.0",
|
|
"language-coffee-script": "0.3.0",
|
|
"language-css": "0.2.0",
|
|
"language-gfm": "0.10.0",
|
|
"language-git": "0.3.0",
|
|
"language-go": "0.2.0",
|
|
"language-html": "0.2.0",
|
|
"language-hyperlink": "0.3.0",
|
|
"language-java": "0.2.0",
|
|
"language-javascript": "0.3.0",
|
|
"language-json": "0.2.0",
|
|
"language-less": "0.1.0",
|
|
"language-make": "0.1.0",
|
|
"language-mustache": "0.1.0",
|
|
"language-objective-c": "0.2.0",
|
|
"language-pegjs": "0.1.0",
|
|
"language-perl": "0.2.0",
|
|
"language-php": "0.2.0",
|
|
"language-property-list": "0.2.0",
|
|
"language-puppet": "0.2.0",
|
|
"language-python": "0.2.0",
|
|
"language-ruby": "0.6.0",
|
|
"language-ruby-on-rails": "0.3.0",
|
|
"language-sass": "0.3.0",
|
|
"language-shellscript": "0.2.0",
|
|
"language-source": "0.2.0",
|
|
"language-sql": "0.2.0",
|
|
"language-text": "0.2.0",
|
|
"language-todo": "0.2.0",
|
|
"language-toml": "0.7.0",
|
|
"language-xml": "0.2.0",
|
|
"language-yaml": "0.1.0",
|
|
"grunt-download-atom-shell": "0.1.3"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "node -e 'process.exit(0)'",
|
|
"test": "node script/test"
|
|
}
|
|
}
|