123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "waterline-schema@^1.0.0-20",
- "_id": "waterline-schema@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-CgC6ggTbRD+ASdbrvKfekGrFeSw=",
- "_location": "/waterline-schema",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "waterline-schema@^1.0.0-20",
- "name": "waterline-schema",
- "escapedName": "waterline-schema",
- "rawSpec": "^1.0.0-20",
- "saveSpec": null,
- "fetchSpec": "^1.0.0-20"
- },
- "_requiredBy": [
- "/waterline"
- ],
- "_resolved": "http://registry.npm.taobao.org/waterline-schema/download/waterline-schema-1.0.0.tgz",
- "_shasum": "0a00ba8204db443f8049d6ebbca7de906ac5792c",
- "_spec": "waterline-schema@^1.0.0-20",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\waterline",
- "bugs": {
- "url": "https://github.com/balderdashy/waterline-schema/issues/new"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@sailshq/lodash": "^3.10.2",
- "flaverr": "^1.8.1",
- "rttc": "^10.0.0-1"
- },
- "deprecated": false,
- "description": "The core schema builder used in the Waterline ORM.",
- "devDependencies": {
- "eslint": "3.19.0",
- "mocha": "3.0.2"
- },
- "homepage": "http://github.com/balderdashy/waterline-schema",
- "keywords": [
- "mvc",
- "sails",
- "sailsjs",
- "sails.js",
- "orm",
- "waterline",
- "active-record"
- ],
- "license": "MIT",
- "main": "lib/waterline-schema.js",
- "name": "waterline-schema",
- "repository": {
- "type": "git",
- "url": "git://github.com/balderdashy/waterline-schema.git"
- },
- "scripts": {
- "custom-tests": "NODE_ENV=test node ./node_modules/mocha/bin/mocha test --reporter dot --recursive",
- "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",
- "test": "npm run lint && npm run custom-tests"
- },
- "version": "1.0.0"
- }
|