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

173 lines
4.3 KiB
JSON

{
"_args": [
[
"knex",
"/Users/alfiepates/src/invoicer"
]
],
"_from": "knex@latest",
"_id": "knex@0.10.0",
"_inCache": true,
"_installable": true,
"_location": "/knex",
"_nodeVersion": "0.12.4",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/knex-0.10.0.tgz_1455526785190_0.5533974098507315"
},
"_npmUser": {
"email": "rhys.vdw@gmail.com",
"name": "rhys-vdw"
},
"_npmVersion": "3.3.5",
"_phantomChildren": {},
"_requested": {
"name": "knex",
"raw": "knex",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/knex/-/knex-0.10.0.tgz",
"_shasum": "6d85b9df224d131f3db37c5b982e076985e662b1",
"_shrinkwrap": null,
"_spec": "knex",
"_where": "/Users/alfiepates/src/invoicer",
"author": {
"name": "Tim Griesser",
"url": "https://github.com/tgriesser"
},
"bin": {
"knex": "./lib/bin/cli.js"
},
"browser": {
"./lib/bin/cli.js": "./lib/util/noop.js",
"./lib/migrate/index.js": "./lib/util/noop.js",
"./lib/seed/index.js": "./lib/util/noop.js",
"bluebird/js/main/promise": "./lib/util/bluebird.js",
"mariasql": false,
"mssql": false,
"mysql": false,
"mysql2": false,
"oracle": false,
"pg": false,
"pg-query-stream": false,
"pool2": "./lib/util/noop.js",
"sqlite3": false,
"strong-oracle": false
},
"bugs": {
"url": "https://github.com/tgriesser/knex/issues"
},
"dependencies": {
"bluebird": "^2.9.24",
"chalk": "^1.0.0",
"commander": "^2.2.0",
"debug": "^2.1.3",
"inherits": "~2.0.1",
"interpret": "^0.6.5",
"liftoff": "~2.0.0",
"lodash": "^3.7.0",
"minimist": "~1.1.0",
"mkdirp": "^0.5.0",
"pg-connection-string": "^0.1.3",
"pool2": "^1.1.0",
"readable-stream": "^1.1.12",
"tildify": "~1.0.0",
"v8flags": "^2.0.2"
},
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"devDependencies": {
"JSONStream": "^1.0.3",
"async": "^0.9.0",
"babel": "^5.2.17",
"chai": "^2.3.0",
"coveralls": "~2.11.1",
"istanbul": "~0.3.0",
"jshint": "^2.7.0",
"mariasql": "^0.2.3",
"mocha": "^2.2.4",
"mssql": "^2.3.2",
"mysql": "^2.6.2",
"mysql2": "^0.15.5",
"node-uuid": "~1.4.0",
"pg": "^4.3.0",
"pg-query-stream": "^0.7.0",
"rimraf": "2.x",
"sinon": "^1.10.0",
"sinon-chai": "^2.5.0",
"sqlite3": "^3.0.5",
"tap-spec": "^4.0.0",
"tape": "^4.0.0",
"through": "^2.3.4"
},
"directories": {},
"dist": {
"shasum": "6d85b9df224d131f3db37c5b982e076985e662b1",
"tarball": "http://localhost:4873/knex/-/knex-0.10.0.tgz"
},
"files": [
"README.md",
"src/*",
"lib/*",
"build/*",
"knex.js",
"LICENSE"
],
"gitHead": "31ae460d9bd258668f86933f9fb71506a1f04391",
"homepage": "https://github.com/tgriesser/knex#readme",
"keywords": [
"sql",
"query",
"postgresql",
"mysql",
"mariadb",
"sqlite3",
"oracle",
"mssql"
],
"license": "MIT",
"main": "knex.js",
"maintainers": [
{
"email": "rhys.vdw@gmail.com",
"name": "rhys-vdw"
},
{
"email": "tgriesser10@gmail.com",
"name": "tgriesser"
},
{
"email": "me@traviswebb.com",
"name": "tjwebb"
},
{
"email": "tyler@sleekcode.net",
"name": "tkellen"
}
],
"name": "knex",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/tgriesser/knex.git"
},
"scripts": {
"babel": "babel -L -D src/ --out-dir lib/",
"build": "./scripts/build.sh",
"coveralls": "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"dev": "babel -L -D -w src/ --out-dir lib/",
"jshint": "jshint test/. src/.",
"plaintest": "mocha --check-leaks -t 10000 -b -R spec test/index.js && npm run tape",
"prepublish": "npm run build",
"tape": "node test/tape/index.js | tap-spec",
"test": "npm run babel && npm run jshint && istanbul --config=test/.istanbul.yml cover node_modules/mocha/bin/_mocha -- --check-leaks -t 5000 -b -R spec test/index.js && npm run tape"
},
"version": "0.10.0"
}