Packages
A web application in pursuit of meaning in life.
Retired package: Complete rewrite, scratch old versions
Current section
Files
Jump to
Current section
Files
assets/node_modules/anysort/package.json
{
"_args": [
[
{
"raw": "anysort@~1.0",
"scope": null,
"escapedName": "anysort",
"name": "anysort",
"rawSpec": "~1.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"/Users/udia/sandbox/src/github.com/udia-software/udia/assets/node_modules/brunch"
]
],
"_from": "anysort@>=1.0.0 <1.1.0",
"_id": "anysort@1.0.1",
"_inCache": true,
"_location": "/anysort",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "es128",
"email": "elan.shanker+npm@gmail.com"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"raw": "anysort@~1.0",
"scope": null,
"escapedName": "anysort",
"name": "anysort",
"rawSpec": "~1.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/brunch"
],
"_resolved": "https://registry.npmjs.org/anysort/-/anysort-1.0.1.tgz",
"_shasum": "341bd5d5ba1485f64e55ae865f1d45994b507fc4",
"_shrinkwrap": null,
"_spec": "anysort@~1.0",
"_where": "/Users/udia/sandbox/src/github.com/udia-software/udia/assets/node_modules/brunch",
"author": {
"name": "Elan Shanker",
"url": "http://github.com/es128"
},
"bugs": {
"url": "https://github.com/es128/anysort/issues"
},
"dependencies": {
"anymatch": "~1.3.0"
},
"description": "Sorting and matching utility using configurable string, glob, regular expression, and/or function matchers",
"devDependencies": {
"coveralls": "~2.11.2",
"istanbul": "~0.3.2",
"mocha": "~2.0.1"
},
"directories": {},
"dist": {
"shasum": "341bd5d5ba1485f64e55ae865f1d45994b507fc4",
"tarball": "https://registry.npmjs.org/anysort/-/anysort-1.0.1.tgz"
},
"files": [
"index.js"
],
"gitHead": "8eb4212332b019026664e84fcd6b4db127d5bd0e",
"homepage": "https://github.com/es128/anysort",
"keywords": [
"sort",
"array",
"match",
"any",
"string",
"file",
"fs",
"list",
"glob",
"regex",
"regexp",
"regular",
"expression",
"function"
],
"license": "ISC",
"maintainers": [
{
"name": "es128",
"email": "elan.shanker+npm@gmail.com"
}
],
"name": "anysort",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/es128/anysort.git"
},
"scripts": {
"test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
},
"version": "1.0.1"
}