mam-project-templates
Version:
my personal templating projects
72 lines (71 loc) • 1.73 kB
JSON
{
"_from": "deps-sort@~0.1.1",
"_id": "deps-sort@0.1.2",
"_inBundle": false,
"_integrity": "sha1-2qL7YUoXyWN9gB4vVTOa43DzYRo=",
"_location": "/deps-sort",
"_phantomChildren": {
"jsonparse": "0.0.5"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "deps-sort@~0.1.1",
"name": "deps-sort",
"escapedName": "deps-sort",
"rawSpec": "~0.1.1",
"saveSpec": null,
"fetchSpec": "~0.1.1"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-0.1.2.tgz",
"_shasum": "daa2fb614a17c9637d801e2f55339ae370f3611a",
"_spec": "deps-sort@~0.1.1",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Ranger\\node_modules\\browserify",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"deps-sort": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/deps-sort/issues"
},
"bundleDependencies": false,
"dependencies": {
"JSONStream": "~0.6.4",
"minimist": "~0.0.1",
"through": "~2.3.4"
},
"deprecated": false,
"description": "sort module-deps output for deterministic browserify bundles",
"devDependencies": {
"tap": "~0.4.0"
},
"homepage": "https://github.com/substack/deps-sort",
"keywords": [
"dependency",
"graph",
"browser",
"browserify",
"module-deps",
"browser-pack",
"sorted",
"determinism"
],
"license": "MIT",
"main": "index.js",
"name": "deps-sort",
"repository": {
"type": "git",
"url": "git://github.com/substack/deps-sort.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.1.2"
}