1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_from": "rttc@^10.0.0-3",
- "_id": "rttc@10.0.0-4",
- "_inBundle": false,
- "_integrity": "sha1-iBgt+BN8J535aKEdxHgSTB2LYYk=",
- "_location": "/rttc",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "rttc@^10.0.0-3",
- "name": "rttc",
- "escapedName": "rttc",
- "rawSpec": "^10.0.0-3",
- "saveSpec": null,
- "fetchSpec": "^10.0.0-3"
- },
- "_requiredBy": [
- "/machine"
- ],
- "_resolved": "http://registry.npm.taobao.org/rttc/download/rttc-10.0.0-4.tgz",
- "_shasum": "88182df8137c279df968a11dc478124c1d8b6189",
- "_spec": "rttc@^10.0.0-3",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\machine",
- "author": {
- "name": "The Sails Company"
- },
- "bugs": {
- "url": "http://github.com/node-machine/rttc/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Mike McNeil",
- "email": "@mikermcneil"
- },
- {
- "name": "Scott Gress",
- "email": "@sgress454"
- },
- {
- "name": "Cody Stoltman",
- "email": "@particlebanana"
- },
- {
- "name": "Rachael Shaw",
- "email": "@rachaelshaw"
- },
- {
- "name": "Irl Nathan",
- "email": "@irlnathan"
- }
- ],
- "dependencies": {
- "@sailshq/lodash": "^3.10.2"
- },
- "deprecated": false,
- "description": "Runtime type-checking for JavaScript.",
- "devDependencies": {
- "eslint": "3.19.0",
- "mocha": "3.0.2"
- },
- "engines": {
- "node": ">= 0.10.0",
- "npm": ">= 1.4.0"
- },
- "homepage": "https://github.com/node-machine/rttc#readme",
- "keywords": [
- "type-checking",
- "validation",
- "static-analysis",
- "typed-javascript"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "rttc",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-machine/rttc.git"
- },
- "scripts": {
- "browserify": "browserify -s rttc -o rttc.browser.js ./",
- "test": "node ./node_modules/mocha/bin/mocha --recursive -R dot"
- },
- "version": "10.0.0-4"
- }
|