You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

99 lines
2.6 KiB

{
"_args": [
[
"timsort@^0.3.0",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-declaration-sorter"
]
],
"_from": "timsort@>=0.3.0 <0.4.0",
"_id": "timsort@0.3.0",
"_inCache": true,
"_installable": true,
"_location": "/timsort",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/timsort-0.3.0.tgz_1469389289282_0.051012826384976506"
},
"_npmUser": {
"email": "marco.ziccard@gmail.com",
"name": "mziccard"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "timsort",
"raw": "timsort@^0.3.0",
"rawSpec": "^0.3.0",
"scope": null,
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/css-declaration-sorter"
],
"_resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
"_shasum": "405411a8e7e6339fe64db9a234de11dc31e02bd4",
"_shrinkwrap": null,
"_spec": "timsort@^0.3.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-declaration-sorter",
"author": {
"name": "Marco Ziccardi",
"url": "http://mziccard.me/"
},
"bugs": {
"url": "https://github.com/mziccard/node-timsort/issues"
},
"dependencies": {},
"description": "TimSort: Fast Sorting for Node.js",
"devDependencies": {
"assert": "~1.3.0",
"babel-eslint": "^4.0.5",
"eslint": "^1.1.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-banner": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "^0.9.1",
"mocha": "~2.2.5"
},
"directories": {
"benchmark": "./benchmark",
"test": "./test"
},
"dist": {
"shasum": "405411a8e7e6339fe64db9a234de11dc31e02bd4",
"tarball": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz"
},
"gitHead": "f8acc9e336117356d354ccb15133d10c92444322",
"homepage": "https://github.com/mziccard/node-timsort",
"keywords": [
"TimSort",
"algorithm",
"compare",
"performance",
"python",
"sort"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "mziccard",
"email": "marco.ziccard@gmail.com"
}
],
"name": "timsort",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mziccard/node-timsort.git"
},
"scripts": {
"benchmark": "node benchmark/index.js",
"lint": "eslint Gruntfile.js src/ test/ benchmark/index.js",
"test": "mocha --timeout 5000"
},
"version": "0.3.0"
}