package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "rttc@^10.0.0-3",
  3. "_id": "rttc@10.0.0-4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-iBgt+BN8J535aKEdxHgSTB2LYYk=",
  6. "_location": "/rttc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rttc@^10.0.0-3",
  12. "name": "rttc",
  13. "escapedName": "rttc",
  14. "rawSpec": "^10.0.0-3",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.0.0-3"
  17. },
  18. "_requiredBy": [
  19. "/machine"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/rttc/download/rttc-10.0.0-4.tgz",
  22. "_shasum": "88182df8137c279df968a11dc478124c1d8b6189",
  23. "_spec": "rttc@^10.0.0-3",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\machine",
  25. "author": {
  26. "name": "The Sails Company"
  27. },
  28. "bugs": {
  29. "url": "http://github.com/node-machine/rttc/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Mike McNeil",
  35. "email": "@mikermcneil"
  36. },
  37. {
  38. "name": "Scott Gress",
  39. "email": "@sgress454"
  40. },
  41. {
  42. "name": "Cody Stoltman",
  43. "email": "@particlebanana"
  44. },
  45. {
  46. "name": "Rachael Shaw",
  47. "email": "@rachaelshaw"
  48. },
  49. {
  50. "name": "Irl Nathan",
  51. "email": "@irlnathan"
  52. }
  53. ],
  54. "dependencies": {
  55. "@sailshq/lodash": "^3.10.2"
  56. },
  57. "deprecated": false,
  58. "description": "Runtime type-checking for JavaScript.",
  59. "devDependencies": {
  60. "eslint": "3.19.0",
  61. "mocha": "3.0.2"
  62. },
  63. "engines": {
  64. "node": ">= 0.10.0",
  65. "npm": ">= 1.4.0"
  66. },
  67. "homepage": "https://github.com/node-machine/rttc#readme",
  68. "keywords": [
  69. "type-checking",
  70. "validation",
  71. "static-analysis",
  72. "typed-javascript"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "rttc",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/node-machine/rttc.git"
  80. },
  81. "scripts": {
  82. "browserify": "browserify -s rttc -o rttc.browser.js ./",
  83. "test": "node ./node_modules/mocha/bin/mocha --recursive -R dot"
  84. },
  85. "version": "10.0.0-4"
  86. }