Website/node_modules/uniq/package.json

87 lines
1.9 KiB
JSON

{
"_args": [
[
"uniq@0.0.2",
"/Users/okennedy/Documents/Website/node_modules/metalsmith-collections"
]
],
"_from": "uniq@0.0.2",
"_id": "uniq@0.0.2",
"_inCache": true,
"_installable": true,
"_location": "/uniq",
"_npmUser": {
"email": "mikolalysenko@gmail.com",
"name": "mikolalysenko"
},
"_npmVersion": "1.2.14",
"_phantomChildren": {},
"_requested": {
"name": "uniq",
"raw": "uniq@0.0.2",
"rawSpec": "0.0.2",
"scope": null,
"spec": "0.0.2",
"type": "version"
},
"_requiredBy": [
"/metalsmith-collections"
],
"_resolved": "https://registry.npmjs.org/uniq/-/uniq-0.0.2.tgz",
"_shasum": "614e868ba288651d351262369317acc43b901823",
"_shrinkwrap": null,
"_spec": "uniq@0.0.2",
"_where": "/Users/okennedy/Documents/Website/node_modules/metalsmith-collections",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/uniq/issues"
},
"dependencies": {},
"description": "Removes duplicates from a sorted array in place",
"devDependencies": {
"tap": "~0.4.0"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "614e868ba288651d351262369317acc43b901823",
"tarball": "http://registry.npmjs.org/uniq/-/uniq-0.0.2.tgz"
},
"gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985",
"homepage": "https://github.com/mikolalysenko/uniq#readme",
"keywords": [
"array",
"copy",
"duplicate",
"in",
"no",
"place",
"remove",
"sort",
"uniq",
"unique"
],
"license": "MIT",
"main": "uniq.js",
"maintainers": [
{
"name": "mikolalysenko",
"email": "mikolalysenko@gmail.com"
}
],
"name": "uniq",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/uniq.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.0.2"
}