12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_from": "sails-mysql",
- "_id": "sails-mysql@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-wNH9I3IZfMZGYGxNrnN9eRFAF9g=",
- "_location": "/sails-mysql",
- "_phantomChildren": {
- "lodash": "4.17.11"
- },
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "sails-mysql",
- "name": "sails-mysql",
- "escapedName": "sails-mysql",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "http://registry.npm.taobao.org/sails-mysql/download/sails-mysql-1.0.1.tgz",
- "_shasum": "c0d1fd2372197cc646606c4dae737d79114017d8",
- "_spec": "sails-mysql",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "author": {
- "name": "Mike McNeil"
- },
- "bugs": {
- "url": "https://github.com/balderdashy/sails-mysql/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@sailshq/lodash": "^3.10.2",
- "async": "2.0.1",
- "machine": "^15.0.0-21",
- "machinepack-mysql": "^3.0.0",
- "waterline-utils": "^1.3.10"
- },
- "deprecated": false,
- "description": "MySQL adapter for Sails.js",
- "devDependencies": {
- "benchmark": "2.1.1",
- "eslint": "4.11.0",
- "mocha": "3.0.2",
- "waterline-adapter-tests": "^1.0.0-6"
- },
- "homepage": "https://github.com/balderdashy/sails-mysql#readme",
- "keywords": [
- "mysql",
- "orm",
- "waterline",
- "sails"
- ],
- "license": "MIT",
- "main": "lib/adapter.js",
- "name": "sails-mysql",
- "repository": {
- "type": "git",
- "url": "git://github.com/balderdashy/sails-mysql.git"
- },
- "scripts": {
- "benchmark": "node ./node_modules/mocha/bin/mocha test/benchmarks --recursive",
- "docker": "docker-compose run adapter bash",
- "fasttest": "node ./node_modules/mocha/bin/mocha test/adapter/unit --timeout 10000 --recursive && node test/adapter/integration/runner",
- "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/'",
- "pretest": "nodever=`node -e \"console.log('\\`node -v\\`'[1]);\"` && if [ $nodever != \"0\" ]; then npm run lint; fi",
- "test": "node ./node_modules/mocha/bin/mocha test/adapter/unit --timeout 10000 --recursive && node test/adapter/integration/runner"
- },
- "version": "1.0.1",
- "waterlineAdapter": {
- "waterlineVersion": "^0.13.0",
- "interfaces": [
- "semantic",
- "queryable",
- "migratable",
- "associations",
- "sql"
- ],
- "features": [
- "crossAdapter",
- "unique",
- "autoIncrement.sequential"
- ]
- }
- }
|