motion
Version:
motion - moving development forward
60 lines (59 loc) • 2.33 kB
JSON
{
"_args": [
[
"atom-text-buffer-point@https://registry.npmjs.org/atom-text-buffer-point/-/atom-text-buffer-point-1.0.0.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "atom-text-buffer-point@>=1.0.0 <2.0.0",
"_id": "atom-text-buffer-point@1.0.0",
"_inCache": true,
"_location": "/atom-text-buffer-point",
"_phantomChildren": {},
"_requested": {
"name": "atom-text-buffer-point",
"raw": "atom-text-buffer-point@https://registry.npmjs.org/atom-text-buffer-point/-/atom-text-buffer-point-1.0.0.tgz",
"rawSpec": "https://registry.npmjs.org/atom-text-buffer-point/-/atom-text-buffer-point-1.0.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/atom-text-buffer-point/-/atom-text-buffer-point-1.0.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/atom-text-buffer-point/-/atom-text-buffer-point-1.0.0.tgz",
"_shasum": "8866acef4223fe5eb3ffe084a93a31f32a532898",
"_shrinkwrap": null,
"_spec": "atom-text-buffer-point@https://registry.npmjs.org/atom-text-buffer-point/-/atom-text-buffer-point-1.0.0.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"name": "steelbrain"
},
"bugs": {
"url": "https://github.com/steelbrain/atom-text-buffer-point/issues"
},
"dependencies": {},
"description": "Point class from Atom's TextBuffer",
"devDependencies": {},
"homepage": "https://github.com/steelbrain/atom-text-buffer-point#readme",
"keywords": [
"atom",
"buffer",
"point",
"text"
],
"license": "MIT",
"main": "point.js",
"name": "atom-text-buffer-point",
"optionalDependencies": {},
"readme": "# TextBuffer-Point\nThe Point module from TextBuffer. To be used when you don't want to include the entire textbuffer module.\n\n## Installation\n\n```\nnpm install --save atom-text-buffer-point\n```\n\n## API\n\nSee [Atom Docs](https://atom.io/docs/api/v1.4.0/Point) for the docs/API.\n\n## License\nThis module is licensed under the terms of MIT License. Check the LICENSE file for more info.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/steelbrain/atom-text-buffer-point.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}