package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "waterline-schema@^1.0.0-20",
  3. "_id": "waterline-schema@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-CgC6ggTbRD+ASdbrvKfekGrFeSw=",
  6. "_location": "/waterline-schema",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "waterline-schema@^1.0.0-20",
  12. "name": "waterline-schema",
  13. "escapedName": "waterline-schema",
  14. "rawSpec": "^1.0.0-20",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0-20"
  17. },
  18. "_requiredBy": [
  19. "/waterline"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/waterline-schema/download/waterline-schema-1.0.0.tgz",
  22. "_shasum": "0a00ba8204db443f8049d6ebbca7de906ac5792c",
  23. "_spec": "waterline-schema@^1.0.0-20",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\waterline",
  25. "bugs": {
  26. "url": "https://github.com/balderdashy/waterline-schema/issues/new"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@sailshq/lodash": "^3.10.2",
  31. "flaverr": "^1.8.1",
  32. "rttc": "^10.0.0-1"
  33. },
  34. "deprecated": false,
  35. "description": "The core schema builder used in the Waterline ORM.",
  36. "devDependencies": {
  37. "eslint": "3.19.0",
  38. "mocha": "3.0.2"
  39. },
  40. "homepage": "http://github.com/balderdashy/waterline-schema",
  41. "keywords": [
  42. "mvc",
  43. "sails",
  44. "sailsjs",
  45. "sails.js",
  46. "orm",
  47. "waterline",
  48. "active-record"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/waterline-schema.js",
  52. "name": "waterline-schema",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/balderdashy/waterline-schema.git"
  56. },
  57. "scripts": {
  58. "custom-tests": "NODE_ENV=test node ./node_modules/mocha/bin/mocha test --reporter dot --recursive",
  59. "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",
  60. "test": "npm run lint && npm run custom-tests"
  61. },
  62. "version": "1.0.0"
  63. }