123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- {
- "_from": "objection",
- "_id": "objection@1.1.10",
- "_inBundle": false,
- "_integrity": "sha512-42KWuyovT+bUD6X19kE9isfENFztGJWJMWSGjvP5yhlDIqiJABpGRmfd/uuQsveL41BkgEQiaUlBpeM44thCxQ==",
- "_location": "/objection",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "objection",
- "name": "objection",
- "escapedName": "objection",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/",
- "/schild"
- ],
- "_resolved": "https://registry.npmjs.org/objection/-/objection-1.1.10.tgz",
- "_shasum": "337af7f8677dee31b86a3ef39b2257bbf1a9d04c",
- "_spec": "objection",
- "_where": "/home/zorro/Documents/Sahib/zweiachtzehn",
- "author": {
- "name": "Sami Koskimäki",
- "email": "sami.koskimaki@vincit.com",
- "url": "https://github.com/koskimas"
- },
- "bugs": {
- "url": "https://github.com/vincit/objection.js/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Sami Koskimäki",
- "email": "sami.koskimaki@vincit.com",
- "url": "https://github.com/koskimas"
- },
- {
- "name": "Mikael Lepistö",
- "email": "mikael.lepisto@vincit.com",
- "url": "https://github.com/elhigu"
- },
- {
- "name": "Matthew McEachen",
- "email": "matthew-objection@photostructure.com",
- "url": "https://github.com/mceachen"
- },
- {
- "name": "Jürg Lehni",
- "email": "juerg@scratchdisk.com",
- "url": "https://github.com/lehni"
- }
- ],
- "dependencies": {
- "ajv": "^6.1.1",
- "bluebird": "^3.5.1",
- "lodash": "^4.17.4"
- },
- "deprecated": false,
- "description": "An SQL-friendly ORM for Node.js",
- "devDependencies": {
- "@types/knex": "^0.14.5",
- "@types/node": "^10.0.6",
- "babel-eslint": "^8.2.1",
- "chai": "^4.1.2",
- "chai-subset": "^1.6.0",
- "coveralls": "^3.0.0",
- "eslint": "^4.16.0",
- "eslint-plugin-prettier": "^2.5.0",
- "expect.js": "^0.3.1",
- "fs-extra": "^6.0.1",
- "glob": "^7.1.2",
- "istanbul": "^0.4.5",
- "knex": "0.x",
- "mocha": "^5.0.0",
- "mysql": "^2.15.0",
- "pg": "^7.4.1",
- "prettier": "^1.10.2",
- "sqlite3": "^4.0.0",
- "typescript": "^2.7.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "files": [
- "README.md",
- "LICENSE",
- "lib/*",
- "typings/*"
- ],
- "homepage": "https://github.com/vincit/objection.js#readme",
- "keywords": [
- "orm",
- "knex",
- "sql",
- "query",
- "query builder",
- "postgresql",
- "mysql",
- "sqlite3"
- ],
- "license": "MIT",
- "main": "lib/objection.js",
- "name": "objection",
- "peerDependencies": {
- "knex": "0.x"
- },
- "publishConfig": {
- "tag": "next"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/vincit/objection.js.git"
- },
- "scripts": {
- "coveralls": "cat ./testCoverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
- "eslint": "eslint --format codeframe \"examples/**/*.js\" \"lib/**/*.js\" \"tests/**/*.js\"",
- "perf": "mocha --slow 60000 --timeout 60000 --reporter spec --recursive perf",
- "perf-opt": "mocha --slow 60000 --timeout 60000 --reporter spec --recursive perf --trace_opt --trace_deopt",
- "perf-prof": "mocha --slow 60000 --timeout 60000 --reporter spec --recursive perf --prof",
- "prettier": "prettier --write \"{examples,lib,tests,typings}/**/*.{js,ts}\"",
- "test": "npm run eslint && mocha --slow 10 --timeout 15000 --reporter spec --recursive tests",
- "test-fast": "mocha --slow 10 --timeout 15000 --reporter spec --recursive tests --bail",
- "test-opt": "mocha --slow 10 --timeout 15000 --reporter spec --recursive tests --bail --trace_opt --trace_deopt",
- "test-prof": "mocha --slow 10 --timeout 15000 --reporter spec --recursive tests --prof",
- "test-travis": "npm run eslint && istanbul --config=.istanbul.yml cover _mocha -- --slow 100 --timeout 60000 --reporter spec --recursive tests && npm run test-typings",
- "test-typings": "tsc"
- },
- "types": "./typings/objection/index.d.ts",
- "version": "1.1.10"
- }
|